Started by user Steve Millidge Running as Steve Millidge Running in Durability level: PERFORMANCE_OPTIMIZED [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor Agent basic-mv3z3 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "" name: "basic-mv3z3" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.jca.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-mv3z3" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\ \ -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-mv3z3" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.jca.svc.cluster.local/jca/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1" imagePullPolicy: "Always" 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: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: beta.kubernetes.io/os: "linux" restartPolicy: "Never" securityContext: {} volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-jca" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Running on basic-mv3z3 in /home/jenkins/agent/workspace/Run_Standalone_TCK [Pipeline] { [Pipeline] stage [Pipeline] { (Grab GF and ts.jte artifacts) [Pipeline] dir Running in /home/jenkins/agent/workspace/Run_Standalone_TCK/download [Pipeline] { [Pipeline] copyArtifacts Copied 1 artifact from "Patch_GlassFish" build number 3 [Pipeline] copyArtifacts Copied 1 artifact from "Configure_TCK" build number 1 [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Grab TCK bundle) [Pipeline] sh + cd /home/jenkins/agent/workspace/Run_Standalone_TCK/download + wget -q https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9/nightly/connectors-tck-2.0.0.zip -O connectorstck.zip [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unzip TCK and GF) [Pipeline] sh + cd /home/jenkins/agent/workspace/Run_Standalone_TCK + unzip /home/jenkins/agent/workspace/Run_Standalone_TCK/download/glassfish.zip Archive: /home/jenkins/agent/workspace/Run_Standalone_TCK/download/glassfish.zip creating: glassfish6/ creating: glassfish6/glassfish/ creating: glassfish6/glassfish/domains/ creating: glassfish6/glassfish/domains/domain1/ creating: glassfish6/glassfish/domains/domain1/config/ extracting: glassfish6/glassfish/domains/domain1/config/admin-keyfile inflating: glassfish6/glassfish/domains/domain1/config/cacerts.jks extracting: glassfish6/glassfish/domains/domain1/config/domain-passwords inflating: glassfish6/glassfish/domains/domain1/config/keyfile inflating: glassfish6/glassfish/domains/domain1/config/keystore.jks inflating: glassfish6/glassfish/domains/domain1/config/login.conf inflating: glassfish6/glassfish/domains/domain1/config/default-logging.properties inflating: glassfish6/glassfish/domains/domain1/config/default-web.xml inflating: glassfish6/glassfish/domains/domain1/config/domain.xml inflating: glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml inflating: glassfish6/glassfish/domains/domain1/config/javaee.server.policy inflating: glassfish6/glassfish/domains/domain1/config/logging.properties inflating: glassfish6/glassfish/domains/domain1/config/restrict.server.policy inflating: glassfish6/glassfish/domains/domain1/config/server.policy inflating: glassfish6/glassfish/domains/domain1/config/wss-server-config-1.0.xml inflating: glassfish6/glassfish/domains/domain1/config/wss-server-config-2.0.xml creating: glassfish6/glassfish/domains/domain1/applications/ creating: glassfish6/glassfish/domains/domain1/autodeploy/ creating: glassfish6/glassfish/domains/domain1/autodeploy/.autodeploystatus/ creating: glassfish6/glassfish/domains/domain1/autodeploy/bundles/ creating: glassfish6/glassfish/domains/domain1/bin/ creating: glassfish6/glassfish/domains/domain1/docroot/ inflating: glassfish6/glassfish/domains/domain1/docroot/index.html creating: glassfish6/glassfish/domains/domain1/init-info/ inflating: glassfish6/glassfish/domains/domain1/init-info/domain-info.xml creating: glassfish6/glassfish/domains/domain1/lib/ creating: glassfish6/glassfish/domains/domain1/lib/applibs/ creating: glassfish6/glassfish/domains/domain1/lib/classes/ creating: glassfish6/glassfish/domains/domain1/lib/databases/ creating: glassfish6/glassfish/domains/domain1/lib/ext/ creating: glassfish6/glassfish/domains/domain1/logs/ creating: glassfish6/glassfish/bin/ inflating: glassfish6/glassfish/bin/capture-schema.1m inflating: glassfish6/glassfish/bin/appclient inflating: glassfish6/glassfish/bin/appclient.bat inflating: glassfish6/glassfish/bin/appclient.js inflating: glassfish6/glassfish/bin/asadmin inflating: glassfish6/glassfish/bin/asadmin.bat inflating: glassfish6/glassfish/bin/capture-schema inflating: glassfish6/glassfish/bin/capture-schema.bat inflating: glassfish6/glassfish/bin/jspc inflating: glassfish6/glassfish/bin/jspc.bat inflating: glassfish6/glassfish/bin/package-appclient inflating: glassfish6/glassfish/bin/package-appclient.bat inflating: glassfish6/glassfish/bin/schemagen inflating: glassfish6/glassfish/bin/schemagen.bat inflating: glassfish6/glassfish/bin/startserv inflating: glassfish6/glassfish/bin/startserv.bat inflating: glassfish6/glassfish/bin/stopserv inflating: glassfish6/glassfish/bin/stopserv.bat inflating: glassfish6/glassfish/bin/wsgen inflating: glassfish6/glassfish/bin/wsgen.bat inflating: glassfish6/glassfish/bin/wsimport inflating: glassfish6/glassfish/bin/wsimport.bat inflating: glassfish6/glassfish/bin/xjc inflating: glassfish6/glassfish/bin/xjc.bat creating: glassfish6/glassfish/osgi/ creating: glassfish6/glassfish/osgi/felix/ creating: glassfish6/glassfish/osgi/felix/bin/ inflating: glassfish6/glassfish/osgi/felix/bin/felix.jar creating: glassfish6/glassfish/config/ inflating: glassfish6/glassfish/config/asenv.bat inflating: glassfish6/glassfish/config/asenv.conf creating: glassfish6/glassfish/config/branding/ inflating: glassfish6/glassfish/config/branding/glassfish-version.properties inflating: glassfish6/glassfish/config/glassfish.container inflating: glassfish6/glassfish/config/osgi.properties creating: glassfish6/glassfish/lib/ inflating: glassfish6/glassfish/lib/nadmin inflating: glassfish6/glassfish/lib/nadmin.bat creating: glassfish6/glassfish/lib/appclient/ inflating: glassfish6/glassfish/lib/appclient/appclientlogin.conf inflating: glassfish6/glassfish/lib/appclient/client.policy inflating: glassfish6/glassfish/lib/appclient/javaee.client.policy inflating: glassfish6/glassfish/lib/appclient/restrict.client.policy inflating: glassfish6/glassfish/lib/appclient/weld-se-shaded.jar inflating: glassfish6/glassfish/lib/appclient/wss-client-config-1.0.xml inflating: glassfish6/glassfish/lib/appclient/wss-client-config-2.0.xml creating: glassfish6/glassfish/lib/asadmin/ inflating: glassfish6/glassfish/lib/asadmin/cli-optional.jar inflating: glassfish6/glassfish/lib/asadmin/cluster-cli.jar inflating: glassfish6/glassfish/lib/asadmin/osgi-cli-interactive.jar inflating: glassfish6/glassfish/lib/asadmin/server-mgmt.jar creating: glassfish6/glassfish/lib/client/ inflating: glassfish6/glassfish/lib/client/appserver-cli.jar creating: glassfish6/glassfish/lib/deployment/ inflating: glassfish6/glassfish/lib/deployment/sun-as-jsr88-dm.jar creating: glassfish6/glassfish/lib/dtds/ inflating: glassfish6/glassfish/lib/dtds/application-client_1_2.dtd inflating: glassfish6/glassfish/lib/dtds/application-client_1_3.dtd inflating: glassfish6/glassfish/lib/dtds/application_1_2.dtd inflating: glassfish6/glassfish/lib/dtds/application_1_3.dtd inflating: glassfish6/glassfish/lib/dtds/connector_1_0.dtd inflating: glassfish6/glassfish/lib/dtds/connector_1_5.dtd inflating: glassfish6/glassfish/lib/dtds/connector_1_6.dtd inflating: glassfish6/glassfish/lib/dtds/ejb-jar_1_1.dtd inflating: glassfish6/glassfish/lib/dtds/ejb-jar_2_0.dtd inflating: glassfish6/glassfish/lib/dtds/glassfish-application-client-container_1_3.dtd inflating: glassfish6/glassfish/lib/dtds/glassfish-application-client_6_0-1.dtd inflating: glassfish6/glassfish/lib/dtds/glassfish-application-client_6_0-2.dtd inflating: glassfish6/glassfish/lib/dtds/glassfish-application_6_0-1.dtd inflating: glassfish6/glassfish/lib/dtds/glassfish-ejb-jar_3_1-1.dtd inflating: glassfish6/glassfish/lib/dtds/glassfish-resources_1_5.dtd inflating: glassfish6/glassfish/lib/dtds/glassfish-web-app_3_0-1.dtd inflating: glassfish6/glassfish/lib/dtds/sun-application-client-container_1_0.dtd inflating: glassfish6/glassfish/lib/dtds/sun-application-client-container_1_1.dtd inflating: glassfish6/glassfish/lib/dtds/sun-application-client-container_1_2.dtd inflating: glassfish6/glassfish/lib/dtds/sun-application-client_1_3-0.dtd inflating: glassfish6/glassfish/lib/dtds/sun-application-client_1_4-0.dtd inflating: glassfish6/glassfish/lib/dtds/sun-application-client_1_4-1.dtd inflating: glassfish6/glassfish/lib/dtds/sun-application-client_5_0-0.dtd inflating: glassfish6/glassfish/lib/dtds/sun-application-client_6_0-0.dtd inflating: glassfish6/glassfish/lib/dtds/sun-application_1_3-0.dtd inflating: glassfish6/glassfish/lib/dtds/sun-application_1_4-0.dtd inflating: glassfish6/glassfish/lib/dtds/sun-application_5_0-0.dtd inflating: glassfish6/glassfish/lib/dtds/sun-application_6_0-0.dtd inflating: glassfish6/glassfish/lib/dtds/sun-cmp-mapping_1_0.dtd inflating: glassfish6/glassfish/lib/dtds/sun-cmp-mapping_1_1.dtd inflating: glassfish6/glassfish/lib/dtds/sun-cmp-mapping_1_2.dtd inflating: glassfish6/glassfish/lib/dtds/sun-connector_1_0-0.dtd inflating: glassfish6/glassfish/lib/dtds/sun-connector_1_5-0.dtd inflating: glassfish6/glassfish/lib/dtds/sun-ejb-jar_2_0-0.dtd inflating: glassfish6/glassfish/lib/dtds/sun-ejb-jar_2_0-1.dtd inflating: glassfish6/glassfish/lib/dtds/sun-ejb-jar_2_1-0.dtd inflating: glassfish6/glassfish/lib/dtds/sun-ejb-jar_2_1-1.dtd inflating: glassfish6/glassfish/lib/dtds/sun-ejb-jar_3_0-0.dtd inflating: glassfish6/glassfish/lib/dtds/sun-ejb-jar_3_1-0.dtd inflating: glassfish6/glassfish/lib/dtds/sun-loadbalancer_1_0.dtd inflating: glassfish6/glassfish/lib/dtds/sun-loadbalancer_1_1.dtd inflating: glassfish6/glassfish/lib/dtds/sun-resources_1_0.dtd inflating: glassfish6/glassfish/lib/dtds/sun-resources_1_1.dtd inflating: glassfish6/glassfish/lib/dtds/sun-resources_1_2.dtd inflating: glassfish6/glassfish/lib/dtds/sun-resources_1_3.dtd inflating: glassfish6/glassfish/lib/dtds/sun-resources_1_4.dtd inflating: glassfish6/glassfish/lib/dtds/sun-server_1_0.dtd inflating: glassfish6/glassfish/lib/dtds/sun-web-app_2_3-0.dtd inflating: glassfish6/glassfish/lib/dtds/sun-web-app_2_3-1.dtd inflating: glassfish6/glassfish/lib/dtds/sun-web-app_2_4-0.dtd inflating: glassfish6/glassfish/lib/dtds/sun-web-app_2_4-1.dtd inflating: glassfish6/glassfish/lib/dtds/sun-web-app_2_5-0.dtd inflating: glassfish6/glassfish/lib/dtds/sun-web-app_3_0-0.dtd inflating: glassfish6/glassfish/lib/dtds/web-app_2_2.dtd inflating: glassfish6/glassfish/lib/dtds/web-app_2_3.dtd inflating: glassfish6/glassfish/lib/dtds/web-jsptaglibrary_1_1.dtd inflating: glassfish6/glassfish/lib/dtds/web-jsptaglibrary_1_2.dtd creating: glassfish6/glassfish/lib/embedded/ inflating: glassfish6/glassfish/lib/embedded/glassfish-embedded-shell.jar inflating: glassfish6/glassfish/lib/embedded/glassfish-embedded-static-shell.jar creating: glassfish6/glassfish/lib/install/ creating: glassfish6/glassfish/lib/install/applications/ creating: glassfish6/glassfish/lib/install/applications/__admingui/ creating: glassfish6/glassfish/lib/install/applications/__admingui/META-INF/ inflating: glassfish6/glassfish/lib/install/applications/__admingui/META-INF/MANIFEST.MF inflating: glassfish6/glassfish/lib/install/applications/__admingui/META-INF/context.xml creating: glassfish6/glassfish/lib/install/applications/__admingui/WEB-INF/ creating: glassfish6/glassfish/lib/install/applications/__admingui/WEB-INF/classes/ creating: glassfish6/glassfish/lib/install/applications/__admingui/WEB-INF/classes/META-INF/ inflating: glassfish6/glassfish/lib/install/applications/__admingui/WEB-INF/classes/META-INF/LICENSE.md inflating: glassfish6/glassfish/lib/install/applications/__admingui/WEB-INF/classes/META-INF/NOTICE.md creating: glassfish6/glassfish/lib/install/applications/__admingui/WEB-INF/extra/ inflating: glassfish6/glassfish/lib/install/applications/__admingui/WEB-INF/extra/commons-io-2.7.jar inflating: glassfish6/glassfish/lib/install/applications/__admingui/WEB-INF/extra/dojo-ajax-nodemo-1.12.4.jar inflating: glassfish6/glassfish/lib/install/applications/__admingui/WEB-INF/extra/javahelp-2.0.05.jar inflating: glassfish6/glassfish/lib/install/applications/__admingui/WEB-INF/extra/json-2.0.jar inflating: glassfish6/glassfish/lib/install/applications/__admingui/WEB-INF/extra/prototype-1.7.3.jar inflating: glassfish6/glassfish/lib/install/applications/__admingui/WEB-INF/extra/woodstock-webui-jsf-5.0.0-M1.jar inflating: glassfish6/glassfish/lib/install/applications/__admingui/WEB-INF/extra/woodstock-webui-jsf-suntheme-5.0.0-M1.jar creating: glassfish6/glassfish/lib/install/applications/__admingui/WEB-INF/lib/ inflating: glassfish6/glassfish/lib/install/applications/__admingui/WEB-INF/lib/console-core-6.0.0-M1.jar inflating: glassfish6/glassfish/lib/install/applications/__admingui/WEB-INF/faces-config.xml inflating: glassfish6/glassfish/lib/install/applications/__admingui/WEB-INF/sun-web.xml inflating: glassfish6/glassfish/lib/install/applications/__admingui/WEB-INF/web.xml creating: glassfish6/glassfish/lib/install/applications/__admingui/resources/ creating: glassfish6/glassfish/lib/install/applications/__admingui/resources/yui/ creating: glassfish6/glassfish/lib/install/applications/__admingui/resources/yui/assets/ creating: glassfish6/glassfish/lib/install/applications/__admingui/resources/yui/assets/skins/ creating: glassfish6/glassfish/lib/install/applications/__admingui/resources/yui/assets/skins/sam/ inflating: glassfish6/glassfish/lib/install/applications/__admingui/resources/yui/assets/skins/sam/layout-skin.css inflating: glassfish6/glassfish/lib/install/applications/__admingui/resources/yui/assets/skins/sam/layout.css extracting: glassfish6/glassfish/lib/install/applications/__admingui/resources/yui/assets/skins/sam/layout_sprite.png inflating: glassfish6/glassfish/lib/install/applications/__admingui/resources/yui/assets/skins/sam/resize-skin.css inflating: glassfish6/glassfish/lib/install/applications/__admingui/resources/yui/assets/skins/sam/resize.css inflating: glassfish6/glassfish/lib/install/applications/__admingui/resources/yui/assets/skins/sam/sprite.png inflating: glassfish6/glassfish/lib/install/applications/__admingui/resources/yui/assets/layout-core.css inflating: glassfish6/glassfish/lib/install/applications/__admingui/resources/yui/assets/resize-core.css inflating: glassfish6/glassfish/lib/install/applications/__admingui/resources/yui/connection-min.js inflating: glassfish6/glassfish/lib/install/applications/__admingui/resources/yui/dragdrop-min.js inflating: glassfish6/glassfish/lib/install/applications/__admingui/resources/yui/element-min.js inflating: glassfish6/glassfish/lib/install/applications/__admingui/resources/yui/layout-min.js inflating: glassfish6/glassfish/lib/install/applications/__admingui/resources/yui/reset-fonts-grids.css inflating: glassfish6/glassfish/lib/install/applications/__admingui/resources/yui/resize-min.js inflating: glassfish6/glassfish/lib/install/applications/__admingui/resources/yui/yahoo-dom-event.js inflating: glassfish6/glassfish/lib/install/applications/__admingui/index.jsf inflating: glassfish6/glassfish/lib/install/applications/__admingui/j_security_check creating: glassfish6/glassfish/lib/install/applications/__cp_jdbc_ra/ creating: glassfish6/glassfish/lib/install/applications/__cp_jdbc_ra/META-INF/ inflating: glassfish6/glassfish/lib/install/applications/__cp_jdbc_ra/META-INF/MANIFEST.MF inflating: glassfish6/glassfish/lib/install/applications/__cp_jdbc_ra/__cp_jdbc_ra.jar creating: glassfish6/glassfish/lib/install/applications/__dm_jdbc_ra/ creating: glassfish6/glassfish/lib/install/applications/__dm_jdbc_ra/META-INF/ inflating: glassfish6/glassfish/lib/install/applications/__dm_jdbc_ra/META-INF/MANIFEST.MF inflating: glassfish6/glassfish/lib/install/applications/__dm_jdbc_ra/__dm_jdbc_ra.jar creating: glassfish6/glassfish/lib/install/applications/__ds_jdbc_ra/ creating: glassfish6/glassfish/lib/install/applications/__ds_jdbc_ra/META-INF/ inflating: glassfish6/glassfish/lib/install/applications/__ds_jdbc_ra/META-INF/MANIFEST.MF inflating: glassfish6/glassfish/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar creating: glassfish6/glassfish/lib/install/applications/__xa_jdbc_ra/ creating: glassfish6/glassfish/lib/install/applications/__xa_jdbc_ra/META-INF/ inflating: glassfish6/glassfish/lib/install/applications/__xa_jdbc_ra/META-INF/MANIFEST.MF inflating: glassfish6/glassfish/lib/install/applications/__xa_jdbc_ra/__xa_jdbc_ra.jar creating: glassfish6/glassfish/lib/install/applications/jmsra/ creating: glassfish6/glassfish/lib/install/applications/jmsra/META-INF/ inflating: glassfish6/glassfish/lib/install/applications/jmsra/META-INF/MANIFEST.MF inflating: glassfish6/glassfish/lib/install/applications/jmsra/META-INF/ra.xml inflating: glassfish6/glassfish/lib/install/applications/jmsra/fscontext.jar inflating: glassfish6/glassfish/lib/install/applications/jmsra/imqbroker.jar inflating: glassfish6/glassfish/lib/install/applications/jmsra/imqjmsbridge.jar inflating: glassfish6/glassfish/lib/install/applications/jmsra/imqjmsra.jar inflating: glassfish6/glassfish/lib/install/applications/jmsra/imqjmx.jar inflating: glassfish6/glassfish/lib/install/applications/jmsra/imqstomp.jar creating: glassfish6/glassfish/lib/install/applications/metro/ inflating: glassfish6/glassfish/lib/install/applications/metro/wstx-services.war inflating: glassfish6/glassfish/lib/install/applications/ejb-timer-service-app.war creating: glassfish6/glassfish/lib/install/databases/ creating: glassfish6/glassfish/lib/install/databases/dbvendormapping/ inflating: glassfish6/glassfish/lib/install/databases/dbvendormapping/cpds.properties inflating: glassfish6/glassfish/lib/install/databases/dbvendormapping/dbvendor.properties inflating: glassfish6/glassfish/lib/install/databases/dbvendormapping/driver.properties inflating: glassfish6/glassfish/lib/install/databases/dbvendormapping/ds.properties inflating: glassfish6/glassfish/lib/install/databases/dbvendormapping/validationclassnames.properties inflating: glassfish6/glassfish/lib/install/databases/dbvendormapping/xads.properties creating: glassfish6/glassfish/lib/install/databases/oracle/ inflating: glassfish6/glassfish/lib/install/databases/oracle/checkpoint_data_ddl.sql inflating: glassfish6/glassfish/lib/install/databases/oracle/create-all-tables.sql inflating: glassfish6/glassfish/lib/install/databases/oracle/drop-all-tables.sql inflating: glassfish6/glassfish/lib/install/databases/oracle/execution_instance_data_ddl.sql inflating: glassfish6/glassfish/lib/install/databases/oracle/job_instance_data_ddl.sql inflating: glassfish6/glassfish/lib/install/databases/oracle/job_status_ddl.sql inflating: glassfish6/glassfish/lib/install/databases/oracle/step_execution_instance_data_ddl.sql inflating: glassfish6/glassfish/lib/install/databases/oracle/step_status_ddl.sql creating: glassfish6/glassfish/lib/install/databases/upgrade/ inflating: glassfish6/glassfish/lib/install/databases/upgrade/ejbtimer_upgrade_db2.sql inflating: glassfish6/glassfish/lib/install/databases/upgrade/ejbtimer_upgrade_derby.sql inflating: glassfish6/glassfish/lib/install/databases/upgrade/ejbtimer_upgrade_mssqlserver.sql inflating: glassfish6/glassfish/lib/install/databases/upgrade/ejbtimer_upgrade_mysql.sql inflating: glassfish6/glassfish/lib/install/databases/upgrade/ejbtimer_upgrade_oracle.sql inflating: glassfish6/glassfish/lib/install/databases/upgrade/ejbtimer_upgrade_pointbase.sql inflating: glassfish6/glassfish/lib/install/databases/upgrade/ejbtimer_upgrade_postgres.sql inflating: glassfish6/glassfish/lib/install/databases/upgrade/ejbtimer_upgrade_sybase.sql inflating: glassfish6/glassfish/lib/install/databases/upgrade/ejbtimer_upgrade_symfoware.sql inflating: glassfish6/glassfish/lib/install/databases/ejbtimer_db2.sql inflating: glassfish6/glassfish/lib/install/databases/ejbtimer_derby.sql inflating: glassfish6/glassfish/lib/install/databases/ejbtimer_mssqlserver.sql inflating: glassfish6/glassfish/lib/install/databases/ejbtimer_mysql.sql inflating: glassfish6/glassfish/lib/install/databases/ejbtimer_oracle.sql inflating: glassfish6/glassfish/lib/install/databases/ejbtimer_pointbase.sql inflating: glassfish6/glassfish/lib/install/databases/ejbtimer_postgres.sql inflating: glassfish6/glassfish/lib/install/databases/ejbtimer_sybase.sql inflating: glassfish6/glassfish/lib/install/databases/ejbtimer_symfoware.sql inflating: glassfish6/glassfish/lib/install/databases/jsr352-db2.sql inflating: glassfish6/glassfish/lib/install/databases/jsr352-derby.sql inflating: glassfish6/glassfish/lib/install/databases/jsr352-mssqlserver.sql inflating: glassfish6/glassfish/lib/install/databases/jsr352-mysql.sql inflating: glassfish6/glassfish/lib/install/databases/jsr352-oracle.sql inflating: glassfish6/glassfish/lib/install/databases/jsr352-postgresql.sql inflating: glassfish6/glassfish/lib/install/databases/jsr352-sybase-ace.sql creating: glassfish6/glassfish/lib/install/templates/ creating: glassfish6/glassfish/lib/install/templates/resources/ creating: glassfish6/glassfish/lib/install/templates/resources/custom/ inflating: glassfish6/glassfish/lib/install/templates/resources/custom/README inflating: glassfish6/glassfish/lib/install/templates/resources/custom/javabean_custom_resource.xml inflating: glassfish6/glassfish/lib/install/templates/resources/custom/primitives_string_custom_resource.xml inflating: glassfish6/glassfish/lib/install/templates/resources/custom/properties_custom_resource.xml inflating: glassfish6/glassfish/lib/install/templates/resources/custom/url_custom-resource.xml creating: glassfish6/glassfish/lib/install/templates/resources/jdbc/ inflating: glassfish6/glassfish/lib/install/templates/resources/jdbc/README inflating: glassfish6/glassfish/lib/install/templates/resources/jdbc/db2_dd_datasource.xml inflating: glassfish6/glassfish/lib/install/templates/resources/jdbc/db2_jcc_datasource.xml inflating: glassfish6/glassfish/lib/install/templates/resources/jdbc/javadb_type4_datasource.xml inflating: glassfish6/glassfish/lib/install/templates/resources/jdbc/microsoft_dd_datasource.xml inflating: glassfish6/glassfish/lib/install/templates/resources/jdbc/microsoft_inet_datasource.xml inflating: glassfish6/glassfish/lib/install/templates/resources/jdbc/microsoft_jtds_datasource.xml inflating: glassfish6/glassfish/lib/install/templates/resources/jdbc/microsoft_sqlserver2000_datasource.xml inflating: glassfish6/glassfish/lib/install/templates/resources/jdbc/microsoft_sqlserver2005_datasource.xml inflating: glassfish6/glassfish/lib/install/templates/resources/jdbc/mysql_type4_datasource.xml inflating: glassfish6/glassfish/lib/install/templates/resources/jdbc/oracle_dd_datasource.xml inflating: glassfish6/glassfish/lib/install/templates/resources/jdbc/oracle_inet_datasource.xml inflating: glassfish6/glassfish/lib/install/templates/resources/jdbc/oracle_type4_datasource.xml inflating: glassfish6/glassfish/lib/install/templates/resources/jdbc/postgresql_type4_datasource.xml inflating: glassfish6/glassfish/lib/install/templates/resources/jdbc/sybase_dd_datasource.xml inflating: glassfish6/glassfish/lib/install/templates/resources/jdbc/sybase_inet_datasource.xml inflating: glassfish6/glassfish/lib/install/templates/resources/jdbc/sybase_jconn_datasource.xml inflating: glassfish6/glassfish/lib/install/templates/Domain-service-smf.xml.template inflating: glassfish6/glassfish/lib/install/templates/Domain-service-winsw.xml.template inflating: glassfish6/glassfish/lib/install/templates/linux-service.template creating: glassfish6/glassfish/lib/monitor/ inflating: glassfish6/glassfish/lib/monitor/flashlight-agent.jar creating: glassfish6/glassfish/lib/schemas/ inflating: glassfish6/glassfish/lib/schemas/XMLSchema.dtd inflating: glassfish6/glassfish/lib/schemas/application-client_1_4.xsd inflating: glassfish6/glassfish/lib/schemas/application-client_5.xsd inflating: glassfish6/glassfish/lib/schemas/application-client_6.xsd inflating: glassfish6/glassfish/lib/schemas/application-client_7.xsd inflating: glassfish6/glassfish/lib/schemas/application-client_8.xsd inflating: glassfish6/glassfish/lib/schemas/application-client_9.xsd inflating: glassfish6/glassfish/lib/schemas/application_1_4.xsd inflating: glassfish6/glassfish/lib/schemas/application_5.xsd inflating: glassfish6/glassfish/lib/schemas/application_6.xsd inflating: glassfish6/glassfish/lib/schemas/application_7.xsd inflating: glassfish6/glassfish/lib/schemas/application_8.xsd inflating: glassfish6/glassfish/lib/schemas/application_9.xsd inflating: glassfish6/glassfish/lib/schemas/beans_1_0.xsd inflating: glassfish6/glassfish/lib/schemas/connector_1_5.xsd inflating: glassfish6/glassfish/lib/schemas/connector_1_6.xsd inflating: glassfish6/glassfish/lib/schemas/connector_1_7.xsd inflating: glassfish6/glassfish/lib/schemas/connector_2_0.xsd inflating: glassfish6/glassfish/lib/schemas/datatypes.dtd inflating: glassfish6/glassfish/lib/schemas/ejb-jar_2_1.xsd inflating: glassfish6/glassfish/lib/schemas/ejb-jar_3_0.xsd inflating: glassfish6/glassfish/lib/schemas/ejb-jar_3_1.xsd inflating: glassfish6/glassfish/lib/schemas/ejb-jar_3_2.xsd inflating: glassfish6/glassfish/lib/schemas/ejb-jar_4_0.xsd inflating: glassfish6/glassfish/lib/schemas/j2ee_1_4.xsd inflating: glassfish6/glassfish/lib/schemas/j2ee_jaxrpc_mapping_1_1.xsd inflating: glassfish6/glassfish/lib/schemas/j2ee_web_services_1_1.xsd inflating: glassfish6/glassfish/lib/schemas/j2ee_web_services_client_1_1.xsd inflating: glassfish6/glassfish/lib/schemas/jakartaee_9.xsd inflating: glassfish6/glassfish/lib/schemas/jakartaee_web_services_2_0.xsd inflating: glassfish6/glassfish/lib/schemas/jakartaee_web_services_client_2_0.xsd inflating: glassfish6/glassfish/lib/schemas/javaee_5.xsd inflating: glassfish6/glassfish/lib/schemas/javaee_6.xsd inflating: glassfish6/glassfish/lib/schemas/javaee_7.xsd inflating: glassfish6/glassfish/lib/schemas/javaee_8.xsd inflating: glassfish6/glassfish/lib/schemas/javaee_web_services_1_2.xsd inflating: glassfish6/glassfish/lib/schemas/javaee_web_services_1_3.xsd inflating: glassfish6/glassfish/lib/schemas/javaee_web_services_1_4.xsd inflating: glassfish6/glassfish/lib/schemas/javaee_web_services_client_1_2.xsd inflating: glassfish6/glassfish/lib/schemas/javaee_web_services_client_1_3.xsd inflating: glassfish6/glassfish/lib/schemas/javaee_web_services_client_1_4.xsd inflating: glassfish6/glassfish/lib/schemas/jsp_2_0.xsd inflating: glassfish6/glassfish/lib/schemas/jsp_2_1.xsd inflating: glassfish6/glassfish/lib/schemas/jsp_2_2.xsd inflating: glassfish6/glassfish/lib/schemas/jsp_2_3.xsd inflating: glassfish6/glassfish/lib/schemas/jsp_3_0.xsd inflating: glassfish6/glassfish/lib/schemas/orm_1_0.xsd inflating: glassfish6/glassfish/lib/schemas/orm_2_0.xsd inflating: glassfish6/glassfish/lib/schemas/orm_2_1.xsd inflating: glassfish6/glassfish/lib/schemas/orm_2_2.xsd inflating: glassfish6/glassfish/lib/schemas/orm_3_0.xsd inflating: glassfish6/glassfish/lib/schemas/permissions_7.xsd inflating: glassfish6/glassfish/lib/schemas/permissions_9.xsd inflating: glassfish6/glassfish/lib/schemas/persistence_1_0.xsd inflating: glassfish6/glassfish/lib/schemas/persistence_2_0.xsd inflating: glassfish6/glassfish/lib/schemas/persistence_2_1.xsd inflating: glassfish6/glassfish/lib/schemas/persistence_2_2.xsd inflating: glassfish6/glassfish/lib/schemas/persistence_3_0.xsd inflating: glassfish6/glassfish/lib/schemas/web-app_2_4.xsd inflating: glassfish6/glassfish/lib/schemas/web-app_2_5.xsd inflating: glassfish6/glassfish/lib/schemas/web-app_3_0.xsd inflating: glassfish6/glassfish/lib/schemas/web-app_3_1.xsd inflating: glassfish6/glassfish/lib/schemas/web-app_4_0.xsd inflating: glassfish6/glassfish/lib/schemas/web-app_5_0.xsd inflating: glassfish6/glassfish/lib/schemas/web-common_3_0.xsd inflating: glassfish6/glassfish/lib/schemas/web-common_3_1.xsd inflating: glassfish6/glassfish/lib/schemas/web-common_4_0.xsd inflating: glassfish6/glassfish/lib/schemas/web-common_5_0.xsd inflating: glassfish6/glassfish/lib/schemas/web-facelettaglibrary_2_0.xsd inflating: glassfish6/glassfish/lib/schemas/web-facelettaglibrary_2_2.xsd inflating: glassfish6/glassfish/lib/schemas/web-facelettaglibrary_2_3.xsd inflating: glassfish6/glassfish/lib/schemas/web-facelettaglibrary_3_0.xsd inflating: glassfish6/glassfish/lib/schemas/web-facesconfig_1_2.xsd inflating: glassfish6/glassfish/lib/schemas/web-facesconfig_2_0.xsd inflating: glassfish6/glassfish/lib/schemas/web-facesconfig_2_1.xsd inflating: glassfish6/glassfish/lib/schemas/web-facesconfig_2_2.xsd inflating: glassfish6/glassfish/lib/schemas/web-facesconfig_2_3.xsd inflating: glassfish6/glassfish/lib/schemas/web-facesconfig_3_0.xsd inflating: glassfish6/glassfish/lib/schemas/web-fragment_3_0.xsd inflating: glassfish6/glassfish/lib/schemas/web-fragment_3_1.xsd inflating: glassfish6/glassfish/lib/schemas/web-fragment_4_0.xsd inflating: glassfish6/glassfish/lib/schemas/web-fragment_5_0.xsd inflating: glassfish6/glassfish/lib/schemas/web-jsptaglibrary_2_0.xsd inflating: glassfish6/glassfish/lib/schemas/web-jsptaglibrary_2_1.xsd inflating: glassfish6/glassfish/lib/schemas/web-partialresponse_2_2.xsd inflating: glassfish6/glassfish/lib/schemas/web-partialresponse_2_3.xsd inflating: glassfish6/glassfish/lib/schemas/web-partialresponse_3_0.xsd inflating: glassfish6/glassfish/lib/schemas/xml.xsd inflating: glassfish6/glassfish/lib/appserv-rt.jar inflating: glassfish6/glassfish/lib/gf-client.jar inflating: glassfish6/glassfish/lib/javaee.jar inflating: glassfish6/glassfish/lib/package-appclient.xml creating: glassfish6/glassfish/common/ creating: glassfish6/glassfish/common/templates/ creating: glassfish6/glassfish/common/templates/gf/ inflating: glassfish6/glassfish/common/templates/gf/appserver-domain.jar inflating: glassfish6/glassfish/common/templates/gf/nucleus-domain.jar creating: glassfish6/glassfish/docs/ creating: glassfish6/glassfish/docs/css/ inflating: glassfish6/glassfish/docs/css/default.css inflating: glassfish6/glassfish/docs/about.html inflating: glassfish6/glassfish/docs/copyright.html inflating: glassfish6/glassfish/docs/features.html inflating: glassfish6/glassfish/docs/quickstart.html creating: glassfish6/glassfish/legal/ inflating: glassfish6/glassfish/legal/LICENSE.txt creating: glassfish6/glassfish/modules/ creating: glassfish6/glassfish/modules/autostart/ inflating: glassfish6/glassfish/modules/autostart/org.apache.felix.configadmin.jar inflating: glassfish6/glassfish/modules/autostart/org.apache.felix.eventadmin.jar inflating: glassfish6/glassfish/modules/autostart/org.apache.felix.fileinstall.jar inflating: glassfish6/glassfish/modules/autostart/org.apache.felix.gogo.command.jar inflating: glassfish6/glassfish/modules/autostart/org.apache.felix.gogo.runtime.jar inflating: glassfish6/glassfish/modules/autostart/org.apache.felix.gogo.shell.jar inflating: glassfish6/glassfish/modules/autostart/org.apache.felix.scr.jar inflating: glassfish6/glassfish/modules/autostart/org.osgi.util.function.jar inflating: glassfish6/glassfish/modules/autostart/org.osgi.util.promise.jar creating: glassfish6/glassfish/modules/endorsed/ inflating: glassfish6/glassfish/modules/endorsed/grizzly-npn-bootstrap.jar inflating: glassfish6/glassfish/modules/acc-config.jar inflating: glassfish6/glassfish/modules/admin-cli.jar inflating: glassfish6/glassfish/modules/admin-core.jar inflating: glassfish6/glassfish/modules/admin-util.jar inflating: glassfish6/glassfish/modules/amx-core.jar inflating: glassfish6/glassfish/modules/amx-javaee.jar inflating: glassfish6/glassfish/modules/annotation-framework.jar inflating: glassfish6/glassfish/modules/ant.jar inflating: glassfish6/glassfish/modules/antlr.jar inflating: glassfish6/glassfish/modules/aopalliance-repackaged.jar inflating: glassfish6/glassfish/modules/api-exporter.jar inflating: glassfish6/glassfish/modules/appclient-connector.jar inflating: glassfish6/glassfish/modules/appclient-server-core.jar inflating: glassfish6/glassfish/modules/appclient.security.jar inflating: glassfish6/glassfish/modules/asm-analysis.jar inflating: glassfish6/glassfish/modules/asm-commons.jar inflating: glassfish6/glassfish/modules/asm-tree.jar inflating: glassfish6/glassfish/modules/asm-util.jar inflating: glassfish6/glassfish/modules/asm.jar inflating: glassfish6/glassfish/modules/backup.jar inflating: glassfish6/glassfish/modules/cdi-api-fragment.jar inflating: glassfish6/glassfish/modules/class-model.jar inflating: glassfish6/glassfish/modules/classmate.jar inflating: glassfish6/glassfish/modules/cluster-admin.jar inflating: glassfish6/glassfish/modules/cluster-common.jar inflating: glassfish6/glassfish/modules/cluster-ssh.jar inflating: glassfish6/glassfish/modules/cmp-ejb-mapping.jar inflating: glassfish6/glassfish/modules/cmp-enhancer.jar inflating: glassfish6/glassfish/modules/cmp-generator-database.jar inflating: glassfish6/glassfish/modules/cmp-internal-api.jar inflating: glassfish6/glassfish/modules/cmp-model.jar inflating: glassfish6/glassfish/modules/cmp-support-ejb.jar inflating: glassfish6/glassfish/modules/cmp-support-sqlstore.jar inflating: glassfish6/glassfish/modules/cmp-utility.jar inflating: glassfish6/glassfish/modules/com.ibm.jbatch.container.jar inflating: glassfish6/glassfish/modules/com.ibm.jbatch.spi.jar inflating: glassfish6/glassfish/modules/common-util.jar inflating: glassfish6/glassfish/modules/concurrent-connector.jar inflating: glassfish6/glassfish/modules/concurrent-impl.jar inflating: glassfish6/glassfish/modules/config-api.jar inflating: glassfish6/glassfish/modules/config-types.jar inflating: glassfish6/glassfish/modules/connectors-admin.jar inflating: glassfish6/glassfish/modules/connectors-inbound-runtime.jar inflating: glassfish6/glassfish/modules/connectors-internal-api.jar inflating: glassfish6/glassfish/modules/connectors-runtime.jar inflating: glassfish6/glassfish/modules/console-cluster-plugin.jar inflating: glassfish6/glassfish/modules/console-common-full-plugin.jar inflating: glassfish6/glassfish/modules/console-common.jar inflating: glassfish6/glassfish/modules/console-community-branding-plugin.jar inflating: glassfish6/glassfish/modules/console-concurrent-plugin.jar inflating: glassfish6/glassfish/modules/console-corba-plugin.jar inflating: glassfish6/glassfish/modules/console-ejb-lite-plugin.jar inflating: glassfish6/glassfish/modules/console-ejb-plugin.jar inflating: glassfish6/glassfish/modules/console-jca-plugin.jar inflating: glassfish6/glassfish/modules/console-jdbc-plugin.jar inflating: glassfish6/glassfish/modules/console-jms-plugin.jar inflating: glassfish6/glassfish/modules/console-jts-plugin.jar inflating: glassfish6/glassfish/modules/console-plugin-service.jar inflating: glassfish6/glassfish/modules/console-web-plugin.jar inflating: glassfish6/glassfish/modules/container-common.jar inflating: glassfish6/glassfish/modules/dataprovider.jar inflating: glassfish6/glassfish/modules/dbschema.jar inflating: glassfish6/glassfish/modules/deployment-admin.jar inflating: glassfish6/glassfish/modules/deployment-autodeploy.jar inflating: glassfish6/glassfish/modules/deployment-common.jar inflating: glassfish6/glassfish/modules/deployment-javaee-core.jar inflating: glassfish6/glassfish/modules/deployment-javaee-full.jar inflating: glassfish6/glassfish/modules/dol.jar inflating: glassfish6/glassfish/modules/ejb-client.jar inflating: glassfish6/glassfish/modules/ejb-container.jar inflating: glassfish6/glassfish/modules/ejb-full-container.jar inflating: glassfish6/glassfish/modules/ejb-internal-api.jar inflating: glassfish6/glassfish/modules/ejb.security.jar inflating: glassfish6/glassfish/modules/entitybean-container.jar inflating: glassfish6/glassfish/modules/flashlight-extra-jdk-packages.jar inflating: glassfish6/glassfish/modules/flashlight-framework.jar inflating: glassfish6/glassfish/modules/gf-admingui-connector.jar inflating: glassfish6/glassfish/modules/gf-client-module.jar inflating: glassfish6/glassfish/modules/gf-connectors-connector.jar inflating: glassfish6/glassfish/modules/gf-ejb-connector.jar inflating: glassfish6/glassfish/modules/gf-jms-connector.jar inflating: glassfish6/glassfish/modules/gf-jms-injection.jar inflating: glassfish6/glassfish/modules/gf-jpa-connector.jar inflating: glassfish6/glassfish/modules/gf-load-balancer-connector.jar inflating: glassfish6/glassfish/modules/gf-restadmin-connector.jar inflating: glassfish6/glassfish/modules/gf-web-connector.jar inflating: glassfish6/glassfish/modules/gf-weld-connector.jar inflating: glassfish6/glassfish/modules/glassfish-api.jar inflating: glassfish6/glassfish/modules/glassfish-batch-commands.jar inflating: glassfish6/glassfish/modules/glassfish-batch-connector.jar inflating: glassfish6/glassfish/modules/glassfish-corba-csiv2-idl.jar inflating: glassfish6/glassfish/modules/glassfish-corba-internal-api.jar inflating: glassfish6/glassfish/modules/glassfish-corba-omgapi.jar inflating: glassfish6/glassfish/modules/glassfish-corba-orb.jar inflating: glassfish6/glassfish/modules/glassfish-ee-api.jar inflating: glassfish6/glassfish/modules/glassfish-extra-jre-packages.jar inflating: glassfish6/glassfish/modules/glassfish-grizzly-extra-all.jar inflating: glassfish6/glassfish/modules/glassfish-mbeanserver.jar inflating: glassfish6/glassfish/modules/glassfish-naming.jar inflating: glassfish6/glassfish/modules/glassfish-oracle-jdbc-driver-packages.jar inflating: glassfish6/glassfish/modules/glassfish.jar inflating: glassfish6/glassfish/modules/gmbal.jar inflating: glassfish6/glassfish/modules/gms-adapter.jar inflating: glassfish6/glassfish/modules/gms-bootstrap.jar inflating: glassfish6/glassfish/modules/grizzly-npn-osgi.jar inflating: glassfish6/glassfish/modules/ha-api.jar inflating: glassfish6/glassfish/modules/ha-file-store.jar inflating: glassfish6/glassfish/modules/ha-shoal-cache-bootstrap.jar inflating: glassfish6/glassfish/modules/ha-shoal-cache-store.jar inflating: glassfish6/glassfish/modules/hk2-api.jar inflating: glassfish6/glassfish/modules/hibernate-validator-cdi.jar inflating: glassfish6/glassfish/modules/hibernate-validator.jar inflating: glassfish6/glassfish/modules/hk2-config.jar inflating: glassfish6/glassfish/modules/hk2-core.jar inflating: glassfish6/glassfish/modules/hk2-locator.jar inflating: glassfish6/glassfish/modules/hk2-runlevel.jar inflating: glassfish6/glassfish/modules/hk2-utils.jar inflating: glassfish6/glassfish/modules/hk2.jar inflating: glassfish6/glassfish/modules/inmemory.jacc.provider.jar inflating: glassfish6/glassfish/modules/internal-api.jar inflating: glassfish6/glassfish/modules/jackson-annotations.jar inflating: glassfish6/glassfish/modules/jackson-core.jar inflating: glassfish6/glassfish/modules/jackson-databind.jar inflating: glassfish6/glassfish/modules/jackson-module-jaxb-annotations.jar inflating: glassfish6/glassfish/modules/jakarta.activation.jar inflating: glassfish6/glassfish/modules/jakarta.annotation-api.jar inflating: glassfish6/glassfish/modules/jakarta.authorization-api.jar inflating: glassfish6/glassfish/modules/jakarta.batch-api.jar inflating: glassfish6/glassfish/modules/jakarta.ejb-api.jar inflating: glassfish6/glassfish/modules/jakarta.el.jar inflating: glassfish6/glassfish/modules/jakarta.enterprise.cdi-api.jar inflating: glassfish6/glassfish/modules/jakarta.enterprise.concurrent-api.jar inflating: glassfish6/glassfish/modules/jakarta.enterprise.concurrent.jar inflating: glassfish6/glassfish/modules/jakarta.faces.jar inflating: glassfish6/glassfish/modules/jakarta.inject-api.jar inflating: glassfish6/glassfish/modules/jakarta.interceptor-api.jar inflating: glassfish6/glassfish/modules/jakarta.jms-api.jar inflating: glassfish6/glassfish/modules/jakarta.json.bind-api.jar inflating: glassfish6/glassfish/modules/jakarta.json.jar inflating: glassfish6/glassfish/modules/jakarta.mail.jar inflating: glassfish6/glassfish/modules/jakarta.persistence-api.jar inflating: glassfish6/glassfish/modules/jakarta.resource-api.jar inflating: glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar inflating: glassfish6/glassfish/modules/jakarta.security.enterprise-api.jar inflating: glassfish6/glassfish/modules/jakarta.security.enterprise.jar inflating: glassfish6/glassfish/modules/jakarta.servlet-api.jar inflating: glassfish6/glassfish/modules/jakarta.servlet.jsp-api.jar inflating: glassfish6/glassfish/modules/jakarta.servlet.jsp.jar inflating: glassfish6/glassfish/modules/jakarta.servlet.jsp.jstl-api.jar inflating: glassfish6/glassfish/modules/jakarta.servlet.jsp.jstl.jar inflating: glassfish6/glassfish/modules/jakarta.transaction-api.jar inflating: glassfish6/glassfish/modules/jakarta.validation-api.jar inflating: glassfish6/glassfish/modules/jakarta.websocket-api.jar inflating: glassfish6/glassfish/modules/jakarta.ws.rs-api.jar inflating: glassfish6/glassfish/modules/jakarta.xml.bind-api.jar inflating: glassfish6/glassfish/modules/jaspic.provider.framework.jar inflating: glassfish6/glassfish/modules/javaee-kernel.jar inflating: glassfish6/glassfish/modules/javassist.jar inflating: glassfish6/glassfish/modules/jaxb-osgi.jar inflating: glassfish6/glassfish/modules/jboss-classfilewriter.jar inflating: glassfish6/glassfish/modules/jboss-logging.jar inflating: glassfish6/glassfish/modules/jdbc-admin.jar inflating: glassfish6/glassfish/modules/jdbc-config.jar inflating: glassfish6/glassfish/modules/jdbc-runtime.jar inflating: glassfish6/glassfish/modules/jersey-bean-validation.jar inflating: glassfish6/glassfish/modules/jersey-cdi1x-servlet.jar inflating: glassfish6/glassfish/modules/jersey-cdi1x-transaction.jar inflating: glassfish6/glassfish/modules/jersey-cdi1x.jar inflating: glassfish6/glassfish/modules/jersey-client.jar inflating: glassfish6/glassfish/modules/jersey-common.jar inflating: glassfish6/glassfish/modules/jersey-container-grizzly2-http.jar inflating: glassfish6/glassfish/modules/jersey-container-servlet-core.jar inflating: glassfish6/glassfish/modules/jersey-container-servlet.jar inflating: glassfish6/glassfish/modules/jersey-entity-filtering.jar inflating: glassfish6/glassfish/modules/jersey-gf-ejb.jar inflating: glassfish6/glassfish/modules/jersey-hk2.jar inflating: glassfish6/glassfish/modules/jersey-media-jaxb.jar inflating: glassfish6/glassfish/modules/jersey-media-json-binding.jar inflating: glassfish6/glassfish/modules/jersey-media-json-jackson.jar inflating: glassfish6/glassfish/modules/jersey-media-json-jettison.jar inflating: glassfish6/glassfish/modules/jersey-media-multipart.jar inflating: glassfish6/glassfish/modules/jersey-media-sse.jar inflating: glassfish6/glassfish/modules/jersey-mvc-connector.jar inflating: glassfish6/glassfish/modules/jersey-mvc-jsp.jar inflating: glassfish6/glassfish/modules/jersey-mvc.jar inflating: glassfish6/glassfish/modules/jersey-server.jar inflating: glassfish6/glassfish/modules/jettison.jar inflating: glassfish6/glassfish/modules/jms-admin.jar inflating: glassfish6/glassfish/modules/jms-core.jar inflating: glassfish6/glassfish/modules/jpa-container.jar inflating: glassfish6/glassfish/modules/jsch.jar inflating: glassfish6/glassfish/modules/jsf-connector.jar inflating: glassfish6/glassfish/modules/jsftemplating.jar inflating: glassfish6/glassfish/modules/jsonp-jaxrs.jar inflating: glassfish6/glassfish/modules/jspcaching-connector.jar inflating: glassfish6/glassfish/modules/jsr109-impl.jar inflating: glassfish6/glassfish/modules/jstl-connector.jar inflating: glassfish6/glassfish/modules/jta.jar inflating: glassfish6/glassfish/modules/jts.jar inflating: glassfish6/glassfish/modules/kernel.jar inflating: glassfish6/glassfish/modules/launcher.jar inflating: glassfish6/glassfish/modules/ldapbp.jar inflating: glassfish6/glassfish/modules/libpam4j.jar inflating: glassfish6/glassfish/modules/load-balancer-admin.jar inflating: glassfish6/glassfish/modules/logging.jar inflating: glassfish6/glassfish/modules/mail-connector.jar inflating: glassfish6/glassfish/modules/mail-runtime.jar inflating: glassfish6/glassfish/modules/management-api.jar inflating: glassfish6/glassfish/modules/metro-glue.jar inflating: glassfish6/glassfish/modules/mimepull.jar inflating: glassfish6/glassfish/modules/monitoring-core.jar inflating: glassfish6/glassfish/modules/nucleus-grizzly-all.jar inflating: glassfish6/glassfish/modules/nucleus-resources.jar inflating: glassfish6/glassfish/modules/orb-connector.jar inflating: glassfish6/glassfish/modules/orb-enabler.jar inflating: glassfish6/glassfish/modules/orb-iiop.jar inflating: glassfish6/glassfish/modules/org.apache.felix.bundlerepository.jar inflating: glassfish6/glassfish/modules/org.eclipse.persistence.asm.jar inflating: glassfish6/glassfish/modules/org.eclipse.persistence.core.jar inflating: glassfish6/glassfish/modules/org.eclipse.persistence.dbws.jar inflating: glassfish6/glassfish/modules/pfl-asm.jar inflating: glassfish6/glassfish/modules/org.eclipse.persistence.jpa.jar inflating: glassfish6/glassfish/modules/org.eclipse.persistence.jpa.jpql.jar inflating: glassfish6/glassfish/modules/org.eclipse.persistence.jpa.modelgen.processor.jar inflating: glassfish6/glassfish/modules/org.eclipse.persistence.moxy.jar inflating: glassfish6/glassfish/modules/org.eclipse.persistence.oracle.jar inflating: glassfish6/glassfish/modules/osgi-adapter.jar inflating: glassfish6/glassfish/modules/osgi-cli-remote.jar inflating: glassfish6/glassfish/modules/osgi-container.jar inflating: glassfish6/glassfish/modules/osgi-resource-locator.jar inflating: glassfish6/glassfish/modules/persistence-common.jar inflating: glassfish6/glassfish/modules/pfl-basic-tools.jar inflating: glassfish6/glassfish/modules/pfl-basic.jar inflating: glassfish6/glassfish/modules/pfl-dynamic.jar inflating: glassfish6/glassfish/modules/pfl-tf-tools.jar inflating: glassfish6/glassfish/modules/pfl-tf.jar inflating: glassfish6/glassfish/modules/resources-connector.jar inflating: glassfish6/glassfish/modules/resources-runtime.jar inflating: glassfish6/glassfish/modules/rest-client.jar inflating: glassfish6/glassfish/modules/rest-service.jar inflating: glassfish6/glassfish/modules/scattered-archive-api.jar inflating: glassfish6/glassfish/modules/schema2beans.jar inflating: glassfish6/glassfish/modules/security-ee.jar inflating: glassfish6/glassfish/modules/security-services.jar inflating: glassfish6/glassfish/modules/security.jar inflating: glassfish6/glassfish/modules/shoal-cache.jar inflating: glassfish6/glassfish/modules/shoal-gms-api.jar inflating: glassfish6/glassfish/modules/shoal-gms-impl.jar inflating: glassfish6/glassfish/modules/simple-glassfish-api.jar inflating: glassfish6/glassfish/modules/soap-tcp.jar inflating: glassfish6/glassfish/modules/ssl-impl.jar inflating: glassfish6/glassfish/modules/stats77.jar inflating: glassfish6/glassfish/modules/stax2-api.jar inflating: glassfish6/glassfish/modules/tiger-types.jar inflating: glassfish6/glassfish/modules/transaction-internal-api.jar inflating: glassfish6/glassfish/modules/tyrus-client.jar inflating: glassfish6/glassfish/modules/tyrus-container-glassfish-cdi.jar inflating: glassfish6/glassfish/modules/tyrus-container-glassfish-ejb.jar inflating: glassfish6/glassfish/modules/tyrus-container-grizzly-client.jar inflating: glassfish6/glassfish/modules/tyrus-container-servlet.jar inflating: glassfish6/glassfish/modules/tyrus-core.jar inflating: glassfish6/glassfish/modules/tyrus-server.jar inflating: glassfish6/glassfish/modules/tyrus-spi.jar inflating: glassfish6/glassfish/modules/war-util.jar inflating: glassfish6/glassfish/modules/web-cli.jar inflating: glassfish6/glassfish/modules/web-core.jar inflating: glassfish6/glassfish/modules/web-embed-api.jar inflating: glassfish6/glassfish/modules/web-glue.jar inflating: glassfish6/glassfish/modules/web-gui-plugin-common.jar inflating: glassfish6/glassfish/modules/web-ha.jar inflating: glassfish6/glassfish/modules/web-naming.jar inflating: glassfish6/glassfish/modules/web-sse.jar inflating: glassfish6/glassfish/modules/websecurity.jar inflating: glassfish6/glassfish/modules/webservices-api-osgi.jar inflating: glassfish6/glassfish/modules/webservices-connector.jar inflating: glassfish6/glassfish/modules/webservices-extra-jdk-packages.jar inflating: glassfish6/glassfish/modules/webservices-osgi.jar inflating: glassfish6/glassfish/modules/webservices.security.jar inflating: glassfish6/glassfish/modules/weld-integration-fragment.jar inflating: glassfish6/glassfish/modules/weld-integration.jar inflating: glassfish6/glassfish/modules/weld-osgi-bundle.jar inflating: glassfish6/glassfish/modules/woodstox-core.jar inflating: glassfish6/glassfish/modules/work-management.jar inflating: glassfish6/glassfish/modules/yasson.jar creating: glassfish6/bin/ inflating: glassfish6/bin/asadmin inflating: glassfish6/bin/asadmin.bat inflating: glassfish6/bin/debug-asadmin inflating: glassfish6/bin/debug-asadmin.bat creating: glassfish6/javadb/ creating: glassfish6/javadb/bin/ inflating: glassfish6/javadb/bin/NetworkServerControl inflating: glassfish6/javadb/bin/NetworkServerControl.bat inflating: glassfish6/javadb/bin/dblook inflating: glassfish6/javadb/bin/dblook.bat inflating: glassfish6/javadb/bin/derby_common.bat inflating: glassfish6/javadb/bin/ij inflating: glassfish6/javadb/bin/ij.bat inflating: glassfish6/javadb/bin/setEmbeddedCP inflating: glassfish6/javadb/bin/setEmbeddedCP.bat inflating: glassfish6/javadb/bin/setNetworkClientCP inflating: glassfish6/javadb/bin/setNetworkClientCP.bat inflating: glassfish6/javadb/bin/setNetworkServerCP inflating: glassfish6/javadb/bin/setNetworkServerCP.bat inflating: glassfish6/javadb/bin/startNetworkServer inflating: glassfish6/javadb/bin/startNetworkServer.bat inflating: glassfish6/javadb/bin/stopNetworkServer inflating: glassfish6/javadb/bin/stopNetworkServer.bat inflating: glassfish6/javadb/bin/sysinfo inflating: glassfish6/javadb/bin/sysinfo.bat creating: glassfish6/javadb/lib/ inflating: glassfish6/javadb/lib/derby.jar inflating: glassfish6/javadb/lib/derby.war inflating: glassfish6/javadb/lib/derbyLocale_cs.jar inflating: glassfish6/javadb/lib/derbyLocale_de_DE.jar inflating: glassfish6/javadb/lib/derbyLocale_es.jar inflating: glassfish6/javadb/lib/derbyLocale_fr.jar inflating: glassfish6/javadb/lib/derbyLocale_hu.jar inflating: glassfish6/javadb/lib/derbyLocale_it.jar inflating: glassfish6/javadb/lib/derbyLocale_ja_JP.jar inflating: glassfish6/javadb/lib/derbyLocale_ko_KR.jar inflating: glassfish6/javadb/lib/derbyLocale_pl.jar inflating: glassfish6/javadb/lib/derbyLocale_pt_BR.jar inflating: glassfish6/javadb/lib/derbyLocale_ru.jar inflating: glassfish6/javadb/lib/derbyLocale_zh_CN.jar inflating: glassfish6/javadb/lib/derbyLocale_zh_TW.jar inflating: glassfish6/javadb/lib/derbyclient.jar inflating: glassfish6/javadb/lib/derbynet.jar inflating: glassfish6/javadb/lib/derbyoptionaltools.jar inflating: glassfish6/javadb/lib/derbyrun.jar inflating: glassfish6/javadb/lib/derbytools.jar inflating: glassfish6/javadb/KEYS inflating: glassfish6/javadb/LICENSE inflating: glassfish6/javadb/NOTICE inflating: glassfish6/javadb/RELEASE-NOTES.html inflating: glassfish6/javadb/index.html creating: glassfish6/mq/ creating: glassfish6/mq/bin/ inflating: glassfish6/mq/bin/imqadmin inflating: glassfish6/mq/bin/imqadmin.exe inflating: glassfish6/mq/bin/imqbridgemgr inflating: glassfish6/mq/bin/imqbridgemgr.exe inflating: glassfish6/mq/bin/imqbrokerd inflating: glassfish6/mq/bin/imqbrokerd.exe inflating: glassfish6/mq/bin/imqbrokersvc.exe inflating: glassfish6/mq/bin/imqcmd inflating: glassfish6/mq/bin/imqcmd.exe inflating: glassfish6/mq/bin/imqdbmgr inflating: glassfish6/mq/bin/imqdbmgr.exe inflating: glassfish6/mq/bin/imqkeytool inflating: glassfish6/mq/bin/imqkeytool.exe inflating: glassfish6/mq/bin/imqobjmgr inflating: glassfish6/mq/bin/imqobjmgr.exe inflating: glassfish6/mq/bin/imqsvcadmin.exe inflating: glassfish6/mq/bin/imqusermgr inflating: glassfish6/mq/bin/imqusermgr.exe creating: glassfish6/mq/etc/ creating: glassfish6/mq/etc/rc/ inflating: glassfish6/mq/etc/rc/imq creating: glassfish6/mq/etc/registry/ inflating: glassfish6/mq/etc/registry/servicetag.xml creating: glassfish6/mq/etc/xml/ creating: glassfish6/mq/etc/xml/template/ inflating: glassfish6/mq/etc/xml/template/com.sun.cmm.mq.xml inflating: glassfish6/mq/etc/xml/com.sun.cmm.mq.xml inflating: glassfish6/mq/etc/imqbrokerd.conf inflating: glassfish6/mq/etc/imqenv.conf inflating: glassfish6/mq/etc/passfile.sample creating: glassfish6/mq/lib/ inflating: glassfish6/mq/lib/imqinit creating: glassfish6/mq/lib/dtd/ inflating: glassfish6/mq/lib/dtd/sun_jmsbridge_1_0.dtd creating: glassfish6/mq/lib/ext/ inflating: glassfish6/mq/lib/ext/README creating: glassfish6/mq/lib/help/ creating: glassfish6/mq/lib/help/META-INF/ extracting: glassfish6/mq/lib/help/META-INF/MANIFEST.MF creating: glassfish6/mq/lib/help/en/ inflating: glassfish6/mq/lib/help/en/Master.jhm inflating: glassfish6/mq/lib/help/en/MasterTOC.xml inflating: glassfish6/mq/lib/help/en/add_broker.htm inflating: glassfish6/mq/lib/help/en/add_broker_destination.htm inflating: glassfish6/mq/lib/help/en/add_connection_fact.htm inflating: glassfish6/mq/lib/help/en/add_connfact_clientid.htm inflating: glassfish6/mq/lib/help/en/add_connfact_handling.htm inflating: glassfish6/mq/lib/help/en/add_connfact_handling_old.htm inflating: glassfish6/mq/lib/help/en/add_connfact_jmsx.htm inflating: glassfish6/mq/lib/help/en/add_connfact_message_header_overrides.htm inflating: glassfish6/mq/lib/help/en/add_connfact_queue.htm inflating: glassfish6/mq/lib/help/en/add_connfact_rel.htm inflating: glassfish6/mq/lib/help/en/add_destination_obj.htm inflating: glassfish6/mq/lib/help/en/add_object_store.htm inflating: glassfish6/mq/lib/help/en/broker_config_basic.htm inflating: glassfish6/mq/lib/help/en/broker_config_logging.htm inflating: glassfish6/mq/lib/help/en/broker_config_messaging.htm inflating: glassfish6/mq/lib/help/en/broker_configuration.htm inflating: glassfish6/mq/lib/help/en/broker_dest_basic.htm inflating: glassfish6/mq/lib/help/en/broker_dest_durable.htm inflating: glassfish6/mq/lib/help/en/broker_destination_properties.htm inflating: glassfish6/mq/lib/help/en/broker_index.htm inflating: glassfish6/mq/lib/help/en/broker_information.htm inflating: glassfish6/mq/lib/help/en/conndis_broker.htm inflating: glassfish6/mq/lib/help/en/conndis_object_store.htm inflating: glassfish6/mq/lib/help/en/connection_factory_prop.htm inflating: glassfish6/mq/lib/help/en/connfact_clientid.htm inflating: glassfish6/mq/lib/help/en/connfact_handling.htm inflating: glassfish6/mq/lib/help/en/connfact_handling_old.htm inflating: glassfish6/mq/lib/help/en/connfact_jmsx.htm inflating: glassfish6/mq/lib/help/en/connfact_message_header_overrides.htm inflating: glassfish6/mq/lib/help/en/connfact_queue.htm inflating: glassfish6/mq/lib/help/en/connfact_rel.htm inflating: glassfish6/mq/lib/help/en/destination_obj_properties.htm inflating: glassfish6/mq/lib/help/en/ide.css inflating: glassfish6/mq/lib/help/en/imq_index.htm inflating: glassfish6/mq/lib/help/en/message_server_syntax.htm inflating: glassfish6/mq/lib/help/en/object_store_properties.htm inflating: glassfish6/mq/lib/help/en/os_index.htm inflating: glassfish6/mq/lib/help/en/overview.htm inflating: glassfish6/mq/lib/help/en/service_properties.htm creating: glassfish6/mq/lib/help/images/ inflating: glassfish6/mq/lib/help/images/AppIcon16xCDE.gif inflating: glassfish6/mq/lib/help/images/Broker16X.gif inflating: glassfish6/mq/lib/help/images/BrokerX16X.gif inflating: glassfish6/mq/lib/help/images/ObjectStore16x.gif inflating: glassfish6/mq/lib/help/images/ObjectStoreX16X.gif inflating: glassfish6/mq/lib/help/images/console.gif inflating: glassfish6/mq/lib/help/Master.hs creating: glassfish6/mq/lib/images/ creating: glassfish6/mq/lib/images/admin/ inflating: glassfish6/mq/lib/images/admin/AboutBox48x.gif inflating: glassfish6/mq/lib/images/admin/Add24.gif inflating: glassfish6/mq/lib/images/admin/AdminConnectBroker24x.gif inflating: glassfish6/mq/lib/images/admin/AdminConnectToObjectStore24x.gif inflating: glassfish6/mq/lib/images/admin/AdminDisConnectBroker24x.gif extracting: glassfish6/mq/lib/images/admin/AdminDisConnectToObjectStore24x.gif inflating: glassfish6/mq/lib/images/admin/AppIcon48x.gif inflating: glassfish6/mq/lib/images/admin/Broker16X.gif inflating: glassfish6/mq/lib/images/admin/BrokerDestinationList16x.gif extracting: glassfish6/mq/lib/images/admin/BrokerQuery24X.gif inflating: glassfish6/mq/lib/images/admin/BrokerX16X.gif inflating: glassfish6/mq/lib/images/admin/CollapseAll24x.gif inflating: glassfish6/mq/lib/images/admin/CollectionOfBrokers16x.gif extracting: glassfish6/mq/lib/images/admin/CollectionOfObjectStores16x.gif inflating: glassfish6/mq/lib/images/admin/Delete24.gif inflating: glassfish6/mq/lib/images/admin/ExpandAll24x.gif inflating: glassfish6/mq/lib/images/admin/ObjectStore16x.gif extracting: glassfish6/mq/lib/images/admin/ObjectStoreCFDestination16xList.gif inflating: glassfish6/mq/lib/images/admin/ObjectStoreX16X.gif extracting: glassfish6/mq/lib/images/admin/Pause24.gif extracting: glassfish6/mq/lib/images/admin/Play24.gif inflating: glassfish6/mq/lib/images/admin/Preferences24.gif inflating: glassfish6/mq/lib/images/admin/Properties24.gif inflating: glassfish6/mq/lib/images/admin/Purge24x.gif inflating: glassfish6/mq/lib/images/admin/Refresh24.gif extracting: glassfish6/mq/lib/images/admin/Restart24x.gif extracting: glassfish6/mq/lib/images/admin/ServiceList16x.gif inflating: glassfish6/mq/lib/images/admin/Shutdown24x.gif inflating: glassfish6/mq/lib/images/admin/dot.gif inflating: glassfish6/mq/lib/images/admin/folder.gif extracting: glassfish6/mq/lib/images/admin/splash_comm.gif extracting: glassfish6/mq/lib/images/admin/splash_openmq.gif creating: glassfish6/mq/lib/props/ creating: glassfish6/mq/lib/props/broker/ inflating: glassfish6/mq/lib/props/broker/default.properties inflating: glassfish6/mq/lib/props/broker/install.properties inflating: glassfish6/mq/lib/fscontext.jar inflating: glassfish6/mq/lib/glassfish-api.jar inflating: glassfish6/mq/lib/grizzly-framework.jar inflating: glassfish6/mq/lib/grizzly-http-server.jar inflating: glassfish6/mq/lib/grizzly-http-servlet.jar inflating: glassfish6/mq/lib/grizzly-http.jar inflating: glassfish6/mq/lib/grizzly-portunif.jar inflating: glassfish6/mq/lib/grizzly-websockets.jar inflating: glassfish6/mq/lib/hk2-api.jar inflating: glassfish6/mq/lib/imq.jar inflating: glassfish6/mq/lib/imqadmin.jar inflating: glassfish6/mq/lib/imqbridgemgr.jar inflating: glassfish6/mq/lib/imqbroker.jar inflating: glassfish6/mq/lib/imqhttp.war inflating: glassfish6/mq/lib/imqhttps.war inflating: glassfish6/mq/lib/imqjmsbridge.jar inflating: glassfish6/mq/lib/imqjmsra.rar inflating: glassfish6/mq/lib/imqjmx.jar inflating: glassfish6/mq/lib/imqservlet.jar inflating: glassfish6/mq/lib/imqstomp.jar inflating: glassfish6/mq/lib/imqums.war inflating: glassfish6/mq/lib/imqutil.jar inflating: glassfish6/mq/lib/imqxm.jar inflating: glassfish6/mq/lib/jakarta.json.jar inflating: glassfish6/mq/lib/jakarta.servlet-api.jar inflating: glassfish6/mq/lib/jakarta.transaction-api.jar inflating: glassfish6/mq/lib/jaxm-api.jar inflating: glassfish6/mq/lib/jhall.jar inflating: glassfish6/mq/lib/jms.jar inflating: glassfish6/mq/lib/tyrus-standalone-client.jar creating: glassfish6/mq/examples/ creating: glassfish6/mq/examples/applications/ creating: glassfish6/mq/examples/applications/mqapplet/ inflating: glassfish6/mq/examples/applications/mqapplet/MQApplet.java inflating: glassfish6/mq/examples/applications/mqapplet/README inflating: glassfish6/mq/examples/applications/mqapplet/build.xml inflating: glassfish6/mq/examples/applications/mqapplet/mqapplet.html creating: glassfish6/mq/examples/applications/mqping/ inflating: glassfish6/mq/examples/applications/mqping/PingShutdownHook.class inflating: glassfish6/mq/examples/applications/mqping/README inflating: glassfish6/mq/examples/applications/mqping/mqping.class inflating: glassfish6/mq/examples/applications/mqping/mqping.java creating: glassfish6/mq/examples/applications/qbrowser/ inflating: glassfish6/mq/examples/applications/qbrowser/QBrowser$BrowseListener.class inflating: glassfish6/mq/examples/applications/qbrowser/QBrowser$DetailsListener.class inflating: glassfish6/mq/examples/applications/qbrowser/QBrowser$ExitListener.class inflating: glassfish6/mq/examples/applications/qbrowser/QBrowser$MsgTable.class inflating: glassfish6/mq/examples/applications/qbrowser/QBrowser$OptionListener.class inflating: glassfish6/mq/examples/applications/qbrowser/QBrowser$PropertyPanel.class inflating: glassfish6/mq/examples/applications/qbrowser/QBrowser$TableMouseListener.class inflating: glassfish6/mq/examples/applications/qbrowser/QBrowser.class inflating: glassfish6/mq/examples/applications/qbrowser/QBrowser.java inflating: glassfish6/mq/examples/applications/qbrowser/README creating: glassfish6/mq/examples/applications/simplechat/ inflating: glassfish6/mq/examples/applications/simplechat/ChatObjMessage.class inflating: glassfish6/mq/examples/applications/simplechat/README inflating: glassfish6/mq/examples/applications/simplechat/SimpleChat.class inflating: glassfish6/mq/examples/applications/simplechat/SimpleChat.java inflating: glassfish6/mq/examples/applications/simplechat/SimpleChatBytesMessageCreator.class inflating: glassfish6/mq/examples/applications/simplechat/SimpleChatDialog.class inflating: glassfish6/mq/examples/applications/simplechat/SimpleChatMapMessageCreator.class inflating: glassfish6/mq/examples/applications/simplechat/SimpleChatMessageCreator.class inflating: glassfish6/mq/examples/applications/simplechat/SimpleChatMessageTypes.class inflating: glassfish6/mq/examples/applications/simplechat/SimpleChatObjMessageCreator.class inflating: glassfish6/mq/examples/applications/simplechat/SimpleChatPanel.class inflating: glassfish6/mq/examples/applications/simplechat/SimpleChatStreamMessageCreator.class inflating: glassfish6/mq/examples/applications/simplechat/SimpleChatTextMessageCreator.class creating: glassfish6/mq/examples/applications/uclient/ inflating: glassfish6/mq/examples/applications/uclient/ConnectionDialogBox.class inflating: glassfish6/mq/examples/applications/uclient/FormattedDocument.class inflating: glassfish6/mq/examples/applications/uclient/IntegerField$1.class inflating: glassfish6/mq/examples/applications/uclient/IntegerField.class inflating: glassfish6/mq/examples/applications/uclient/MsgTable.class inflating: glassfish6/mq/examples/applications/uclient/PropertyPanel.class inflating: glassfish6/mq/examples/applications/uclient/README inflating: glassfish6/mq/examples/applications/uclient/ReceiveMessageDialogBox.class inflating: glassfish6/mq/examples/applications/uclient/SendMessageDialogBox.class inflating: glassfish6/mq/examples/applications/uclient/StatusArea.class inflating: glassfish6/mq/examples/applications/uclient/UniversalClient$1.class inflating: glassfish6/mq/examples/applications/uclient/UniversalClient$2.class inflating: glassfish6/mq/examples/applications/uclient/UniversalClient$3.class inflating: glassfish6/mq/examples/applications/uclient/UniversalClient$4.class inflating: glassfish6/mq/examples/applications/uclient/UniversalClient$5.class inflating: glassfish6/mq/examples/applications/uclient/UniversalClient$6.class inflating: glassfish6/mq/examples/applications/uclient/UniversalClient$7.class inflating: glassfish6/mq/examples/applications/uclient/UniversalClient$ClearMessageListener.class inflating: glassfish6/mq/examples/applications/uclient/UniversalClient$ConnectionEventListener.class inflating: glassfish6/mq/examples/applications/uclient/UniversalClient$ConnectionListener.class inflating: glassfish6/mq/examples/applications/uclient/UniversalClient$ConnectionPopUpListener.class inflating: glassfish6/mq/examples/applications/uclient/UniversalClient$DetailsListener.class inflating: glassfish6/mq/examples/applications/uclient/UniversalClient$DisConnectionListener.class inflating: glassfish6/mq/examples/applications/uclient/UniversalClient$ExitListener.class inflating: glassfish6/mq/examples/applications/uclient/UniversalClient$MessageReceiverThread.class inflating: glassfish6/mq/examples/applications/uclient/UniversalClient$MessageSenderThread.class inflating: glassfish6/mq/examples/applications/uclient/UniversalClient$ReceiveMessageListener.class inflating: glassfish6/mq/examples/applications/uclient/UniversalClient$ReceiveMessagePopUpListener.class inflating: glassfish6/mq/examples/applications/uclient/UniversalClient$SendMessageListener.class inflating: glassfish6/mq/examples/applications/uclient/UniversalClient$SendMessagePopUpListener.class inflating: glassfish6/mq/examples/applications/uclient/UniversalClient$StatusReportingThread.class inflating: glassfish6/mq/examples/applications/uclient/UniversalClient$TableMouseListener.class inflating: glassfish6/mq/examples/applications/uclient/UniversalClient.class inflating: glassfish6/mq/examples/applications/uclient/UniversalClient.java inflating: glassfish6/mq/examples/applications/uclient/UniversalClientConstants.class inflating: glassfish6/mq/examples/applications/uclient/UniversalClientUtility.class inflating: glassfish6/mq/examples/applications/README creating: glassfish6/mq/examples/helloworld/ creating: glassfish6/mq/examples/helloworld/helloworldmessage/ inflating: glassfish6/mq/examples/helloworld/helloworldmessage/HelloWorldMessage.class inflating: glassfish6/mq/examples/helloworld/helloworldmessage/HelloWorldMessage.java inflating: glassfish6/mq/examples/helloworld/helloworldmessage/README creating: glassfish6/mq/examples/helloworld/helloworldmessagejndi/ inflating: glassfish6/mq/examples/helloworld/helloworldmessagejndi/HelloWorldMessageJNDI.class inflating: glassfish6/mq/examples/helloworld/helloworldmessagejndi/HelloWorldMessageJNDI.java inflating: glassfish6/mq/examples/helloworld/helloworldmessagejndi/README inflating: glassfish6/mq/examples/helloworld/helloworldmessagejndi/add_cf.props inflating: glassfish6/mq/examples/helloworld/helloworldmessagejndi/add_q.props inflating: glassfish6/mq/examples/helloworld/helloworldmessagejndi/delete_cf.props inflating: glassfish6/mq/examples/helloworld/helloworldmessagejndi/delete_q.props inflating: glassfish6/mq/examples/helloworld/helloworldmessagejndi/list.props inflating: glassfish6/mq/examples/helloworld/README creating: glassfish6/mq/examples/imqobjmgr/ inflating: glassfish6/mq/examples/imqobjmgr/README inflating: glassfish6/mq/examples/imqobjmgr/add_qcf.properties inflating: glassfish6/mq/examples/imqobjmgr/add_topic.properties inflating: glassfish6/mq/examples/imqobjmgr/delete_topic.properties inflating: glassfish6/mq/examples/imqobjmgr/list.properties inflating: glassfish6/mq/examples/imqobjmgr/query_qcf.properties inflating: glassfish6/mq/examples/imqobjmgr/query_topic.properties inflating: glassfish6/mq/examples/imqobjmgr/update_qcf.properties creating: glassfish6/mq/examples/jaas/ inflating: glassfish6/mq/examples/jaas/README creating: glassfish6/mq/examples/jaxm/ inflating: glassfish6/mq/examples/jaxm/README inflating: glassfish6/mq/examples/jaxm/ReceiveSOAPMessageWithJMS.class inflating: glassfish6/mq/examples/jaxm/ReceiveSOAPMessageWithJMS.java inflating: glassfish6/mq/examples/jaxm/SOAPEchoServlet.class inflating: glassfish6/mq/examples/jaxm/SOAPEchoServlet.java inflating: glassfish6/mq/examples/jaxm/SOAPtoJMSServlet.class inflating: glassfish6/mq/examples/jaxm/SOAPtoJMSServlet.java inflating: glassfish6/mq/examples/jaxm/SendSOAPMessage.class inflating: glassfish6/mq/examples/jaxm/SendSOAPMessage.java inflating: glassfish6/mq/examples/jaxm/SendSOAPMessageWithJMS.class inflating: glassfish6/mq/examples/jaxm/SendSOAPMessageWithJMS.java creating: glassfish6/mq/examples/jdbc/ inflating: glassfish6/mq/examples/jdbc/README inflating: glassfish6/mq/examples/jdbc/config.properties.db2 inflating: glassfish6/mq/examples/jdbc/config.properties.derby inflating: glassfish6/mq/examples/jdbc/config.properties.mysql inflating: glassfish6/mq/examples/jdbc/config.properties.oracle inflating: glassfish6/mq/examples/jdbc/config.properties.pointbase creating: glassfish6/mq/examples/jms/ inflating: glassfish6/mq/examples/jms/AckEquivExample$1.class inflating: glassfish6/mq/examples/jms/AckEquivExample$AsynchSubscriber$TextListener.class inflating: glassfish6/mq/examples/jms/AckEquivExample$AsynchSubscriber.class inflating: glassfish6/mq/examples/jms/AckEquivExample$MultiplePublisher.class inflating: glassfish6/mq/examples/jms/AckEquivExample$SynchConsumer.class inflating: glassfish6/mq/examples/jms/AckEquivExample$SynchProducer.class inflating: glassfish6/mq/examples/jms/AckEquivExample.class inflating: glassfish6/mq/examples/jms/AckEquivExample.java inflating: glassfish6/mq/examples/jms/AsynchQueueExample.class inflating: glassfish6/mq/examples/jms/AsynchQueueExample.java inflating: glassfish6/mq/examples/jms/AsynchTopicExample$1.class inflating: glassfish6/mq/examples/jms/AsynchTopicExample$AsynchConsumer$TextListener.class inflating: glassfish6/mq/examples/jms/AsynchTopicExample$AsynchConsumer.class inflating: glassfish6/mq/examples/jms/AsynchTopicExample$MultipleProducer.class inflating: glassfish6/mq/examples/jms/AsynchTopicExample.class inflating: glassfish6/mq/examples/jms/AsynchTopicExample.java inflating: glassfish6/mq/examples/jms/BytesMessages.class inflating: glassfish6/mq/examples/jms/BytesMessages.java inflating: glassfish6/mq/examples/jms/Consumer.class inflating: glassfish6/mq/examples/jms/DurableSubscriberExample$1.class inflating: glassfish6/mq/examples/jms/DurableSubscriberExample$DurableSubscriber$TextListener.class inflating: glassfish6/mq/examples/jms/DurableSubscriberExample$DurableSubscriber.class inflating: glassfish6/mq/examples/jms/DurableSubscriberExample$MultiplePublisher.class inflating: glassfish6/mq/examples/jms/DurableSubscriberExample.class inflating: glassfish6/mq/examples/jms/DurableSubscriberExample.java inflating: glassfish6/mq/examples/jms/MessageConversion.class inflating: glassfish6/mq/examples/jms/MessageConversion.java inflating: glassfish6/mq/examples/jms/MessageFormats.class inflating: glassfish6/mq/examples/jms/MessageFormats.java inflating: glassfish6/mq/examples/jms/MessageHeadersTopic$HeaderConsumer.class inflating: glassfish6/mq/examples/jms/MessageHeadersTopic$HeaderProducer.class inflating: glassfish6/mq/examples/jms/MessageHeadersTopic.class inflating: glassfish6/mq/examples/jms/MessageHeadersTopic.java inflating: glassfish6/mq/examples/jms/ObjectMessages.class inflating: glassfish6/mq/examples/jms/ObjectMessages.java inflating: glassfish6/mq/examples/jms/Producer.class inflating: glassfish6/mq/examples/jms/README inflating: glassfish6/mq/examples/jms/RequestReplyQueue$Reply.class inflating: glassfish6/mq/examples/jms/RequestReplyQueue$Request.class inflating: glassfish6/mq/examples/jms/RequestReplyQueue.class inflating: glassfish6/mq/examples/jms/RequestReplyQueue.java inflating: glassfish6/mq/examples/jms/SampleUtilities$DoneLatch.class inflating: glassfish6/mq/examples/jms/SampleUtilities.class inflating: glassfish6/mq/examples/jms/SampleUtilities.java inflating: glassfish6/mq/examples/jms/SenderToQueue.class inflating: glassfish6/mq/examples/jms/SenderToQueue.java inflating: glassfish6/mq/examples/jms/SynchQueueExample.class inflating: glassfish6/mq/examples/jms/SynchQueueExample.java inflating: glassfish6/mq/examples/jms/SynchTopicExample$SimpleProducer.class inflating: glassfish6/mq/examples/jms/SynchTopicExample$SynchConsumer.class inflating: glassfish6/mq/examples/jms/SynchTopicExample.class inflating: glassfish6/mq/examples/jms/SynchTopicExample.java inflating: glassfish6/mq/examples/jms/TextListener.class inflating: glassfish6/mq/examples/jms/TextListener.java inflating: glassfish6/mq/examples/jms/TopicSelectors$1.class inflating: glassfish6/mq/examples/jms/TopicSelectors$Publisher.class inflating: glassfish6/mq/examples/jms/TopicSelectors$Subscriber$MultipleListener.class inflating: glassfish6/mq/examples/jms/TopicSelectors$Subscriber.class inflating: glassfish6/mq/examples/jms/TopicSelectors.class inflating: glassfish6/mq/examples/jms/TopicSelectors.java inflating: glassfish6/mq/examples/jms/TransactedExample$GenericSupplier.class inflating: glassfish6/mq/examples/jms/TransactedExample$Order.class inflating: glassfish6/mq/examples/jms/TransactedExample$Retailer.class inflating: glassfish6/mq/examples/jms/TransactedExample$Vendor.class inflating: glassfish6/mq/examples/jms/TransactedExample$VendorMessageListener.class inflating: glassfish6/mq/examples/jms/TransactedExample.class inflating: glassfish6/mq/examples/jms/TransactedExample.java inflating: glassfish6/mq/examples/jms/XMLMessageExample.class inflating: glassfish6/mq/examples/jms/XMLMessageExample.java inflating: glassfish6/mq/examples/jms/sample.dtd inflating: glassfish6/mq/examples/jms/sample.xml creating: glassfish6/mq/examples/jms20/ creating: glassfish6/mq/examples/jms20/asyncsend/ inflating: glassfish6/mq/examples/jms20/asyncsend/AsyncTopicConsumerExample$MessageHandler.class inflating: glassfish6/mq/examples/jms20/asyncsend/AsyncTopicConsumerExample.class inflating: glassfish6/mq/examples/jms20/asyncsend/AsyncTopicConsumerExample.java inflating: glassfish6/mq/examples/jms20/asyncsend/AsyncTopicProducerExample$MyCompletionListener.class inflating: glassfish6/mq/examples/jms20/asyncsend/AsyncTopicProducerExample.class inflating: glassfish6/mq/examples/jms20/asyncsend/AsyncTopicProducerExample.java inflating: glassfish6/mq/examples/jms20/asyncsend/README creating: glassfish6/mq/examples/jms20/asynctopicconsumer/ inflating: glassfish6/mq/examples/jms20/asynctopicconsumer/AsyncTopicConsumer$MessageHandler.class inflating: glassfish6/mq/examples/jms20/asynctopicconsumer/AsyncTopicConsumer.class inflating: glassfish6/mq/examples/jms20/asynctopicconsumer/AsyncTopicConsumer.java inflating: glassfish6/mq/examples/jms20/asynctopicconsumer/README inflating: glassfish6/mq/examples/jms20/asynctopicconsumer/SendMsgsToTopic.class inflating: glassfish6/mq/examples/jms20/asynctopicconsumer/SendMsgsToTopic.java creating: glassfish6/mq/examples/jms20/deliverycount/ inflating: glassfish6/mq/examples/jms20/deliverycount/JMSXDeliveryCountExample1.class inflating: glassfish6/mq/examples/jms20/deliverycount/JMSXDeliveryCountExample1.java inflating: glassfish6/mq/examples/jms20/deliverycount/JMSXDeliveryCountExample2.class inflating: glassfish6/mq/examples/jms20/deliverycount/JMSXDeliveryCountExample2.java inflating: glassfish6/mq/examples/jms20/deliverycount/README creating: glassfish6/mq/examples/jms20/deliverydelay/ inflating: glassfish6/mq/examples/jms20/deliverydelay/DeliveryDelayConsumer$MessageHandler.class inflating: glassfish6/mq/examples/jms20/deliverydelay/DeliveryDelayConsumer.class inflating: glassfish6/mq/examples/jms20/deliverydelay/DeliveryDelayConsumer.java inflating: glassfish6/mq/examples/jms20/deliverydelay/DeliveryDelayProducer.class inflating: glassfish6/mq/examples/jms20/deliverydelay/DeliveryDelayProducer.java inflating: glassfish6/mq/examples/jms20/deliverydelay/README creating: glassfish6/mq/examples/jms20/messagegetbody/ inflating: glassfish6/mq/examples/jms20/messagegetbody/MessageGetBodyExample$MyObject.class inflating: glassfish6/mq/examples/jms20/messagegetbody/MessageGetBodyExample.class inflating: glassfish6/mq/examples/jms20/messagegetbody/MessageGetBodyExample.java inflating: glassfish6/mq/examples/jms20/messagegetbody/README creating: glassfish6/mq/examples/jms20/messageheader/ inflating: glassfish6/mq/examples/jms20/messageheader/MessageHeadersConsumer.class inflating: glassfish6/mq/examples/jms20/messageheader/MessageHeadersConsumer.java inflating: glassfish6/mq/examples/jms20/messageheader/MessageHeadersProducer.class inflating: glassfish6/mq/examples/jms20/messageheader/MessageHeadersProducer.java inflating: glassfish6/mq/examples/jms20/messageheader/README creating: glassfish6/mq/examples/jms20/messageproperties/ inflating: glassfish6/mq/examples/jms20/messageproperties/MessagePropertiesConsumer.class inflating: glassfish6/mq/examples/jms20/messageproperties/MessagePropertiesConsumer.java inflating: glassfish6/mq/examples/jms20/messageproperties/MessagePropertiesProducer.class inflating: glassfish6/mq/examples/jms20/messageproperties/MessagePropertiesProducer.java inflating: glassfish6/mq/examples/jms20/messageproperties/README creating: glassfish6/mq/examples/jms20/selector/ inflating: glassfish6/mq/examples/jms20/selector/README inflating: glassfish6/mq/examples/jms20/selector/SelectorConsumerExample$Subscriber$MultipleListener.class inflating: glassfish6/mq/examples/jms20/selector/SelectorConsumerExample$Subscriber.class inflating: glassfish6/mq/examples/jms20/selector/SelectorConsumerExample.class inflating: glassfish6/mq/examples/jms20/selector/SelectorConsumerExample.java inflating: glassfish6/mq/examples/jms20/selector/SelectorProducerExample.class inflating: glassfish6/mq/examples/jms20/selector/SelectorProducerExample.java creating: glassfish6/mq/examples/jms20/sharedsub/ inflating: glassfish6/mq/examples/jms20/sharedsub/ProducerExample.class inflating: glassfish6/mq/examples/jms20/sharedsub/ProducerExample.java inflating: glassfish6/mq/examples/jms20/sharedsub/README inflating: glassfish6/mq/examples/jms20/sharedsub/SharedDuraConsumerExample$Subscriber.class inflating: glassfish6/mq/examples/jms20/sharedsub/SharedDuraConsumerExample.class inflating: glassfish6/mq/examples/jms20/sharedsub/SharedDuraConsumerExample.java inflating: glassfish6/mq/examples/jms20/sharedsub/SharedNonDuraConsumerExample$Subscriber$MultipleListener.class inflating: glassfish6/mq/examples/jms20/sharedsub/SharedNonDuraConsumerExample$Subscriber.class inflating: glassfish6/mq/examples/jms20/sharedsub/SharedNonDuraConsumerExample.class inflating: glassfish6/mq/examples/jms20/sharedsub/SharedNonDuraConsumerExample.java creating: glassfish6/mq/examples/jms20/syncqueue/ inflating: glassfish6/mq/examples/jms20/syncqueue/MyObject.class inflating: glassfish6/mq/examples/jms20/syncqueue/MyObject.java inflating: glassfish6/mq/examples/jms20/syncqueue/README inflating: glassfish6/mq/examples/jms20/syncqueue/SendObjectMsgsToQueue.class inflating: glassfish6/mq/examples/jms20/syncqueue/SendObjectMsgsToQueue.java inflating: glassfish6/mq/examples/jms20/syncqueue/SyncQueueConsumer.class inflating: glassfish6/mq/examples/jms20/syncqueue/SyncQueueConsumer.java inflating: glassfish6/mq/examples/jms20/README creating: glassfish6/mq/examples/jmsbridge/ creating: glassfish6/mq/examples/jmsbridge/mqtomq/ inflating: glassfish6/mq/examples/jmsbridge/mqtomq/README inflating: glassfish6/mq/examples/jmsbridge/mqtomq/jmsbridge.xml inflating: glassfish6/mq/examples/jmsbridge/mqtomq/logging.properties inflating: glassfish6/mq/examples/jmsbridge/mqtomq/passfile inflating: glassfish6/mq/examples/jmsbridge/README creating: glassfish6/mq/examples/jmx/ inflating: glassfish6/mq/examples/jmx/ClusterTableModel.class inflating: glassfish6/mq/examples/jmx/ListDestinations.class inflating: glassfish6/mq/examples/jmx/ListDestinations.java inflating: glassfish6/mq/examples/jmx/MQClusterMonitor$1.class inflating: glassfish6/mq/examples/jmx/MQClusterMonitor$2.class inflating: glassfish6/mq/examples/jmx/MQClusterMonitor.class inflating: glassfish6/mq/examples/jmx/MQClusterMonitor.java inflating: glassfish6/mq/examples/jmx/MQConnectDialog.class inflating: glassfish6/mq/examples/jmx/MQConnectDialog.java inflating: glassfish6/mq/examples/jmx/MQLogViewer$1.class inflating: glassfish6/mq/examples/jmx/MQLogViewer.class inflating: glassfish6/mq/examples/jmx/MQLogViewer.java inflating: glassfish6/mq/examples/jmx/README inflating: glassfish6/mq/examples/jmx/SimpleClient.class inflating: glassfish6/mq/examples/jmx/SimpleClient.java creating: glassfish6/mq/examples/monitoring/ inflating: glassfish6/mq/examples/monitoring/BrokerMetrics.class inflating: glassfish6/mq/examples/monitoring/BrokerMetrics.java inflating: glassfish6/mq/examples/monitoring/DestListMetrics.class inflating: glassfish6/mq/examples/monitoring/DestListMetrics.java inflating: glassfish6/mq/examples/monitoring/DestMetrics.class inflating: glassfish6/mq/examples/monitoring/DestMetrics.java inflating: glassfish6/mq/examples/monitoring/MetricsPrinter.class inflating: glassfish6/mq/examples/monitoring/MetricsPrinter.java inflating: glassfish6/mq/examples/monitoring/MultiColumnPrinter.class inflating: glassfish6/mq/examples/monitoring/MultiColumnPrinter.java inflating: glassfish6/mq/examples/monitoring/README inflating: glassfish6/mq/examples/monitoring/VMMetrics.class inflating: glassfish6/mq/examples/monitoring/VMMetrics.java creating: glassfish6/mq/examples/stomp/ creating: glassfish6/mq/examples/stomp/ruby/ inflating: glassfish6/mq/examples/stomp/ruby/README inflating: glassfish6/mq/examples/stomp/ruby/ReceiveMsg.rb inflating: glassfish6/mq/examples/stomp/ruby/SendMsg.rb inflating: glassfish6/mq/examples/stomp/README creating: glassfish6/mq/examples/ums/ creating: glassfish6/mq/examples/ums/ajax/ inflating: glassfish6/mq/examples/ums/ajax/README inflating: glassfish6/mq/examples/ums/ajax/ReceiveMsg.html inflating: glassfish6/mq/examples/ums/ajax/SendMsg.html creating: glassfish6/mq/examples/ums/csharp/ inflating: glassfish6/mq/examples/ums/csharp/README inflating: glassfish6/mq/examples/ums/csharp/ReceiveSOAPMsg.cs inflating: glassfish6/mq/examples/ums/csharp/SendSOAPMsg.cs creating: glassfish6/mq/examples/ums/get/ inflating: glassfish6/mq/examples/ums/get/README inflating: glassfish6/mq/examples/ums/get/ReceiveUsingGet.html inflating: glassfish6/mq/examples/ums/get/SendUsingGet.html inflating: glassfish6/mq/examples/ums/get/UtilsUsingGet.html creating: glassfish6/mq/examples/ums/python/ inflating: glassfish6/mq/examples/ums/python/README inflating: glassfish6/mq/examples/ums/python/ReceiveMsg.py inflating: glassfish6/mq/examples/ums/python/ReceiveSOAPMsg.py inflating: glassfish6/mq/examples/ums/python/SendMsg.py inflating: glassfish6/mq/examples/ums/python/SendSOAPMsg.py creating: glassfish6/mq/examples/ums/ruby/ inflating: glassfish6/mq/examples/ums/ruby/README inflating: glassfish6/mq/examples/ums/ruby/ReceiveMsg.rb inflating: glassfish6/mq/examples/ums/ruby/SendMsg.rb inflating: glassfish6/mq/examples/ums/README inflating: glassfish6/mq/examples/ums/README.html inflating: glassfish6/mq/examples/README creating: glassfish6/mq/javadoc/ creating: glassfish6/mq/javadoc/com/ creating: glassfish6/mq/javadoc/com/sun/ creating: glassfish6/mq/javadoc/com/sun/messaging/ creating: glassfish6/mq/javadoc/com/sun/messaging/bridge/ creating: glassfish6/mq/javadoc/com/sun/messaging/bridge/api/ creating: glassfish6/mq/javadoc/com/sun/messaging/bridge/api/class-use/ inflating: glassfish6/mq/javadoc/com/sun/messaging/bridge/api/class-use/MessageTransformer.JMSMessageType.html inflating: glassfish6/mq/javadoc/com/sun/messaging/bridge/api/class-use/MessageTransformer.html inflating: glassfish6/mq/javadoc/com/sun/messaging/bridge/api/MessageTransformer.JMSMessageType.html inflating: glassfish6/mq/javadoc/com/sun/messaging/bridge/api/MessageTransformer.html inflating: glassfish6/mq/javadoc/com/sun/messaging/bridge/api/package-frame.html inflating: glassfish6/mq/javadoc/com/sun/messaging/bridge/api/package-summary.html inflating: glassfish6/mq/javadoc/com/sun/messaging/bridge/api/package-tree.html inflating: glassfish6/mq/javadoc/com/sun/messaging/bridge/api/package-use.html creating: glassfish6/mq/javadoc/com/sun/messaging/class-use/ inflating: glassfish6/mq/javadoc/com/sun/messaging/class-use/AdminConnectionConfiguration.html inflating: glassfish6/mq/javadoc/com/sun/messaging/class-use/AdminConnectionFactory.html inflating: glassfish6/mq/javadoc/com/sun/messaging/class-use/AdministeredObject.html inflating: glassfish6/mq/javadoc/com/sun/messaging/class-use/BasicConnectionFactory.html inflating: glassfish6/mq/javadoc/com/sun/messaging/class-use/BasicQueue.html inflating: glassfish6/mq/javadoc/com/sun/messaging/class-use/BasicTopic.html inflating: glassfish6/mq/javadoc/com/sun/messaging/class-use/ConnectionConfiguration.html inflating: glassfish6/mq/javadoc/com/sun/messaging/class-use/ConnectionFactory.html inflating: glassfish6/mq/javadoc/com/sun/messaging/class-use/Destination.html inflating: glassfish6/mq/javadoc/com/sun/messaging/class-use/DestinationConfiguration.html inflating: glassfish6/mq/javadoc/com/sun/messaging/class-use/InvalidPropertyException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/class-use/InvalidPropertyValueException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/class-use/PropertyOwner.html inflating: glassfish6/mq/javadoc/com/sun/messaging/class-use/Queue.html inflating: glassfish6/mq/javadoc/com/sun/messaging/class-use/QueueConnectionFactory.html inflating: glassfish6/mq/javadoc/com/sun/messaging/class-use/ReadOnlyPropertyException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/class-use/Topic.html inflating: glassfish6/mq/javadoc/com/sun/messaging/class-use/TopicConnectionFactory.html inflating: glassfish6/mq/javadoc/com/sun/messaging/class-use/Version.html inflating: glassfish6/mq/javadoc/com/sun/messaging/class-use/XAConnectionFactory.html inflating: glassfish6/mq/javadoc/com/sun/messaging/class-use/XAQueueConnectionFactory.html inflating: glassfish6/mq/javadoc/com/sun/messaging/class-use/XATopicConnectionFactory.html creating: glassfish6/mq/javadoc/com/sun/messaging/jms/ creating: glassfish6/mq/javadoc/com/sun/messaging/jms/class-use/ inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/class-use/Connection.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/class-use/IllegalStateException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/class-use/InvalidClientIDException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/class-use/InvalidDestinationException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/class-use/InvalidSelectorException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/class-use/JMSException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/class-use/JMSSecurityException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/class-use/MQIllegalStateRuntimeException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/class-use/MQInvalidClientIDRuntimeException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/class-use/MQInvalidDestinationRuntimeException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/class-use/MQInvalidSelectorRuntimeException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/class-use/MQMessageFormatRuntimeException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/class-use/MQMessageNotWriteableRuntimeException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/class-use/MQResourceAllocationRuntimeException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/class-use/MQRuntimeException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/class-use/MQSecurityRuntimeException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/class-use/MQTransactionInProgressRuntimeException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/class-use/MQTransactionRolledBackRuntimeException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/class-use/Message.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/class-use/MessageEOFException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/class-use/MessageFormatException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/class-use/MessageNotReadableException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/class-use/MessageNotWriteableException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/class-use/QueueConnection.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/class-use/ResourceAllocationException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/class-use/Session.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/class-use/TopicConnection.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/class-use/TransactionInProgressException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/class-use/TransactionRolledBackException.html creating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/ creating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/ creating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/class-use/ inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/class-use/BrokerAttributes.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/class-use/BrokerClusterInfo.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/class-use/BrokerNotification.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/class-use/BrokerOperations.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/class-use/BrokerState.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/class-use/ChangeMasterBrokerResultInfo.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/class-use/ClusterAttributes.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/class-use/ClusterNotification.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/class-use/ClusterOperations.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/class-use/ConnectionAttributes.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/class-use/ConnectionNotification.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/class-use/ConnectionOperations.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/class-use/ConsumerAttributes.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/class-use/ConsumerInfo.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/class-use/ConsumerOperations.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/class-use/DestinationAttributes.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/class-use/DestinationLimitBehavior.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/class-use/DestinationNotification.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/class-use/DestinationOperations.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/class-use/DestinationPauseType.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/class-use/DestinationState.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/class-use/DestinationType.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/class-use/JVMAttributes.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/class-use/LogAttributes.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/class-use/LogLevel.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/class-use/LogNotification.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/class-use/MQNotification.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/class-use/MQObjectName.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/class-use/ProducerAttributes.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/class-use/ProducerInfo.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/class-use/ProducerOperations.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/class-use/ServiceAttributes.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/class-use/ServiceNotification.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/class-use/ServiceOperations.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/class-use/ServiceState.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/class-use/TransactionAttributes.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/class-use/TransactionInfo.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/class-use/TransactionNotification.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/class-use/TransactionOperations.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/class-use/TransactionState.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/BrokerAttributes.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/BrokerClusterInfo.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/BrokerNotification.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/BrokerOperations.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/BrokerState.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/ChangeMasterBrokerResultInfo.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/ClusterAttributes.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/ClusterNotification.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/ClusterOperations.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/ConnectionAttributes.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/ConnectionNotification.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/ConnectionOperations.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/ConsumerAttributes.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/ConsumerInfo.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/ConsumerOperations.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/DestinationAttributes.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/DestinationLimitBehavior.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/DestinationNotification.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/DestinationOperations.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/DestinationPauseType.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/DestinationState.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/DestinationType.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/JVMAttributes.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/LogAttributes.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/LogLevel.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/LogNotification.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/MQNotification.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/MQObjectName.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/ProducerAttributes.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/ProducerInfo.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/ProducerOperations.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/ServiceAttributes.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/ServiceNotification.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/ServiceOperations.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/ServiceState.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/TransactionAttributes.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/TransactionInfo.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/TransactionNotification.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/TransactionOperations.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/TransactionState.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/package-frame.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/package-summary.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/package-tree.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/management/server/package-use.html creating: glassfish6/mq/javadoc/com/sun/messaging/jms/notification/ creating: glassfish6/mq/javadoc/com/sun/messaging/jms/notification/class-use/ inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/notification/class-use/ConnectionClosedEvent.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/notification/class-use/ConnectionClosingEvent.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/notification/class-use/ConnectionEvent.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/notification/class-use/ConnectionReconnectFailedEvent.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/notification/class-use/ConnectionReconnectedEvent.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/notification/class-use/ConsumerEvent.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/notification/class-use/Event.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/notification/class-use/EventListener.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/notification/ConnectionClosedEvent.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/notification/ConnectionClosingEvent.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/notification/ConnectionEvent.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/notification/ConnectionReconnectFailedEvent.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/notification/ConnectionReconnectedEvent.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/notification/ConsumerEvent.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/notification/Event.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/notification/EventListener.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/notification/package-frame.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/notification/package-summary.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/notification/package-tree.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/notification/package-use.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/Connection.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/IllegalStateException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/InvalidClientIDException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/InvalidDestinationException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/InvalidSelectorException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/JMSException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/JMSSecurityException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/MQIllegalStateRuntimeException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/MQInvalidClientIDRuntimeException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/MQInvalidDestinationRuntimeException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/MQInvalidSelectorRuntimeException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/MQMessageFormatRuntimeException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/MQMessageNotWriteableRuntimeException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/MQResourceAllocationRuntimeException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/MQRuntimeException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/MQSecurityRuntimeException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/MQTransactionInProgressRuntimeException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/MQTransactionRolledBackRuntimeException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/Message.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/MessageEOFException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/MessageFormatException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/MessageNotReadableException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/MessageNotWriteableException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/QueueConnection.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/ResourceAllocationException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/Session.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/TopicConnection.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/TransactionInProgressException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/TransactionRolledBackException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/package-frame.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/package-summary.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/package-tree.html inflating: glassfish6/mq/javadoc/com/sun/messaging/jms/package-use.html creating: glassfish6/mq/javadoc/com/sun/messaging/xml/ creating: glassfish6/mq/javadoc/com/sun/messaging/xml/class-use/ inflating: glassfish6/mq/javadoc/com/sun/messaging/xml/class-use/MessageTransformer.html inflating: glassfish6/mq/javadoc/com/sun/messaging/xml/MessageTransformer.html inflating: glassfish6/mq/javadoc/com/sun/messaging/xml/package-frame.html inflating: glassfish6/mq/javadoc/com/sun/messaging/xml/package-summary.html inflating: glassfish6/mq/javadoc/com/sun/messaging/xml/package-tree.html inflating: glassfish6/mq/javadoc/com/sun/messaging/xml/package-use.html inflating: glassfish6/mq/javadoc/com/sun/messaging/AdminConnectionConfiguration.html inflating: glassfish6/mq/javadoc/com/sun/messaging/AdminConnectionFactory.html inflating: glassfish6/mq/javadoc/com/sun/messaging/AdministeredObject.html inflating: glassfish6/mq/javadoc/com/sun/messaging/BasicConnectionFactory.html inflating: glassfish6/mq/javadoc/com/sun/messaging/BasicQueue.html inflating: glassfish6/mq/javadoc/com/sun/messaging/BasicTopic.html inflating: glassfish6/mq/javadoc/com/sun/messaging/ConnectionConfiguration.html inflating: glassfish6/mq/javadoc/com/sun/messaging/ConnectionFactory.html inflating: glassfish6/mq/javadoc/com/sun/messaging/Destination.html inflating: glassfish6/mq/javadoc/com/sun/messaging/DestinationConfiguration.html inflating: glassfish6/mq/javadoc/com/sun/messaging/InvalidPropertyException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/InvalidPropertyValueException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/PropertyOwner.html inflating: glassfish6/mq/javadoc/com/sun/messaging/Queue.html inflating: glassfish6/mq/javadoc/com/sun/messaging/QueueConnectionFactory.html inflating: glassfish6/mq/javadoc/com/sun/messaging/ReadOnlyPropertyException.html inflating: glassfish6/mq/javadoc/com/sun/messaging/Topic.html inflating: glassfish6/mq/javadoc/com/sun/messaging/TopicConnectionFactory.html inflating: glassfish6/mq/javadoc/com/sun/messaging/Version.html inflating: glassfish6/mq/javadoc/com/sun/messaging/XAConnectionFactory.html inflating: glassfish6/mq/javadoc/com/sun/messaging/XAQueueConnectionFactory.html inflating: glassfish6/mq/javadoc/com/sun/messaging/XATopicConnectionFactory.html inflating: glassfish6/mq/javadoc/com/sun/messaging/package-frame.html inflating: glassfish6/mq/javadoc/com/sun/messaging/package-summary.html inflating: glassfish6/mq/javadoc/com/sun/messaging/package-tree.html inflating: glassfish6/mq/javadoc/com/sun/messaging/package-use.html creating: glassfish6/mq/javadoc/jakarta/ creating: glassfish6/mq/javadoc/jakarta/xml/ creating: glassfish6/mq/javadoc/jakarta/xml/messaging/ creating: glassfish6/mq/javadoc/jakarta/xml/messaging/class-use/ inflating: glassfish6/mq/javadoc/jakarta/xml/messaging/class-use/Endpoint.html inflating: glassfish6/mq/javadoc/jakarta/xml/messaging/class-use/JAXMException.html inflating: glassfish6/mq/javadoc/jakarta/xml/messaging/class-use/JAXMServlet.html inflating: glassfish6/mq/javadoc/jakarta/xml/messaging/class-use/OnewayListener.html inflating: glassfish6/mq/javadoc/jakarta/xml/messaging/class-use/ProviderConnection.html inflating: glassfish6/mq/javadoc/jakarta/xml/messaging/class-use/ProviderConnectionFactory.html inflating: glassfish6/mq/javadoc/jakarta/xml/messaging/class-use/ProviderMetaData.html inflating: glassfish6/mq/javadoc/jakarta/xml/messaging/class-use/ReqRespListener.html inflating: glassfish6/mq/javadoc/jakarta/xml/messaging/class-use/URLEndpoint.html inflating: glassfish6/mq/javadoc/jakarta/xml/messaging/Endpoint.html inflating: glassfish6/mq/javadoc/jakarta/xml/messaging/JAXMException.html inflating: glassfish6/mq/javadoc/jakarta/xml/messaging/JAXMServlet.html inflating: glassfish6/mq/javadoc/jakarta/xml/messaging/OnewayListener.html inflating: glassfish6/mq/javadoc/jakarta/xml/messaging/ProviderConnection.html inflating: glassfish6/mq/javadoc/jakarta/xml/messaging/ProviderConnectionFactory.html inflating: glassfish6/mq/javadoc/jakarta/xml/messaging/ProviderMetaData.html inflating: glassfish6/mq/javadoc/jakarta/xml/messaging/ReqRespListener.html inflating: glassfish6/mq/javadoc/jakarta/xml/messaging/URLEndpoint.html inflating: glassfish6/mq/javadoc/jakarta/xml/messaging/package-frame.html inflating: glassfish6/mq/javadoc/jakarta/xml/messaging/package-summary.html inflating: glassfish6/mq/javadoc/jakarta/xml/messaging/package-tree.html inflating: glassfish6/mq/javadoc/jakarta/xml/messaging/package-use.html inflating: glassfish6/mq/javadoc/allclasses-frame.html inflating: glassfish6/mq/javadoc/allclasses-noframe.html inflating: glassfish6/mq/javadoc/constant-values.html inflating: glassfish6/mq/javadoc/deprecated-list.html inflating: glassfish6/mq/javadoc/help-doc.html inflating: glassfish6/mq/javadoc/index-all.html inflating: glassfish6/mq/javadoc/index.html inflating: glassfish6/mq/javadoc/overview-frame.html inflating: glassfish6/mq/javadoc/overview-summary.html inflating: glassfish6/mq/javadoc/overview-tree.html inflating: glassfish6/mq/javadoc/package-list inflating: glassfish6/mq/javadoc/script.js inflating: glassfish6/mq/javadoc/serialized-form.html inflating: glassfish6/mq/javadoc/stylesheet.css creating: glassfish6/mq/legal/ inflating: glassfish6/mq/legal/LICENSE.txt creating: glassfish6/META-INF/ inflating: glassfish6/META-INF/LICENSE.md inflating: glassfish6/META-INF/NOTICE.md inflating: glassfish6/README.txt + unzip -q /home/jenkins/agent/workspace/Run_Standalone_TCK/download/connectorstck.zip [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Grab and unzip ANT) [Pipeline] sh + cd /home/jenkins/agent/workspace/Run_Standalone_TCK/download + wget -q http://mirror.koddos.net/apache/ant/binaries/apache-ant-1.9.15-bin.tar.gz -O ant.tar.gz + tar xfz ant.tar.gz + mkdir -p /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/tools/ant + cp -a /home/jenkins/agent/workspace/Run_Standalone_TCK/download/apache-ant-1.9.15/. /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/tools/ant [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Replace ts.jte) [Pipeline] sh + yes + cp -rfv /home/jenkins/agent/workspace/Run_Standalone_TCK/download/ts.jte /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/ts.jte '/home/jenkins/agent/workspace/Run_Standalone_TCK/download/ts.jte' -> '/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/ts.jte' yes: standard output: Broken pipe [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Configure TCK) [Pipeline] sh + ls -l /home/jenkins/agent/workspace/Run_Standalone_TCK/glassfish6/glassfish/bin/ total 104 -rwxr-x--- 1 jenkins 1001560000 2366 Jun 12 17:31 appclient -rwxr-x--- 1 jenkins 1001560000 2727 Jun 12 17:31 appclient.bat -rwxr-x--- 1 jenkins 1001560000 11631 Jun 12 17:31 appclient.js -rwxr-x--- 1 jenkins 1001560000 1084 Jun 12 17:31 asadmin -rwxr-x--- 1 jenkins 1001560000 1158 Jun 12 17:31 asadmin.bat -rwxr-x--- 1 jenkins 1001560000 1370 Jun 12 17:31 capture-schema -rw-r----- 1 jenkins 1001560000 3141 Jun 12 17:31 capture-schema.1m -rwxr-x--- 1 jenkins 1001560000 1127 Jun 12 17:31 capture-schema.bat -rwxr-x--- 1 jenkins 1001560000 1131 Jun 12 17:31 jspc -rwxr-x--- 1 jenkins 1001560000 1172 Jun 12 17:31 jspc.bat -rwxr-x--- 1 jenkins 1001560000 1171 Jun 12 17:31 package-appclient -rwxr-x--- 1 jenkins 1001560000 1155 Jun 12 17:31 package-appclient.bat -rwxr-x--- 1 jenkins 1001560000 1208 Jun 12 17:31 schemagen -rwxr-x--- 1 jenkins 1001560000 1240 Jun 12 17:31 schemagen.bat -rwxr-x--- 1 jenkins 1001560000 843 Jun 12 17:31 startserv -rwxr-x--- 1 jenkins 1001560000 804 Jun 12 17:31 startserv.bat -rwxr-x--- 1 jenkins 1001560000 832 Jun 12 17:31 stopserv -rwxr-x--- 1 jenkins 1001560000 793 Jun 12 17:31 stopserv.bat -rwxr-x--- 1 jenkins 1001560000 1203 Jun 12 17:31 wsgen -rwxr-x--- 1 jenkins 1001560000 1236 Jun 12 17:31 wsgen.bat -rwxr-x--- 1 jenkins 1001560000 1209 Jun 12 17:31 wsimport -rwxr-x--- 1 jenkins 1001560000 1242 Jun 12 17:31 wsimport.bat -rwxr-x--- 1 jenkins 1001560000 1193 Jun 12 17:31 xjc -rwxr-x--- 1 jenkins 1001560000 1225 Jun 12 17:31 xjc.bat + cd /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin + ant -Dwebcontainer.home=/home/jenkins/agent/workspace/Run_Standalone_TCK/glassfish6/glassfish -Dconnector.home=/home/jenkins/agent/workspace/Run_Standalone_TCK/glassfish6/glassfish config.vi Buildfile: /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/build.xml [echo] ts.home = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [mkdir] Created dir: /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/weblib [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. Trying to override old definition of datatype string config.vi: [touch] Creating /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/tssql.stmt [echo] ts.home = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin start.appserver: [echo] ts.home = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: convertPaths: configPlatform: start.appserver.unix: [exec] Waiting for domain1 to start ... [exec] Successfully started the domain : domain1 [exec] domain Location: /home/jenkins/agent/workspace/Run_Standalone_TCK/glassfish6/glassfish/domains/domain1 [exec] Log File: /home/jenkins/agent/workspace/Run_Standalone_TCK/glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/glassfish6/glassfish/domains/domain1/lib/ext [copy] Copying 1 file to /home/jenkins/agent/workspace/Run_Standalone_TCK/glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. create-file-user: [copy] Copying 1 file to /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin [exec] Command create-file-user executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. create-file-user: [copy] Copying 1 file to /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin [exec] Command create-file-user executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. create-file-user: [copy] Copying 1 file to /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin [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/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. set: [exec] server-config.java-config.classpath-suffix=/home/jenkins/agent/workspace/Run_Standalone_TCK/glassfish6/glassfish/lib/tsprovider.jar [exec] Command set executed successfully. set.orbport: [echo] ts.home = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: convertPaths: configPlatform: set.orbport.pe: [echo] ts.home = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. set: [exec] server-config.iiop-service.iiop-listener.orb-listener-1.port=3700 [exec] Command set executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/glassfish6/glassfish/domains/domain1/config copy.client.policy: [copy] Copying 1 file to /home/jenkins/agent/workspace/Run_Standalone_TCK/glassfish6/glassfish/lib/appclient concat.security: generate.certs: add.cert: [echo] ts.home = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: convertPaths: configPlatform: checkForFiles: generate.certs: import.cert: [exec] Certificate was added to keystore [echo] ts.home = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. add.cts.cert.into.nss.databases: set.http.ports: [echo] ts.home = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: convertPaths: configPlatform: set.http.ports.pe: [echo] ts.home = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. set: [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/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. set: [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/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. set: [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/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: convertPaths: configPlatform: restart.server: [echo] ts.home = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: convertPaths: configPlatform: stop-domain: [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/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: convertPaths: configPlatform: start.appserver: [echo] ts.home = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: convertPaths: configPlatform: start.appserver.unix: [exec] Waiting for domain1 to start ... [exec] Successfully started the domain : domain1 [exec] domain Location: /home/jenkins/agent/workspace/Run_Standalone_TCK/glassfish6/glassfish/domains/domain1 [exec] Log File: /home/jenkins/agent/workspace/Run_Standalone_TCK/glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: convertPaths: configPlatform: start.appserver.win: [echo] ts.home = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: configPlatform: config.connector: [copy] Copying 1 file to /home/jenkins/agent/workspace/Run_Standalone_TCK/glassfish6/glassfish/domains/domain1/lib/applibs [echo] ts.home = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: configPlatform: restart.server: [echo] ts.home = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: configPlatform: stop-domain: [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/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: configPlatform: start.appserver: [echo] ts.home = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: configPlatform: start.appserver.unix: [exec] Waiting for domain1 to start ... [exec] Successfully started the domain : domain1 [exec] domain Location: /home/jenkins/agent/workspace/Run_Standalone_TCK/glassfish6/glassfish/domains/domain1 [exec] Log File: /home/jenkins/agent/workspace/Run_Standalone_TCK/glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: configPlatform: start.appserver.win: [echo] ts.home = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. delete-jvm-options: [exec] No jvm-options were deleted (perhaps they never existed in the configuration) [exec] Command delete-jvm-options executed successfully. create-jvm-options: [exec] Created 7 option(s) [exec] Command create-jvm-options executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: configPlatform: create.security.eis.mappings: [echo] ts.home = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. delete-jvm-options: [exec] No jvm-options were deleted (perhaps they never existed in the configuration) [exec] Command delete-jvm-options executed successfully. create-jvm-options: [exec] Created 6 option(s) [exec] Command create-jvm-options executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. setup.all.rars.and.pools: [echo] ts.home = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. deploy.all.rars: [gf.echo] 1 archive(s) to deploy [copy] Copying 1 file to /home/jenkins/agent/workspace/Run_Standalone_TCK/glassfish6/glassfish/domains/domain1/autodeploy [gf.echo] Deploying archive: /home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/glassfish6/glassfish/domains/domain1/autodeploy [gf.echo] Deploying archive: /home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: configPlatform: create-connection-pools: [echo] ts.home = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. create-a-connection-pool: [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/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. create-a-connection-pool: [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/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. create-a-connection-pool: [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/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. create-a-connection-pool: [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/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. create-a-connection-pool: [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/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. create-a-connection-pool: [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/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. create-a-connection-pool: [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/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. create-a-connection-pool: [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/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. create-a-connection-pool: [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/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. create-a-connection-pool: [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/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. create-a-connection-pool: [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/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. create-a-connection-pool: [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/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. create-a-connection-pool: [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/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. create-a-connection-pool: [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/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. create-a-connection-pool: [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/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. create-a-connection-pool: [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/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. create-a-connection-pool: [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/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. create-a-connection-pool: [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/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: configPlatform: create-connection-resources: [echo] ts.home = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/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] Connector resource eis/whitebox-tx created. [exec] Command create-connector-resource executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/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] Connector resource eis/whitebox-tx-param created. [exec] Command create-connector-resource executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/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] Connector resource eis/whitebox-xa created. [exec] Command create-connector-resource executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/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] Connector resource eis/whitebox-xa-param created. [exec] Command create-connector-resource executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/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] Connector resource eis/whitebox-notx created. [exec] Command create-connector-resource executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/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] Connector resource eis/whitebox-notx-param created. [exec] Command create-connector-resource executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/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] Connector resource eis/whitebox-anno_no_md created. [exec] Command create-connector-resource executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/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] Connector resource eis/whitebox-ibanno_no_md created. [exec] Command create-connector-resource executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/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] Connector resource eis/whitebox-mixedmode created. [exec] Command create-connector-resource executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/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] Connector resource eis/whitebox-mdcomplete created. [exec] Command create-connector-resource executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/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] Connector resource eis/whitebox-multianno created. [exec] Command create-connector-resource executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/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] Connector resource eis/oldwhitebox-tx created. [exec] Command create-connector-resource executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/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] Connector resource eis/oldwhitebox-notx created. [exec] Command create-connector-resource executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/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] Connector resource eis/oldwhitebox-xa created. [exec] Command create-connector-resource executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/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] Connector resource eis/oldwhitebox-tx-param created. [exec] Command create-connector-resource executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/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] Connector resource eis/oldwhitebox-notx-param created. [exec] Command create-connector-resource executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/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] Connector resource eis/oldwhitebox-xa-param created. [exec] Command create-connector-resource executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/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] Connector resource eis/whitebox-permissiondd created. [exec] Command create-connector-resource executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: convertPaths: configPlatform: restart.server: [echo] ts.home = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: convertPaths: configPlatform: stop-domain: [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/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: convertPaths: configPlatform: start.appserver: [echo] ts.home = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: convertPaths: configPlatform: start.appserver.unix: [exec] Waiting for domain1 to start ...... [exec] Successfully started the domain : domain1 [exec] domain Location: /home/jenkins/agent/workspace/Run_Standalone_TCK/glassfish6/glassfish/domains/domain1 [exec] Log File: /home/jenkins/agent/workspace/Run_Standalone_TCK/glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: convertPaths: configPlatform: start.appserver.win: [echo] ts.home = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. vi.perms: BUILD SUCCESSFUL Total time: 3 minutes 48 seconds [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy TCK tests) [Pipeline] sh + cd /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin + ant -Dwebcontainer.home=/home/jenkins/agent/workspace/Run_Standalone_TCK/glassfish6/glassfish -Dconnector.home=/home/jenkins/agent/workspace/Run_Standalone_TCK/glassfish6/glassfish deploy.all Buildfile: /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/build.xml [echo] ts.home = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin. -deploy.all: [gf.echo] 0 archive(s) to undeploy [copy] Copying 1 file to /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/dist/com/sun/ts/tests/connector/annotations/anno/annotations_connectorservlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/dist/com/sun/ts/tests/connector/annotations/anno/annotations_connectorservlet_vehicle_web.war [copy] Copying 1 file to /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/dist/com/sun/ts/tests/connector/annotations/mdcomplete/mdcomplete_connectorservlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/dist/com/sun/ts/tests/connector/annotations/mdcomplete/mdcomplete_connectorservlet_vehicle_web.war [copy] Copying 1 file to /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/dist/com/sun/ts/tests/connector/annotations/partialanno/partialanno_connectorservlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/dist/com/sun/ts/tests/connector/annotations/partialanno/partialanno_connectorservlet_vehicle_web.war [copy] Copying 1 file to /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/dist/com/sun/ts/tests/connector/connManager/connManager_connectorservlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/dist/com/sun/ts/tests/connector/connManager/connManager_connectorservlet_vehicle_web.war [copy] Copying 1 file to /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/dist/com/sun/ts/tests/connector/localTx/compat/localTx_compat_connectorservlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/dist/com/sun/ts/tests/connector/localTx/connection/localTx_conn_connectorservlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/dist/com/sun/ts/tests/connector/localTx/event/localTx_event_connectorservlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/dist/com/sun/ts/tests/connector/localTx/lifecycle/localTx_lifecycle_connectorservlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/dist/com/sun/ts/tests/connector/localTx/security/localTx_security_connectorservlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/dist/com/sun/ts/tests/connector/localTx/security/localTx_security_connectorservlet_vehicle_web.war [gf.echo] Looking at /home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/dist/com/sun/ts/tests/connector/localTx/workcontext/workcontext_connectorservlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/dist/com/sun/ts/tests/connector/localTx/workcontext/workcontext_connectorservlet_vehicle_web.war [copy] Copying 1 file to /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/dist/com/sun/ts/tests/connector/localTx/workmgt/localTx_workmgt_connectorservlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/dist/com/sun/ts/tests/connector/noTx/compat/compat_connectorservlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/dist/com/sun/ts/tests/connector/noTx/compat/compat_connectorservlet_vehicle_web.war [copy] Copying 1 file to /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/dist/com/sun/ts/tests/connector/noTx/connection/connection_connectorservlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/dist/com/sun/ts/tests/connector/noTx/connection/connection_connectorservlet_vehicle_web.war [copy] Copying 1 file to /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/dist/com/sun/ts/tests/connector/noTx/event/event_connectorservlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/dist/com/sun/ts/tests/connector/noTx/event/event_connectorservlet_vehicle_web.war [copy] Copying 1 file to /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/dist/com/sun/ts/tests/connector/noTx/lifecycle/lifecycle_connectorservlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/dist/com/sun/ts/tests/connector/noTx/lifecycle/lifecycle_connectorservlet_vehicle_web.war [copy] Copying 1 file to /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/dist/com/sun/ts/tests/connector/noTx/security/security_connectorservlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/dist/com/sun/ts/tests/connector/noTx/security/security_connectorservlet_vehicle_web.war [copy] Copying 1 file to /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/dist/com/sun/ts/tests/connector/noTx/workmgt/workmgt_connectorservlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/dist/com/sun/ts/tests/connector/noTx/workmgt/workmgt_connectorservlet_vehicle_web.war [copy] Copying 1 file to /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/dist/com/sun/ts/tests/connector/permissiondd/permissiondd_connectorservlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/dist/com/sun/ts/tests/connector/permissiondd/permissiondd_connectorservlet_vehicle_web.war [copy] Copying 1 file to /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/dist/com/sun/ts/tests/connector/xa/compat/xa_compat_connectorservlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/dist/com/sun/ts/tests/connector/xa/connection/xa_connection_connectorservlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/dist/com/sun/ts/tests/connector/xa/event/xa_event_connectorservlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/dist/com/sun/ts/tests/connector/xa/lifecycle/xa_lifecycle_connectorservlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/dist/com/sun/ts/tests/connector/xa/security/xa_security_connectorservlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/dist/com/sun/ts/tests/connector/xa/workmgt/xa_workmgt_connectorservlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/glassfish6/glassfish/domains/domain1/autodeploy [gf.echo] Deploying archive: /home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/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/Run_Standalone_TCK/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: 6 seconds [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run TCK tests) [Pipeline] sh + cd /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin + + tee run.log ant -Dwebcontainer.home=/home/jenkins/agent/workspace/Run_Standalone_TCK/glassfish6/glassfish -Dconnector.home=/home/jenkins/agent/workspace/Run_Standalone_TCK/glassfish6/glassfish -Dri.lib=/home/jenkins/agent/workspace/Run_Standalone_TCK/glassfish6/glassfish/modules run.all Buildfile: /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/build.xml [echo] ts.home = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:25:03: Harness - Use BinaryTestFinder... [javatest.batch] Aug 5, 2020 2:25:03 PM Harness starting test run with configuration "ts_unix"... [javatest.batch] Starting tests [javatest.batch] 08-05-2020 14:25:03: Harness - startingTestRun - keywords set to: all [javatest.batch] 08-05-2020 14:25:03: 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] 08-05-2020 14:25:03: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:25:03: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:25:03: Harness - keywords (to be passed to tests) set to: all [javatest.batch] Loading /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../src/vehicle.properties [javatest.batch] 08-05-2020 14:25:03: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:25:03: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:25:03: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:03: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:03: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:25:03: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:25:04: Opened connection to http://localhost:8001/annotations_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:25:04: TRACE: got outputstream [javatest.batch] 08-05-2020 14:25:04: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:04: SVR-TRACE: init com.sun.ts.tests.common.vehicle.connectorservlet.ConnectorServletVehicle ... [javatest.batch] 08-05-2020 14:25:04: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:25:04: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:25:04: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:25:04: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:25:04: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:25:04: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:25:04: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:25:04: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:25:04: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:25:04: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.annotations.anno.annotationClient [javatest.batch] 08-05-2020 14:25:04: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.annotations.anno.annotationClient [javatest.batch] 08-05-2020 14:25:04: SVR-TRACE: ** IN getRunMethod: testname=testConfigPropertyAnnotation [javatest.batch] 08-05-2020 14:25:04: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:25:04: SVR-TRACE: **runmethod=testConfigPropertyAnnotation [javatest.batch] 08-05-2020 14:25:04: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:25:04: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:25:04: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testConfigPropertyAnnotation_setup [javatest.batch] 08-05-2020 14:25:04: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:25:04: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:25:04: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:25:04: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testConfigPropertyAnnotation_cleanup [javatest.batch] 08-05-2020 14:25:04: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:25:04: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:25:04: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:25:04: SVR: Using: java:comp/env/eis/whitebox-anno_no_md [javatest.batch] 08-05-2020 14:25:04: SVR: ds1 lookup is not null [javatest.batch] 08-05-2020 14:25:04: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@6c960b45 [javatest.batch] 08-05-2020 14:25:04: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:25:04: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:25:04: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:25:04: 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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT] [javatest.batch] 08-05-2020 14:25:04: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:25:04: SVR: Cleanup [javatest.batch] 08-05-2020 14:25:04: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 08-05-2020 14:25:04: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:25:04: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:04: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:25:05: 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] 08-05-2020 14:25:06: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:25:06: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:25:06: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:25:06: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:25:06: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:06: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:06: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:25:06: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:25:06: Opened connection to http://localhost:8001/annotations_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:25:06: TRACE: got outputstream [javatest.batch] 08-05-2020 14:25:06: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:06: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:25:06: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:25:06: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:25:06: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:25:06: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:25:06: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:25:06: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:25:06: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:06: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:25:06: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:25:06: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:25:06: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.annotations.anno.annotationClient [javatest.batch] 08-05-2020 14:25:06: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.annotations.anno.annotationClient [javatest.batch] 08-05-2020 14:25:06: SVR-TRACE: ** IN getRunMethod: testname=testConnectorAnnotation [javatest.batch] 08-05-2020 14:25:06: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:25:06: SVR-TRACE: **runmethod=testConnectorAnnotation [javatest.batch] 08-05-2020 14:25:06: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:25:06: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:25:06: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testConnectorAnnotation_setup [javatest.batch] 08-05-2020 14:25:06: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:25:06: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:25:06: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:25:06: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testConnectorAnnotation_cleanup [javatest.batch] 08-05-2020 14:25:06: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:25:06: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:25:06: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:25:06: SVR: Using: java:comp/env/eis/whitebox-anno_no_md [javatest.batch] 08-05-2020 14:25:06: SVR: ds1 lookup is not null [javatest.batch] 08-05-2020 14:25:06: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@13de6296 [javatest.batch] 08-05-2020 14:25:06: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:25:06: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:25:06: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:25: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT] [javatest.batch] 08-05-2020 14:25:06: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:25:06: SVR: Performing end to end verification... [javatest.batch] 08-05-2020 14:25:06: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:25:06: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:25:06: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:25:06: SVR: Cleanup [javatest.batch] 08-05-2020 14:25:06: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 08-05-2020 14:25:06: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:25:07: 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] 08-05-2020 14:25:07: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:25:07: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:25:07: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:25:07: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:25:07: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:07: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:07: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:25:07: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:25:08: Opened connection to http://localhost:8001/annotations_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:25:08: TRACE: got outputstream [javatest.batch] 08-05-2020 14:25:08: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:08: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:25:08: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:25:08: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:25:08: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:25:08: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:25:08: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:25:08: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:25:08: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:25:08: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:25:08: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:25:08: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.annotations.anno.annotationClient [javatest.batch] 08-05-2020 14:25:08: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.annotations.anno.annotationClient [javatest.batch] 08-05-2020 14:25:08: SVR-TRACE: ** IN getRunMethod: testname=testRAAccessibility [javatest.batch] 08-05-2020 14:25:08: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:08: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:25:08: SVR-TRACE: **runmethod=testRAAccessibility [javatest.batch] 08-05-2020 14:25:08: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:25:08: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:25:08: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testRAAccessibility_setup [javatest.batch] 08-05-2020 14:25:08: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:25:08: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:25:08: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:25:08: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testRAAccessibility_cleanup [javatest.batch] 08-05-2020 14:25:08: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:25:08: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:25:08: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:25:08: SVR: Using: java:comp/env/eis/whitebox-anno_no_md [javatest.batch] 08-05-2020 14:25:08: SVR: ds1 lookup is not null [javatest.batch] 08-05-2020 14:25:08: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@2fa915f [javatest.batch] 08-05-2020 14:25:08: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:25:08: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:25:08: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:25: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test] [javatest.batch] 08-05-2020 14:25:08: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:25:08: SVR: Cleanup [javatest.batch] 08-05-2020 14:25:08: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 08-05-2020 14:25:08: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:25:09: 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] 08-05-2020 14:25:09: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:25:09: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:25:09: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:25:09: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:25:09: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:09: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:09: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:25:09: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:25:09: Opened connection to http://localhost:8001/annotations_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:25:09: TRACE: got outputstream [javatest.batch] 08-05-2020 14:25:09: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:09: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:25:09: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:25:09: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:25:09: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:25:09: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:25:09: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:25:09: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:25:09: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:25:09: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:09: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:25:09: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:25:09: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.annotations.anno.annotationClient [javatest.batch] 08-05-2020 14:25:09: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.annotations.anno.annotationClient [javatest.batch] 08-05-2020 14:25:09: SVR-TRACE: ** IN getRunMethod: testname=testSetterMethodConfigPropAnno [javatest.batch] 08-05-2020 14:25:09: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:25:09: SVR-TRACE: **runmethod=testSetterMethodConfigPropAnno [javatest.batch] 08-05-2020 14:25:09: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:25:09: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:25:09: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testSetterMethodConfigPropAnno_setup [javatest.batch] 08-05-2020 14:25:09: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:25:09: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:25:09: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:25:09: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testSetterMethodConfigPropAnno_cleanup [javatest.batch] 08-05-2020 14:25:09: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:25:09: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:25:09: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:25:09: SVR: Using: java:comp/env/eis/whitebox-anno_no_md [javatest.batch] 08-05-2020 14:25:09: SVR: ds1 lookup is not null [javatest.batch] 08-05-2020 14:25:09: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@3523184 [javatest.batch] 08-05-2020 14:25:09: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:25:09: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:25:09: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:25: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test] [javatest.batch] 08-05-2020 14:25:09: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:25:09: SVR: Cleanup [javatest.batch] 08-05-2020 14:25:09: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 08-05-2020 14:25:09: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:25:10: 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] 08-05-2020 14:25:11: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:25:11: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:25:11: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:25:11: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:25:11: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:11: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:11: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:25:11: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:25:11: Opened connection to http://localhost:8001/mdcomplete_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:25:11: TRACE: got outputstream [javatest.batch] 08-05-2020 14:25:11: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:11: SVR-TRACE: init com.sun.ts.tests.common.vehicle.connectorservlet.ConnectorServletVehicle ... [javatest.batch] 08-05-2020 14:25:11: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:25:11: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:25:11: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:25:11: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:25:11: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:25:11: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:25:11: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nullwebServerHost=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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:25:11: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:25:11: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:25:11: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.annotations.mdcomplete.Client [javatest.batch] 08-05-2020 14:25:11: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.annotations.mdcomplete.Client [javatest.batch] 08-05-2020 14:25:11: SVR-TRACE: ** IN getRunMethod: testname=testMDCompleteConfigProp [javatest.batch] 08-05-2020 14:25:11: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:25:11: SVR-TRACE: **runmethod=testMDCompleteConfigProp [javatest.batch] 08-05-2020 14:25:11: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:25:11: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:25:11: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testMDCompleteConfigProp_setup [javatest.batch] 08-05-2020 14:25:11: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:25:11: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:25:11: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:25:11: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testMDCompleteConfigProp_cleanup [javatest.batch] 08-05-2020 14:25:11: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:25:11: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:25:11: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:25:11: SVR: Using: java:comp/env/eis/whitebox-mdcomplete [javatest.batch] 08-05-2020 14:25:11: SVR: ds2 lookup is not null [javatest.batch] 08-05-2020 14:25:11: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@19154cfb [javatest.batch] 08-05-2020 14:25:11: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:25:11: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:25:11: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:25:11: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:25:11: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:25: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called] [javatest.batch] 08-05-2020 14:25:11: SVR: testMDCompleteConfigProp called correctly [javatest.batch] 08-05-2020 14:25:11: SVR: Cleanup [javatest.batch] 08-05-2020 14:25:11: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 08-05-2020 14:25:11: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:25:12: 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] 08-05-2020 14:25:12: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:25:12: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:25:12: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:25:12: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:25:12: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:12: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:12: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:25:12: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:25:13: Opened connection to http://localhost:8001/mdcomplete_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:25:13: TRACE: got outputstream [javatest.batch] 08-05-2020 14:25:13: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:13: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:25:13: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:25:13: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:25:13: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:25:13: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:25:13: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:25:13: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:25:13: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:13: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nullwebServerHost=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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:25:13: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:25:13: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:25:13: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.annotations.mdcomplete.Client [javatest.batch] 08-05-2020 14:25:13: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.annotations.mdcomplete.Client [javatest.batch] 08-05-2020 14:25:13: SVR-TRACE: ** IN getRunMethod: testname=testMDCompleteMCFAnno [javatest.batch] 08-05-2020 14:25:13: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:25:13: SVR-TRACE: **runmethod=testMDCompleteMCFAnno [javatest.batch] 08-05-2020 14:25:13: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:25:13: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:25:13: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testMDCompleteMCFAnno_setup [javatest.batch] 08-05-2020 14:25:13: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:25:13: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:25:13: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:25:13: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testMDCompleteMCFAnno_cleanup [javatest.batch] 08-05-2020 14:25:13: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:25:13: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:25:13: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:25:13: SVR: Using: java:comp/env/eis/whitebox-mdcomplete [javatest.batch] 08-05-2020 14:25:13: SVR: ds2 lookup is not null [javatest.batch] 08-05-2020 14:25:13: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@5a26f37f [javatest.batch] 08-05-2020 14:25:13: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:25:13: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:25:13: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:25: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called] [javatest.batch] 08-05-2020 14:25:13: SVR: testMDCompleteMCFAnno called correctly [javatest.batch] 08-05-2020 14:25:13: SVR: Cleanup [javatest.batch] 08-05-2020 14:25:13: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 08-05-2020 14:25:13: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:25:14: 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] 08-05-2020 14:25:14: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:25:14: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:25:14: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:25:14: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:25:14: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:14: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:14: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:25:14: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:25:14: Opened connection to http://localhost:8001/partialanno_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:25:14: TRACE: got outputstream [javatest.batch] 08-05-2020 14:25:14: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:14: SVR-TRACE: init com.sun.ts.tests.common.vehicle.connectorservlet.ConnectorServletVehicle ... [javatest.batch] 08-05-2020 14:25:14: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:25:14: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:25:14: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:25:14: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:25:14: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:25:14: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:25:14: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:25:14: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:25:14: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:25:14: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.annotations.partialanno.paClient [javatest.batch] 08-05-2020 14:25:14: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.annotations.partialanno.paClient [javatest.batch] 08-05-2020 14:25:14: SVR-TRACE: ** IN getRunMethod: testname=testDDOverridesAnno [javatest.batch] 08-05-2020 14:25:14: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:25:14: SVR-TRACE: **runmethod=testDDOverridesAnno [javatest.batch] 08-05-2020 14:25:14: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:25:14: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:25:14: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testDDOverridesAnno_setup [javatest.batch] 08-05-2020 14:25:14: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:25:14: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:25:14: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:25:14: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testDDOverridesAnno_cleanup [javatest.batch] 08-05-2020 14:25:14: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:25:14: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:25:14: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:25:14: SVR: Performing jndi lookup using: java:comp/env/eis/whitebox-mixedmode [javatest.batch] 08-05-2020 14:25:14: SVR: ds2 lookup is not null [javatest.batch] 08-05-2020 14:25:14: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@1f8a66cf [javatest.batch] 08-05-2020 14:25:14: SVR: Performing jndi lookup using: java:comp/env/eis/whitebox-multianno [javatest.batch] 08-05-2020 14:25:14: SVR: ds1 lookup is not null [javatest.batch] 08-05-2020 14:25:14: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@1f8a66cf [javatest.batch] 08-05-2020 14:25:14: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:25:14: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:25:14: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:25:14: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:25:14: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:25: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:25:14: SVR: looking up following string in conenctor log: MAResourceAdapterImpl Started [javatest.batch] 08-05-2020 14:25:14: SVR: testDDOverridesAnno passed. [javatest.batch] 08-05-2020 14:25:14: SVR: Cleanup [javatest.batch] 08-05-2020 14:25:14: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 08-05-2020 14:25:14: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:25:15: 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] 08-05-2020 14:25:16: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:25:16: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:25:16: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:25:16: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:25:16: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:16: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:16: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:25:16: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:25:16: Opened connection to http://localhost:8001/partialanno_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:25:16: TRACE: got outputstream [javatest.batch] 08-05-2020 14:25:16: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:16: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:25:16: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:25:16: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:25:16: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:25:16: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:25:16: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:25:16: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:25:16: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:25:16: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:25:16: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.annotations.partialanno.paClient [javatest.batch] 08-05-2020 14:25:16: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.annotations.partialanno.paClient [javatest.batch] 08-05-2020 14:25:16: SVR-TRACE: ** IN getRunMethod: testname=testMixedModeConfigPropertyMCF [javatest.batch] 08-05-2020 14:25:16: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:25:16: SVR-TRACE: **runmethod=testMixedModeConfigPropertyMCF [javatest.batch] 08-05-2020 14:25:16: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:25:16: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:25:16: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testMixedModeConfigPropertyMCF_setup [javatest.batch] 08-05-2020 14:25:16: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:25:16: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:25:16: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:25:16: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testMixedModeConfigPropertyMCF_cleanup [javatest.batch] 08-05-2020 14:25:16: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:25:16: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:25:16: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:25:16: SVR: Performing jndi lookup using: java:comp/env/eis/whitebox-mixedmode [javatest.batch] 08-05-2020 14:25:16: SVR: ds2 lookup is not null [javatest.batch] 08-05-2020 14:25:16: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@4109033f [javatest.batch] 08-05-2020 14:25:16: SVR: Performing jndi lookup using: java:comp/env/eis/whitebox-multianno [javatest.batch] 08-05-2020 14:25:16: SVR: ds1 lookup is not null [javatest.batch] 08-05-2020 14:25:16: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@4109033f [javatest.batch] 08-05-2020 14:25:16: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:25:16: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:25:16: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:25: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:25:16: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:25:16: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:25:16: SVR: Cleanup [javatest.batch] 08-05-2020 14:25:16: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 08-05-2020 14:25:16: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:25:16: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:17: 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#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] 08-05-2020 14:25:17: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:25:17: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:25:17: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:25:17: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:25:17: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:17: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:17: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:25:17: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:25:18: Opened connection to http://localhost:8001/partialanno_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:25:18: TRACE: got outputstream [javatest.batch] 08-05-2020 14:25:18: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:18: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:25:18: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:25:18: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:25:18: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:25:18: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:25:18: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:25:18: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:25:18: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:25:18: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:18: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:25:18: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:25:18: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.annotations.partialanno.paClient [javatest.batch] 08-05-2020 14:25:18: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.annotations.partialanno.paClient [javatest.batch] 08-05-2020 14:25:18: SVR-TRACE: ** IN getRunMethod: testname=testMixedModeConfigPropertyNoOverride [javatest.batch] 08-05-2020 14:25:18: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:25:18: SVR-TRACE: **runmethod=testMixedModeConfigPropertyNoOverride [javatest.batch] 08-05-2020 14:25:18: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:25:18: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:25:18: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testMixedModeConfigPropertyNoOverride_setup [javatest.batch] 08-05-2020 14:25:18: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:25:18: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:25:18: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:25:18: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testMixedModeConfigPropertyNoOverride_cleanup [javatest.batch] 08-05-2020 14:25:18: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:25:18: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:25:18: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:25:18: SVR: Performing jndi lookup using: java:comp/env/eis/whitebox-mixedmode [javatest.batch] 08-05-2020 14:25:18: SVR: ds2 lookup is not null [javatest.batch] 08-05-2020 14:25:18: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@3a83c239 [javatest.batch] 08-05-2020 14:25:18: SVR: Performing jndi lookup using: java:comp/env/eis/whitebox-multianno [javatest.batch] 08-05-2020 14:25:18: SVR: ds1 lookup is not null [javatest.batch] 08-05-2020 14:25:18: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@3a83c239 [javatest.batch] 08-05-2020 14:25:18: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:25:18: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:25:18: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:25: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:25:18: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:25:18: SVR: Cleanup [javatest.batch] 08-05-2020 14:25:18: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 08-05-2020 14:25:18: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:25:19: 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] 08-05-2020 14:25:19: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:25:19: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:25:19: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:25:19: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:25:19: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:19: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:19: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:25:19: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:25:19: Opened connection to http://localhost:8001/partialanno_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:25:19: TRACE: got outputstream [javatest.batch] 08-05-2020 14:25:19: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:19: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:25:19: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:25:19: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:25:19: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:25:19: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:25:19: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:25:19: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:25:19: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:25:19: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:19: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:25:19: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:25:19: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.annotations.partialanno.paClient [javatest.batch] 08-05-2020 14:25:19: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.annotations.partialanno.paClient [javatest.batch] 08-05-2020 14:25:19: SVR-TRACE: ** IN getRunMethod: testname=testMixedModeConfigPropertyOverride [javatest.batch] 08-05-2020 14:25:19: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:25:19: SVR-TRACE: **runmethod=testMixedModeConfigPropertyOverride [javatest.batch] 08-05-2020 14:25:19: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:25:19: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:25:19: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testMixedModeConfigPropertyOverride_setup [javatest.batch] 08-05-2020 14:25:19: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:25:19: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:25:19: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:25:19: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testMixedModeConfigPropertyOverride_cleanup [javatest.batch] 08-05-2020 14:25:19: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:25:19: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:25:19: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:25:19: SVR: Performing jndi lookup using: java:comp/env/eis/whitebox-mixedmode [javatest.batch] 08-05-2020 14:25:19: SVR: ds2 lookup is not null [javatest.batch] 08-05-2020 14:25:19: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@646fee15 [javatest.batch] 08-05-2020 14:25:19: SVR: Performing jndi lookup using: java:comp/env/eis/whitebox-multianno [javatest.batch] 08-05-2020 14:25:19: SVR: ds1 lookup is not null [javatest.batch] 08-05-2020 14:25:19: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@646fee15 [javatest.batch] 08-05-2020 14:25:19: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:25:19: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:25:19: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:25: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:25:19: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:25:19: SVR: Cleanup [javatest.batch] 08-05-2020 14:25:19: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 08-05-2020 14:25:19: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:25:20: 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] 08-05-2020 14:25:20: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:25:20: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:25:20: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:25:21: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:25:21: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:21: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:21: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:25:21: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:25:21: Opened connection to http://localhost:8001/partialanno_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:25:21: TRACE: got outputstream [javatest.batch] 08-05-2020 14:25:21: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:21: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:25:21: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:25:21: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:25:21: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:25:21: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:25:21: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:21: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:25:21: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:25:21: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:25:21: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:25:21: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:25:21: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.annotations.partialanno.paClient [javatest.batch] 08-05-2020 14:25:21: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.annotations.partialanno.paClient [javatest.batch] 08-05-2020 14:25:21: SVR-TRACE: ** IN getRunMethod: testname=testMixedModeConfigPropertyRA [javatest.batch] 08-05-2020 14:25:21: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:25:21: SVR-TRACE: **runmethod=testMixedModeConfigPropertyRA [javatest.batch] 08-05-2020 14:25:21: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:25:21: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:25:21: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testMixedModeConfigPropertyRA_setup [javatest.batch] 08-05-2020 14:25:21: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:25:21: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:25:21: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:25:21: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testMixedModeConfigPropertyRA_cleanup [javatest.batch] 08-05-2020 14:25:21: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:25:21: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:25:21: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:25:21: SVR: Performing jndi lookup using: java:comp/env/eis/whitebox-mixedmode [javatest.batch] 08-05-2020 14:25:21: SVR: ds2 lookup is not null [javatest.batch] 08-05-2020 14:25:21: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@5bb2fcc9 [javatest.batch] 08-05-2020 14:25:21: SVR: Performing jndi lookup using: java:comp/env/eis/whitebox-multianno [javatest.batch] 08-05-2020 14:25:21: SVR: ds1 lookup is not null [javatest.batch] 08-05-2020 14:25:21: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@5bb2fcc9 [javatest.batch] 08-05-2020 14:25:21: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:25:21: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:25:21: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:25: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:25:21: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:25:21: SVR: Cleanup [javatest.batch] 08-05-2020 14:25:21: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 08-05-2020 14:25:21: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:25:22: 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] 08-05-2020 14:25:22: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:25:22: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:25:22: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:25:22: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:25:22: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:22: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:22: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:25:22: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:25:22: Opened connection to http://localhost:8001/partialanno_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:25:22: TRACE: got outputstream [javatest.batch] 08-05-2020 14:25:22: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:22: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:25:22: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:25:22: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:25:22: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:25:22: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:25:22: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:25:22: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:25:22: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:25:22: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:22: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:25:22: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:25:22: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.annotations.partialanno.paClient [javatest.batch] 08-05-2020 14:25:22: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.annotations.partialanno.paClient [javatest.batch] 08-05-2020 14:25:22: SVR-TRACE: ** IN getRunMethod: testname=testNoDefaultVallAnnoElement [javatest.batch] 08-05-2020 14:25:22: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:25:22: SVR-TRACE: **runmethod=testNoDefaultVallAnnoElement [javatest.batch] 08-05-2020 14:25:22: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:25:22: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:25:22: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testNoDefaultVallAnnoElement_setup [javatest.batch] 08-05-2020 14:25:22: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:25:22: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:25:22: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:25:22: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testNoDefaultVallAnnoElement_cleanup [javatest.batch] 08-05-2020 14:25:22: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:25:22: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:25:22: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:25:22: SVR: Performing jndi lookup using: java:comp/env/eis/whitebox-mixedmode [javatest.batch] 08-05-2020 14:25:22: SVR: ds2 lookup is not null [javatest.batch] 08-05-2020 14:25:22: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@3ab9649a [javatest.batch] 08-05-2020 14:25:22: SVR: Performing jndi lookup using: java:comp/env/eis/whitebox-multianno [javatest.batch] 08-05-2020 14:25:22: SVR: ds1 lookup is not null [javatest.batch] 08-05-2020 14:25:22: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@3ab9649a [javatest.batch] 08-05-2020 14:25:22: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:25:22: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:25:22: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:25: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:25:22: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:25:22: SVR: Cleanup [javatest.batch] 08-05-2020 14:25:22: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 08-05-2020 14:25:22: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:25:23: 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] 08-05-2020 14:25:24: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:25:24: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:25:24: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testcheckConnectionManager -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:25:24: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:25:24: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:24: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:24: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:25:24: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:25:24: Opened connection to http://localhost:8001/connManager_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:25:24: TRACE: got outputstream [javatest.batch] 08-05-2020 14:25:24: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:24: SVR-TRACE: init com.sun.ts.tests.common.vehicle.connectorservlet.ConnectorServletVehicle ... [javatest.batch] 08-05-2020 14:25:24: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:25:24: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:25:24: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:25:24: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:25:24: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:25:24: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:25:24: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nullwhitebox-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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.socket.retry.count=10nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:25:24: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:25:24: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:25:24: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.connManager.connManagerClient1 [javatest.batch] 08-05-2020 14:25:24: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.connManager.connManagerClient1 [javatest.batch] 08-05-2020 14:25:24: SVR-TRACE: ** IN getRunMethod: testname=testcheckConnectionManager [javatest.batch] 08-05-2020 14:25:24: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:25:24: SVR-TRACE: **runmethod=testcheckConnectionManager [javatest.batch] 08-05-2020 14:25:24: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:25:24: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:25:24: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testcheckConnectionManager_setup [javatest.batch] 08-05-2020 14:25:24: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:25:24: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:25:24: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:25:24: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testcheckConnectionManager_cleanup [javatest.batch] 08-05-2020 14:25:24: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:25:24: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:25:24: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:25:24: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:25:24: SVR: dsource JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@5dfdafbc [javatest.batch] 08-05-2020 14:25:24: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:25:24: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:25:24: SVR: Connection Manager is Serializable [javatest.batch] 08-05-2020 14:25:24: SVR: Cleanup [javatest.batch] 08-05-2020 14:25:24: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:25:24: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:25:24: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:25: 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] 08-05-2020 14:25:25: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:25:25: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:25:25: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testTransactionSupportLevels -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:25:25: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:25:25: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:25: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:25: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:25:25: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:25:26: Opened connection to http://localhost:8001/connManager_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:25:26: TRACE: got outputstream [javatest.batch] 08-05-2020 14:25:26: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:26: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:25:26: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:25:26: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:25:26: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:25:26: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:25:26: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:25:26: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nullwhitebox-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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.socket.retry.count=10nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:25:26: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:25:26: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:25:26: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.connManager.connManagerClient1 [javatest.batch] 08-05-2020 14:25:26: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.connManager.connManagerClient1 [javatest.batch] 08-05-2020 14:25:26: SVR-TRACE: ** IN getRunMethod: testname=testTransactionSupportLevels [javatest.batch] 08-05-2020 14:25:26: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:25:26: SVR-TRACE: **runmethod=testTransactionSupportLevels [javatest.batch] 08-05-2020 14:25:26: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:25:26: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:25:26: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testTransactionSupportLevels_setup [javatest.batch] 08-05-2020 14:25:26: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:25:26: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:25:26: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:25:26: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testTransactionSupportLevels_cleanup [javatest.batch] 08-05-2020 14:25:26: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:25:26: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:25:26: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:25:26: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:25:26: SVR: dsource JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@6adabde2 [javatest.batch] 08-05-2020 14:25:26: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:25:26: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:25: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:25:26: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:25:26: SVR: Performing end to end verification... [javatest.batch] 08-05-2020 14:25:26: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:25:26: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:25:26: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:26: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:25:26: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:25:26: SVR: Cleanup [javatest.batch] 08-05-2020 14:25:26: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:25:27: 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] 08-05-2020 14:25:27: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:25:27: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:25:27: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testGetConnection1 -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:25:27: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:25:27: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:27: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:27: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:25:27: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:25:27: Opened connection to http://localhost:8001/localTx_compat_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:25:27: TRACE: got outputstream [javatest.batch] 08-05-2020 14:25:27: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:27: SVR-TRACE: init com.sun.ts.tests.common.vehicle.connectorservlet.ConnectorServletVehicle ... [javatest.batch] 08-05-2020 14:25:27: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:25:27: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:25:27: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:25:27: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:25:27: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:25:27: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:25:27: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:25:27: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:25:27: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:25:27: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.compat.compatClient1 [javatest.batch] 08-05-2020 14:25:27: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.compat.compatClient1 [javatest.batch] 08-05-2020 14:25:27: SVR-TRACE: ** IN getRunMethod: testname=testGetConnection1 [javatest.batch] 08-05-2020 14:25:27: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:25:27: SVR-TRACE: **runmethod=testGetConnection1 [javatest.batch] 08-05-2020 14:25:27: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:25:27: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:25:27: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testGetConnection1_setup [javatest.batch] 08-05-2020 14:25:27: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:25:27: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:25:27: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:25:27: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testGetConnection1_cleanup [javatest.batch] 08-05-2020 14:25:27: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:25:27: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:25:27: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:25:27: SVR: Using: java:comp/env/eis/oldwhitebox-tx [javatest.batch] 08-05-2020 14:25:27: SVR: Using: java:comp/env/eis/oldwhitebox-tx-param [javatest.batch] 08-05-2020 14:25:27: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:25:27: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:25:27: SVR: Got connection from the DataSource. [javatest.batch] 08-05-2020 14:25:27: SVR: Checking for Connection Validity. [javatest.batch] 08-05-2020 14:25:27: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:25:27: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:25:27: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:25:27: SVR: Cleanup [javatest.batch] 08-05-2020 14:25:27: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:25:27: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:25:27: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:25: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/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] 08-05-2020 14:25:29: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:25:29: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:25:29: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testgetConnectionWithParameter1 -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:25:29: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:25:29: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:29: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:29: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:25:29: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:25:29: Opened connection to http://localhost:8001/localTx_compat_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:25:29: TRACE: got outputstream [javatest.batch] 08-05-2020 14:25:29: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:29: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:25:29: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:25:29: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:25:29: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:25:29: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:25:29: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:25:29: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:25:29: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:25:29: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:25:29: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.compat.compatClient1 [javatest.batch] 08-05-2020 14:25:29: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.compat.compatClient1 [javatest.batch] 08-05-2020 14:25:29: SVR-TRACE: ** IN getRunMethod: testname=testgetConnectionWithParameter1 [javatest.batch] 08-05-2020 14:25:29: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:25:29: SVR-TRACE: **runmethod=testgetConnectionWithParameter1 [javatest.batch] 08-05-2020 14:25:29: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:25:29: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:25:29: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testgetConnectionWithParameter1_setup [javatest.batch] 08-05-2020 14:25:29: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:25:29: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:25:29: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:25:29: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testgetConnectionWithParameter1_cleanup [javatest.batch] 08-05-2020 14:25:29: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:25:29: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:25:29: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:25:29: SVR: Using: java:comp/env/eis/oldwhitebox-tx [javatest.batch] 08-05-2020 14:25:29: SVR: Using: java:comp/env/eis/oldwhitebox-tx-param [javatest.batch] 08-05-2020 14:25:29: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:25:29: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:25:29: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:25:29: SVR: Got RA log. [javatest.batch] 08-05-2020 14:25:29: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:25:29: 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] 08-05-2020 14:25:29: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:25:29: SVR: Performing end to end verification... [javatest.batch] 08-05-2020 14:25:29: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:25:29: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:25:29: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:25:29: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:25:29: SVR: Cleanup [javatest.batch] 08-05-2020 14:25:29: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:25:29: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:30: 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] 08-05-2020 14:25:30: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:25:30: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:25:30: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAPIApplicationServerInternalException -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:25:30: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:25:30: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:30: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:30: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:25:30: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:25:30: Opened connection to http://localhost:8001/localTx_conn_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:25:30: TRACE: got outputstream [javatest.batch] 08-05-2020 14:25:31: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:31: SVR-TRACE: init com.sun.ts.tests.common.vehicle.connectorservlet.ConnectorServletVehicle ... [javatest.batch] 08-05-2020 14:25:31: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:25:31: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:25:31: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:25:31: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:25:31: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:25:31: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:25:31: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:25:31: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:25:31: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:25:31: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 08-05-2020 14:25:31: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 08-05-2020 14:25:31: SVR-TRACE: ** IN getRunMethod: testname=testAPIApplicationServerInternalException [javatest.batch] 08-05-2020 14:25:31: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:25:31: SVR-TRACE: **runmethod=testAPIApplicationServerInternalException [javatest.batch] 08-05-2020 14:25:31: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:25:31: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:25:31: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIApplicationServerInternalException_setup [javatest.batch] 08-05-2020 14:25:31: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:25:31: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:25:31: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:25:31: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIApplicationServerInternalException_cleanup [javatest.batch] 08-05-2020 14:25:31: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:25:31: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:25:31: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:25:31: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:25:31: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 08-05-2020 14:25:31: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:25:31: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:25:31: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:25:31: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:25:31: SVR: Got RA log. [javatest.batch] 08-05-2020 14:25: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:25:31: SVR: ApplicationServerInternalException API assertions passed [javatest.batch] 08-05-2020 14:25:31: SVR: Cleanup [javatest.batch] 08-05-2020 14:25:31: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:25:31: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:25:31: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:25: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/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] 08-05-2020 14:25:32: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:25:32: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:25:32: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAPICommException -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:25:32: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:25:32: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:32: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:32: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:25:32: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:25:32: Opened connection to http://localhost:8001/localTx_conn_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:25:32: TRACE: got outputstream [javatest.batch] 08-05-2020 14:25:32: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:32: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:25:32: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:25:32: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:25:32: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:25:32: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:25:32: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:25:32: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:25:32: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:25:32: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:25:32: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:32: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:25:32: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 08-05-2020 14:25:32: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 08-05-2020 14:25:32: SVR-TRACE: ** IN getRunMethod: testname=testAPICommException [javatest.batch] 08-05-2020 14:25:32: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:25:32: SVR-TRACE: **runmethod=testAPICommException [javatest.batch] 08-05-2020 14:25:32: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:25:32: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:25:32: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPICommException_setup [javatest.batch] 08-05-2020 14:25:32: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:25:32: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:25:32: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:25:32: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPICommException_cleanup [javatest.batch] 08-05-2020 14:25:32: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:25:32: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:25:32: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:25:32: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:25:32: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 08-05-2020 14:25:32: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:25:32: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:25:32: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:25:32: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:25:32: SVR: Got RA log. [javatest.batch] 08-05-2020 14:25: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:25:32: SVR: CommException API assertions passed [javatest.batch] 08-05-2020 14:25:32: SVR: Cleanup [javatest.batch] 08-05-2020 14:25:32: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:25:33: 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] 08-05-2020 14:25:34: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:25:34: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:25:34: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAPIEISSystemException -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:25:34: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:25:34: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:34: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:34: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:25:34: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:25:34: Opened connection to http://localhost:8001/localTx_conn_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:25:34: TRACE: got outputstream [javatest.batch] 08-05-2020 14:25:34: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:34: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:25:34: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:25:34: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:25:34: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:25:34: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:25:34: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:34: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:25:34: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:25:34: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:25:34: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:25:34: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:25:34: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 08-05-2020 14:25:34: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 08-05-2020 14:25:34: SVR-TRACE: ** IN getRunMethod: testname=testAPIEISSystemException [javatest.batch] 08-05-2020 14:25:34: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:25:34: SVR-TRACE: **runmethod=testAPIEISSystemException [javatest.batch] 08-05-2020 14:25:34: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:25:34: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:25:34: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIEISSystemException_setup [javatest.batch] 08-05-2020 14:25:34: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:25:34: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:25:34: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:25:34: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIEISSystemException_cleanup [javatest.batch] 08-05-2020 14:25:34: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:25:34: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:25:34: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:25:34: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:25:34: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 08-05-2020 14:25:34: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:25:34: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:25:34: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:25:34: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:25:34: SVR: Got RA log. [javatest.batch] 08-05-2020 14:25: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:25:34: SVR: EISSystemException API assertions passed [javatest.batch] 08-05-2020 14:25:34: SVR: Cleanup [javatest.batch] 08-05-2020 14:25:34: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:25:35: 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] 08-05-2020 14:25:35: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:25:35: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:25:35: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAPIHintsContext -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:25:35: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:25:35: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:35: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:35: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:25:35: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:25:35: Opened connection to http://localhost:8001/localTx_conn_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:25:35: TRACE: got outputstream [javatest.batch] 08-05-2020 14:25:35: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:35: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:25:35: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:25:35: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:25:35: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:25:35: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:25:35: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:25:35: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:25:35: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:35: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:25:35: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:25:35: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:25:35: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 08-05-2020 14:25:35: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 08-05-2020 14:25:35: SVR-TRACE: ** IN getRunMethod: testname=testAPIHintsContext [javatest.batch] 08-05-2020 14:25:35: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:25:35: SVR-TRACE: **runmethod=testAPIHintsContext [javatest.batch] 08-05-2020 14:25:35: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:25:35: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:25:35: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIHintsContext_setup [javatest.batch] 08-05-2020 14:25:35: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:25:35: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:25:35: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:25:35: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIHintsContext_cleanup [javatest.batch] 08-05-2020 14:25:35: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:25:35: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:25:35: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:25:35: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:25:35: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 08-05-2020 14:25:35: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:25:35: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:25:35: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:25:35: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:25:35: SVR: Got RA log. [javatest.batch] 08-05-2020 14:25: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:25:35: SVR: InvalidPropertyException API assertions passed [javatest.batch] 08-05-2020 14:25:35: SVR: Cleanup [javatest.batch] 08-05-2020 14:25:35: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:25: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#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] 08-05-2020 14:25:37: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:25:37: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:25:37: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAPIIllegalStateException -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:25:37: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:25:37: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:37: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:37: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:25:37: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:25:37: Opened connection to http://localhost:8001/localTx_conn_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:25:37: TRACE: got outputstream [javatest.batch] 08-05-2020 14:25:37: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:37: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:25:37: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:25:37: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:25:37: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:25:37: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:25:37: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:25:37: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:25:37: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:25:37: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:25:37: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:37: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:25:37: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 08-05-2020 14:25:37: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 08-05-2020 14:25:37: SVR-TRACE: ** IN getRunMethod: testname=testAPIIllegalStateException [javatest.batch] 08-05-2020 14:25:37: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:25:37: SVR-TRACE: **runmethod=testAPIIllegalStateException [javatest.batch] 08-05-2020 14:25:37: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:25:37: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:25:37: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIIllegalStateException_setup [javatest.batch] 08-05-2020 14:25:37: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:25:37: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:25:37: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:25:37: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIIllegalStateException_cleanup [javatest.batch] 08-05-2020 14:25:37: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:25:37: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:25:37: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:25:37: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:25:37: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 08-05-2020 14:25:37: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:25:37: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:25:37: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:25:37: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:25:37: SVR: Got RA log. [javatest.batch] 08-05-2020 14:25: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:25:37: SVR: IllegalStateException API assertions passed [javatest.batch] 08-05-2020 14:25:37: SVR: Cleanup [javatest.batch] 08-05-2020 14:25:37: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:25: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#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] 08-05-2020 14:25:38: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:25:38: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:25:38: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAPIInvalidPropertyException -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:25:38: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:25:38: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:38: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:38: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:25:38: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:25:39: Opened connection to http://localhost:8001/localTx_conn_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:25:39: TRACE: got outputstream [javatest.batch] 08-05-2020 14:25:39: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:39: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:25:39: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:25:39: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:25:39: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:25:39: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:25:39: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:39: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:25:39: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:25:39: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:25:39: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:25:39: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:25:39: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 08-05-2020 14:25:39: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 08-05-2020 14:25:39: SVR-TRACE: ** IN getRunMethod: testname=testAPIInvalidPropertyException [javatest.batch] 08-05-2020 14:25:39: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:25:39: SVR-TRACE: **runmethod=testAPIInvalidPropertyException [javatest.batch] 08-05-2020 14:25:39: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:25:39: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:25:39: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIInvalidPropertyException_setup [javatest.batch] 08-05-2020 14:25:39: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:25:39: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:25:39: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:25:39: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIInvalidPropertyException_cleanup [javatest.batch] 08-05-2020 14:25:39: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:25:39: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:25:39: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:25:39: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:25:39: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 08-05-2020 14:25:39: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:25:39: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:25:39: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:25:39: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:25:39: SVR: Got RA log. [javatest.batch] 08-05-2020 14:25: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:25:39: SVR: InvalidPropertyException API assertions passed [javatest.batch] 08-05-2020 14:25:39: SVR: Cleanup [javatest.batch] 08-05-2020 14:25:39: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:25: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#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] 08-05-2020 14:25:40: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:25:40: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:25:40: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAPILocalTransactionException -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:25:40: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:25:40: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:40: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:40: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:25:40: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:25:40: Opened connection to http://localhost:8001/localTx_conn_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:25:40: TRACE: got outputstream [javatest.batch] 08-05-2020 14:25:40: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:40: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:25:40: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:25:40: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:25:40: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:25:40: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:25:40: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:25:40: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:40: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:25:40: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:25:40: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:25:40: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:25:40: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 08-05-2020 14:25:40: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 08-05-2020 14:25:40: SVR-TRACE: ** IN getRunMethod: testname=testAPILocalTransactionException [javatest.batch] 08-05-2020 14:25:40: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:25:40: SVR-TRACE: **runmethod=testAPILocalTransactionException [javatest.batch] 08-05-2020 14:25:40: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:25:40: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:25:40: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPILocalTransactionException_setup [javatest.batch] 08-05-2020 14:25:40: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:25:40: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:25:40: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:25:40: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPILocalTransactionException_cleanup [javatest.batch] 08-05-2020 14:25:40: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:25:40: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:25:40: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:25:40: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:25:40: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 08-05-2020 14:25:40: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:25:40: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:25:40: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:25:40: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:25:40: SVR: Got RA log. [javatest.batch] 08-05-2020 14:25: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:25:40: SVR: LocalTransactionException API assertions passed [javatest.batch] 08-05-2020 14:25:40: SVR: Cleanup [javatest.batch] 08-05-2020 14:25:40: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:25:41: 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] 08-05-2020 14:25:42: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:25:42: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:25:42: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAPIManagedConnection -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:25:42: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:25:42: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:42: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:42: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:25:42: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:25:42: Opened connection to http://localhost:8001/localTx_conn_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:25:42: TRACE: got outputstream [javatest.batch] 08-05-2020 14:25:42: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:42: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:25:42: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:25:42: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:25:42: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:25:42: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:25:42: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:25:42: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:25:42: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:42: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:25:42: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:25:42: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:25:42: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 08-05-2020 14:25:42: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 08-05-2020 14:25:42: SVR-TRACE: ** IN getRunMethod: testname=testAPIManagedConnection [javatest.batch] 08-05-2020 14:25:42: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:25:42: SVR-TRACE: **runmethod=testAPIManagedConnection [javatest.batch] 08-05-2020 14:25:42: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:25:42: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:25:42: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIManagedConnection_setup [javatest.batch] 08-05-2020 14:25:42: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:25:42: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:25:42: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:25:42: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIManagedConnection_cleanup [javatest.batch] 08-05-2020 14:25:42: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:25:42: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:25:42: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:25:42: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:25:42: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 08-05-2020 14:25:42: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:25:42: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:25:42: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:25:42: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:25:42: SVR: Got RA log. [javatest.batch] 08-05-2020 14:25: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:25:42: SVR: ManagedConnectionMetaData API assertions passed [javatest.batch] 08-05-2020 14:25:42: SVR: Cleanup [javatest.batch] 08-05-2020 14:25:42: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:25:43: 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] 08-05-2020 14:25:43: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:25:43: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:25:43: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAPIManagedConnectionMetaData -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:25:43: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:25:43: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:43: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:43: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:25:43: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:25:44: Opened connection to http://localhost:8001/localTx_conn_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:25:44: TRACE: got outputstream [javatest.batch] 08-05-2020 14:25:44: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:44: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:25:44: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:25:44: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:25:44: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:25:44: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:25:44: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:44: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:25:44: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:25:44: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:25:44: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:25:44: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:25:44: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 08-05-2020 14:25:44: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 08-05-2020 14:25:44: SVR-TRACE: ** IN getRunMethod: testname=testAPIManagedConnectionMetaData [javatest.batch] 08-05-2020 14:25:44: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:25:44: SVR-TRACE: **runmethod=testAPIManagedConnectionMetaData [javatest.batch] 08-05-2020 14:25:44: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:25:44: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:25:44: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIManagedConnectionMetaData_setup [javatest.batch] 08-05-2020 14:25:44: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:25:44: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:25:44: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:25:44: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIManagedConnectionMetaData_cleanup [javatest.batch] 08-05-2020 14:25:44: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:25:44: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:25:44: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:25:44: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:25:44: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 08-05-2020 14:25:44: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:25:44: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:25:44: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:25:44: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:25:44: SVR: Got RA log. [javatest.batch] 08-05-2020 14:25: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:25:44: SVR: ManagedConnectionMetaData API assertions passed [javatest.batch] 08-05-2020 14:25:44: SVR: Cleanup [javatest.batch] 08-05-2020 14:25:44: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:25: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/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] 08-05-2020 14:25:45: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:25:45: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:25:45: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAPINotSupportedException -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:25:45: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:25:45: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:45: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:45: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:25:45: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:25:45: Opened connection to http://localhost:8001/localTx_conn_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:25:45: TRACE: got outputstream [javatest.batch] 08-05-2020 14:25:45: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:45: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:25:45: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:25:45: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:25:45: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:25:45: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:25:45: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:25:45: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:25:45: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:25:45: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:45: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:25:45: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:25:45: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 08-05-2020 14:25:45: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 08-05-2020 14:25:45: SVR-TRACE: ** IN getRunMethod: testname=testAPINotSupportedException [javatest.batch] 08-05-2020 14:25:45: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:25:45: SVR-TRACE: **runmethod=testAPINotSupportedException [javatest.batch] 08-05-2020 14:25:45: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:25:45: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:25:45: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPINotSupportedException_setup [javatest.batch] 08-05-2020 14:25:45: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:25:45: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:25:45: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:25:45: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPINotSupportedException_cleanup [javatest.batch] 08-05-2020 14:25:45: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:25:45: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:25:45: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:25:45: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:25:45: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 08-05-2020 14:25:45: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:25:45: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:25:45: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:25:45: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:25:45: SVR: Got RA log. [javatest.batch] 08-05-2020 14:25: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:25:45: SVR: NotSupportedException API assertions passed [javatest.batch] 08-05-2020 14:25:45: SVR: Cleanup [javatest.batch] 08-05-2020 14:25:45: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:25: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#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] 08-05-2020 14:25:46: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:25:46: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:25:46: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAPIResourceAdapterInternalException -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:25:47: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:25:47: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:47: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:47: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:25:47: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:25:47: Opened connection to http://localhost:8001/localTx_conn_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:25:47: TRACE: got outputstream [javatest.batch] 08-05-2020 14:25:47: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:47: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:25:47: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:25:47: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:25:47: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:25:47: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:25:47: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:25:47: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:47: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:25:47: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:25:47: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:25:47: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:25:47: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 08-05-2020 14:25:47: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 08-05-2020 14:25:47: SVR-TRACE: ** IN getRunMethod: testname=testAPIResourceAdapterInternalException [javatest.batch] 08-05-2020 14:25:47: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:25:47: SVR-TRACE: **runmethod=testAPIResourceAdapterInternalException [javatest.batch] 08-05-2020 14:25:47: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:25:47: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:25:47: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIResourceAdapterInternalException_setup [javatest.batch] 08-05-2020 14:25:47: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:25:47: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:25:47: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:25:47: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIResourceAdapterInternalException_cleanup [javatest.batch] 08-05-2020 14:25:47: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:25:47: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:25:47: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:25:47: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:25:47: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 08-05-2020 14:25:47: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:25:47: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:25:47: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:25:47: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:25:47: SVR: Got RA log. [javatest.batch] 08-05-2020 14:25: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:25:47: SVR: ResourceAdapterInternalException API assertions passed [javatest.batch] 08-05-2020 14:25:47: SVR: Cleanup [javatest.batch] 08-05-2020 14:25:47: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:25:48: 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] 08-05-2020 14:25:48: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:25:48: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:25:48: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAPIResourceAllocationException -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:25:48: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:25:48: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:48: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:48: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:25:48: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:25:48: Opened connection to http://localhost:8001/localTx_conn_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:25:48: TRACE: got outputstream [javatest.batch] 08-05-2020 14:25:48: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:48: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:25:48: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:25:48: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:25:48: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:25:48: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:25:48: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:25:48: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:25:48: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:25:48: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:48: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:25:48: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:25:48: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 08-05-2020 14:25:48: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 08-05-2020 14:25:48: SVR-TRACE: ** IN getRunMethod: testname=testAPIResourceAllocationException [javatest.batch] 08-05-2020 14:25:48: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:25:48: SVR-TRACE: **runmethod=testAPIResourceAllocationException [javatest.batch] 08-05-2020 14:25:48: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:25:48: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:25:48: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIResourceAllocationException_setup [javatest.batch] 08-05-2020 14:25:48: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:25:48: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:25:48: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:25:48: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIResourceAllocationException_cleanup [javatest.batch] 08-05-2020 14:25:48: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:25:48: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:25:48: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:25:48: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:25:48: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 08-05-2020 14:25:48: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:25:48: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:25:48: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:25:48: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:25:48: SVR: Got RA log. [javatest.batch] 08-05-2020 14:25: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:25:48: SVR: ResourceAllocationException API assertions passed [javatest.batch] 08-05-2020 14:25:48: SVR: Cleanup [javatest.batch] 08-05-2020 14:25:48: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:25: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#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] 08-05-2020 14:25:50: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:25:50: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:25:50: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAPIResourceException -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:25:50: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:25:50: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:50: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:50: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:25:50: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:25:50: Opened connection to http://localhost:8001/localTx_conn_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:25:50: TRACE: got outputstream [javatest.batch] 08-05-2020 14:25:50: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:50: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:25:50: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:25:50: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:25:50: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:25:50: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:25:50: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:25:50: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:25:50: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:25:50: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:50: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:25:50: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:25:50: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 08-05-2020 14:25:50: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 08-05-2020 14:25:50: SVR-TRACE: ** IN getRunMethod: testname=testAPIResourceException [javatest.batch] 08-05-2020 14:25:50: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:25:50: SVR-TRACE: **runmethod=testAPIResourceException [javatest.batch] 08-05-2020 14:25:50: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:25:50: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:25:50: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIResourceException_setup [javatest.batch] 08-05-2020 14:25:50: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:25:50: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:25:50: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:25:50: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIResourceException_cleanup [javatest.batch] 08-05-2020 14:25:50: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:25:50: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:25:50: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:25:50: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:25:50: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 08-05-2020 14:25:50: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:25:50: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:25:50: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:25:50: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:25:50: SVR: Got RA log. [javatest.batch] 08-05-2020 14:25: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:25:50: SVR: ResourceException API assertions passed [javatest.batch] 08-05-2020 14:25:50: SVR: Cleanup [javatest.batch] 08-05-2020 14:25:50: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:25: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#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] 08-05-2020 14:25:51: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:25:51: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:25:51: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAPIRetryableUnavailableException -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:25:51: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:25:51: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:51: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:51: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:25:51: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:25:52: Opened connection to http://localhost:8001/localTx_conn_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:25:52: TRACE: got outputstream [javatest.batch] 08-05-2020 14:25:52: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:52: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:25:52: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:25:52: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:25:52: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:25:52: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:25:52: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:25:52: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:52: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:25:52: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:25:52: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:25:52: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:25:52: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 08-05-2020 14:25:52: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 08-05-2020 14:25:52: SVR-TRACE: ** IN getRunMethod: testname=testAPIRetryableUnavailableException [javatest.batch] 08-05-2020 14:25:52: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:25:52: SVR-TRACE: **runmethod=testAPIRetryableUnavailableException [javatest.batch] 08-05-2020 14:25:52: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:25:52: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:25:52: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIRetryableUnavailableException_setup [javatest.batch] 08-05-2020 14:25:52: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:25:52: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:25:52: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:25:52: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIRetryableUnavailableException_cleanup [javatest.batch] 08-05-2020 14:25:52: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:25:52: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:25:52: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:25:52: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:25:52: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 08-05-2020 14:25:52: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:25:52: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:25:52: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:25:52: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:25:52: SVR: Got RA log. [javatest.batch] 08-05-2020 14:25: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:25:52: SVR: RetryableUnavailableException API assertions passed [javatest.batch] 08-05-2020 14:25:52: SVR: Cleanup [javatest.batch] 08-05-2020 14:25:52: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:25: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/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] 08-05-2020 14:25:53: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:25:53: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:25:53: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAPIRetryableWorkRejectedException -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:25:53: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:25:53: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:53: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:53: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:25:53: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:25:53: Opened connection to http://localhost:8001/localTx_conn_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:25:53: TRACE: got outputstream [javatest.batch] 08-05-2020 14:25:53: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:53: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:25:53: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:25:53: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:25:53: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:25:53: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:25:53: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:25:53: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:25:53: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:25:53: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:53: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:25:53: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:25:53: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 08-05-2020 14:25:53: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 08-05-2020 14:25:53: SVR-TRACE: ** IN getRunMethod: testname=testAPIRetryableWorkRejectedException [javatest.batch] 08-05-2020 14:25:53: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:25:53: SVR-TRACE: **runmethod=testAPIRetryableWorkRejectedException [javatest.batch] 08-05-2020 14:25:53: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:25:53: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:25:53: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIRetryableWorkRejectedException_setup [javatest.batch] 08-05-2020 14:25:53: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:25:53: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:25:53: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:25:53: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIRetryableWorkRejectedException_cleanup [javatest.batch] 08-05-2020 14:25:53: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:25:53: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:25:53: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:25:53: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:25:53: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 08-05-2020 14:25:53: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:25:53: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:25:53: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:25:53: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:25:53: SVR: Got RA log. [javatest.batch] 08-05-2020 14:25: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:25:53: SVR: RetryableWorkRejectedException API assertions passed [javatest.batch] 08-05-2020 14:25:53: SVR: Cleanup [javatest.batch] 08-05-2020 14:25:53: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:25:54: 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] 08-05-2020 14:25:55: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:25:55: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:25:55: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAPISecurityException -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:25:55: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:25:55: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:55: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:55: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:25:55: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:25:55: Opened connection to http://localhost:8001/localTx_conn_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:25:55: TRACE: got outputstream [javatest.batch] 08-05-2020 14:25:55: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:55: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:25:55: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:25:55: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:25:55: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:25:55: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:25:55: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:25:55: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:25:55: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:25:55: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:25:55: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:55: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:25:55: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 08-05-2020 14:25:55: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 08-05-2020 14:25:55: SVR-TRACE: ** IN getRunMethod: testname=testAPISecurityException [javatest.batch] 08-05-2020 14:25:55: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:25:55: SVR-TRACE: **runmethod=testAPISecurityException [javatest.batch] 08-05-2020 14:25:55: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:25:55: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:25:55: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPISecurityException_setup [javatest.batch] 08-05-2020 14:25:55: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:25:55: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:25:55: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:25:55: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPISecurityException_cleanup [javatest.batch] 08-05-2020 14:25:55: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:25:55: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:25:55: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:25:55: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:25:55: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 08-05-2020 14:25:55: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:25:55: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:25:55: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:25:55: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:25:55: SVR: Got RA log. [javatest.batch] 08-05-2020 14:25: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:25:55: SVR: SecurityException API assertions passed [javatest.batch] 08-05-2020 14:25:55: SVR: Cleanup [javatest.batch] 08-05-2020 14:25:55: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:25: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/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] 08-05-2020 14:25:56: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:25:56: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:25:56: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAPISharingViolationException -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:25:56: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:25:56: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:56: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:56: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:25:56: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:25:56: Opened connection to http://localhost:8001/localTx_conn_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:25:56: TRACE: got outputstream [javatest.batch] 08-05-2020 14:25:56: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:56: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:25:56: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:25:56: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:25:56: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:25:56: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:25:56: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:25:56: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:25:56: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:25:56: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:56: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:25:56: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:25:56: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 08-05-2020 14:25:56: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 08-05-2020 14:25:56: SVR-TRACE: ** IN getRunMethod: testname=testAPISharingViolationException [javatest.batch] 08-05-2020 14:25:56: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:25:56: SVR-TRACE: **runmethod=testAPISharingViolationException [javatest.batch] 08-05-2020 14:25:56: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:25:56: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:25:56: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPISharingViolationException_setup [javatest.batch] 08-05-2020 14:25:56: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:25:56: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:25:56: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:25:56: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPISharingViolationException_cleanup [javatest.batch] 08-05-2020 14:25:56: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:25:56: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:25:56: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:25:56: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:25:56: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 08-05-2020 14:25:56: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:25:56: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:25:56: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:25:56: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:25:56: SVR: Got RA log. [javatest.batch] 08-05-2020 14:25: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:25:56: SVR: SharingViolationException API assertions passed [javatest.batch] 08-05-2020 14:25:56: SVR: Cleanup [javatest.batch] 08-05-2020 14:25:56: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:25: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/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] 08-05-2020 14:25:58: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:25:58: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:25:58: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAPIUnavailableException -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:25:58: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:25:58: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:58: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:58: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:25:58: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:25:58: Opened connection to http://localhost:8001/localTx_conn_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:25:58: TRACE: got outputstream [javatest.batch] 08-05-2020 14:25:58: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:58: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:25:58: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:25:58: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:25:58: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:25:58: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:25:58: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:25:58: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:25:58: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:25:58: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:25:58: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:25:58: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:25:58: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 08-05-2020 14:25:58: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 08-05-2020 14:25:58: SVR-TRACE: ** IN getRunMethod: testname=testAPIUnavailableException [javatest.batch] 08-05-2020 14:25:58: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:25:58: SVR-TRACE: **runmethod=testAPIUnavailableException [javatest.batch] 08-05-2020 14:25:58: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:25:58: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:25:58: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIUnavailableException_setup [javatest.batch] 08-05-2020 14:25:58: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:25:58: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:25:58: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:25:58: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIUnavailableException_cleanup [javatest.batch] 08-05-2020 14:25:58: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:25:58: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:25:58: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:25:58: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:25:58: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 08-05-2020 14:25:58: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:25:58: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:25:58: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:25:58: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:25:58: SVR: Got RA log. [javatest.batch] 08-05-2020 14:25: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:25:58: SVR: UnavailableException API assertions passed [javatest.batch] 08-05-2020 14:25:58: SVR: Cleanup [javatest.batch] 08-05-2020 14:25:58: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:25: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/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] 08-05-2020 14:25:59: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:25:59: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:25:59: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAPIWorkCompletedException -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:25:59: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:25:59: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:59: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:25:59: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:25:59: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:26:00: Opened connection to http://localhost:8001/localTx_conn_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:26:00: TRACE: got outputstream [javatest.batch] 08-05-2020 14:26:00: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:00: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:26:00: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:26:00: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:26:00: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:26:00: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:26:00: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:26:00: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:26:00: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:26:00: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:00: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:26:00: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:26:00: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 08-05-2020 14:26:00: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 08-05-2020 14:26:00: SVR-TRACE: ** IN getRunMethod: testname=testAPIWorkCompletedException [javatest.batch] 08-05-2020 14:26:00: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:26:00: SVR-TRACE: **runmethod=testAPIWorkCompletedException [javatest.batch] 08-05-2020 14:26:00: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:26:00: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:26:00: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIWorkCompletedException_setup [javatest.batch] 08-05-2020 14:26:00: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:26:00: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:26:00: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:26:00: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIWorkCompletedException_cleanup [javatest.batch] 08-05-2020 14:26:00: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:26:00: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:26:00: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:26:00: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:26:00: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 08-05-2020 14:26:00: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:26:00: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:26:00: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:26:00: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:26:00: SVR: Got RA log. [javatest.batch] 08-05-2020 14:26:00: 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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:26:00: SVR: WorkCompletedException API assertions passed [javatest.batch] 08-05-2020 14:26:00: SVR: Cleanup [javatest.batch] 08-05-2020 14:26:00: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:26: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/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] 08-05-2020 14:26:01: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:26:01: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:26:01: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAPIWorkException -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:26:01: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:26:01: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:01: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:01: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:26:01: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:26:01: Opened connection to http://localhost:8001/localTx_conn_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:26:01: TRACE: got outputstream [javatest.batch] 08-05-2020 14:26:01: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:01: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:26:01: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:26:01: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:26:01: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:26:01: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:26:01: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:26:01: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:26:01: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:26:01: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:01: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:26:01: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:26:01: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 08-05-2020 14:26:01: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 08-05-2020 14:26:01: SVR-TRACE: ** IN getRunMethod: testname=testAPIWorkException [javatest.batch] 08-05-2020 14:26:01: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:26:01: SVR-TRACE: **runmethod=testAPIWorkException [javatest.batch] 08-05-2020 14:26:01: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:26:01: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:26:01: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIWorkException_setup [javatest.batch] 08-05-2020 14:26:01: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:26:01: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:26:01: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:26:01: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIWorkException_cleanup [javatest.batch] 08-05-2020 14:26:01: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:26:01: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:26:01: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:26:01: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:26:01: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 08-05-2020 14:26:01: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:26:01: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:26:01: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:26:01: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:26:01: SVR: Got RA log. [javatest.batch] 08-05-2020 14:26: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:26:01: SVR: WorkException API assertions passed [javatest.batch] 08-05-2020 14:26:01: SVR: Cleanup [javatest.batch] 08-05-2020 14:26:01: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:26: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/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] 08-05-2020 14:26:03: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:26:03: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:26:03: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAPIWorkRejectedException -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:26:03: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:26:03: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:03: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:03: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:26:03: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:26:03: Opened connection to http://localhost:8001/localTx_conn_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:26:03: TRACE: got outputstream [javatest.batch] 08-05-2020 14:26:03: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:03: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:26:03: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:26:03: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:26:03: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:26:03: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:26:03: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:26:03: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:26:03: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:03: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:26:03: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:26:03: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:26:03: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 08-05-2020 14:26:03: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 08-05-2020 14:26:03: SVR-TRACE: ** IN getRunMethod: testname=testAPIWorkRejectedException [javatest.batch] 08-05-2020 14:26:03: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:26:03: SVR-TRACE: **runmethod=testAPIWorkRejectedException [javatest.batch] 08-05-2020 14:26:03: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:26:03: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:26:03: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIWorkRejectedException_setup [javatest.batch] 08-05-2020 14:26:03: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:26:03: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:26:03: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:26:03: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIWorkRejectedException_cleanup [javatest.batch] 08-05-2020 14:26:03: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:26:03: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:26:03: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:26:03: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:26:03: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 08-05-2020 14:26:03: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:26:03: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:26:03: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:26:03: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:26:03: SVR: Got RA log. [javatest.batch] 08-05-2020 14:26: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:26:03: SVR: WorkRejectedException API assertions passed [javatest.batch] 08-05-2020 14:26:03: SVR: Cleanup [javatest.batch] 08-05-2020 14:26:03: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:26: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/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] 08-05-2020 14:26:04: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:26:04: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:26:04: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testGetConnection1 -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:26:04: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:26:04: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:04: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:04: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:26:04: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:26:04: Opened connection to http://localhost:8001/localTx_conn_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:26:04: TRACE: got outputstream [javatest.batch] 08-05-2020 14:26:04: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:04: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:26:04: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:26:04: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:26:04: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:26:04: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:26:04: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:26:04: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:26:04: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:04: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:26:04: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:26:04: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:26:04: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 08-05-2020 14:26:04: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 08-05-2020 14:26:04: SVR-TRACE: ** IN getRunMethod: testname=testGetConnection1 [javatest.batch] 08-05-2020 14:26:04: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:26:04: SVR-TRACE: **runmethod=testGetConnection1 [javatest.batch] 08-05-2020 14:26:04: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:26:04: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:26:04: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testGetConnection1_setup [javatest.batch] 08-05-2020 14:26:04: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:26:04: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:26:04: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:26:04: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testGetConnection1_cleanup [javatest.batch] 08-05-2020 14:26:04: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:26:04: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:26:04: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:26:04: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:26:04: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 08-05-2020 14:26:04: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:26:04: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:26:04: SVR: Got connection from the DataSource. [javatest.batch] 08-05-2020 14:26:04: SVR: Checking for Connection Validity. [javatest.batch] 08-05-2020 14:26:04: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:26:04: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:26:04: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:26:04: SVR: Cleanup [javatest.batch] 08-05-2020 14:26:04: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:26:05: 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] 08-05-2020 14:26:06: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:26:06: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:26:06: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testgetConnectionWithParameter1 -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:26:06: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:26:06: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:06: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:06: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:26:06: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:26:06: Opened connection to http://localhost:8001/localTx_conn_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:26:06: TRACE: got outputstream [javatest.batch] 08-05-2020 14:26:06: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:06: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:26:06: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:26:06: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:26:06: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:26:06: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:26:06: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:26:06: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:06: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:26:06: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:26:06: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:26:06: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:26:06: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 08-05-2020 14:26:06: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 08-05-2020 14:26:06: SVR-TRACE: ** IN getRunMethod: testname=testgetConnectionWithParameter1 [javatest.batch] 08-05-2020 14:26:06: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:26:06: SVR-TRACE: **runmethod=testgetConnectionWithParameter1 [javatest.batch] 08-05-2020 14:26:06: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:26:06: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:26:06: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testgetConnectionWithParameter1_setup [javatest.batch] 08-05-2020 14:26:06: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:26:06: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:26:06: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:26:06: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testgetConnectionWithParameter1_cleanup [javatest.batch] 08-05-2020 14:26:06: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:26:06: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:26:06: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:26:06: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:26:06: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 08-05-2020 14:26:06: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:26:06: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:26:06: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:26:06: SVR: Got RA log. [javatest.batch] 08-05-2020 14:26:06: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:26:06: 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] 08-05-2020 14:26:06: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:26:06: SVR: Performing end to end verification... [javatest.batch] 08-05-2020 14:26:06: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:26:06: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:26:06: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:26:06: SVR: Cleanup [javatest.batch] 08-05-2020 14:26:06: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:26:07: 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] 08-05-2020 14:26:07: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:26:07: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:26:07: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testConnectionEventListener -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:26:07: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:26:07: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:07: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:07: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:26:07: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:26:08: Opened connection to http://localhost:8001/localTx_event_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:26:08: TRACE: got outputstream [javatest.batch] 08-05-2020 14:26:08: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:08: SVR-TRACE: init com.sun.ts.tests.common.vehicle.connectorservlet.ConnectorServletVehicle ... [javatest.batch] 08-05-2020 14:26:08: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:26:08: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:26:08: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:26:08: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:26:08: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:26:08: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:26:08: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:26:08: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:26:08: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:26:08: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.event.eventClient1 [javatest.batch] 08-05-2020 14:26:08: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.event.eventClient1 [javatest.batch] 08-05-2020 14:26:08: SVR-TRACE: ** IN getRunMethod: testname=testConnectionEventListener [javatest.batch] 08-05-2020 14:26:08: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:26:08: SVR-TRACE: **runmethod=testConnectionEventListener [javatest.batch] 08-05-2020 14:26:08: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:26:08: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:26:08: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testConnectionEventListener_setup [javatest.batch] 08-05-2020 14:26:08: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:26:08: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:26:08: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:26:08: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testConnectionEventListener_cleanup [javatest.batch] 08-05-2020 14:26:08: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:26:08: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:26:08: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:26:08: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:26:08: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:26:08: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:26:08: SVR: Got connection. [javatest.batch] 08-05-2020 14:26:08: 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] 08-05-2020 14:26:08: SVR: CONNECTION_CLOSED called correctly. [javatest.batch] 08-05-2020 14:26:08: SVR: Cleanup [javatest.batch] 08-05-2020 14:26:08: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:26:08: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 08-05-2020 14:26:08: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:26:08: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:09: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [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] 08-05-2020 14:26:09: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:26:09: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:26:09: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAssociationMCFandRA -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:26:09: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:26:09: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:09: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:09: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:26:09: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:26:09: Opened connection to http://localhost:8001/localTx_lifecycle_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:26:09: TRACE: got outputstream [javatest.batch] 08-05-2020 14:26:09: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:09: SVR-TRACE: init com.sun.ts.tests.common.vehicle.connectorservlet.ConnectorServletVehicle ... [javatest.batch] 08-05-2020 14:26:09: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:26:09: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:26:09: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:26:09: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:26:09: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:26:09: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:26:09: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:26:09: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:26:09: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:26:09: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 [javatest.batch] 08-05-2020 14:26:09: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 [javatest.batch] 08-05-2020 14:26:09: SVR-TRACE: ** IN getRunMethod: testname=testAssociationMCFandRA [javatest.batch] 08-05-2020 14:26:09: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:26:09: SVR-TRACE: **runmethod=testAssociationMCFandRA [javatest.batch] 08-05-2020 14:26:09: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:26:09: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:26:09: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAssociationMCFandRA_setup [javatest.batch] 08-05-2020 14:26:09: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:26:09: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:26:09: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:26:09: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAssociationMCFandRA_cleanup [javatest.batch] 08-05-2020 14:26:09: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:26:09: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:26:09: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:26:09: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:26:09: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:26:09: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:26:09: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:26:09: SVR: Got RA log. [javatest.batch] 08-05-2020 14:26:09: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:26: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:26:09: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:26:09: SVR: Performing end to end verification... [javatest.batch] 08-05-2020 14:26:09: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:26:09: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:26:09: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:26:09: SVR: Cleanup [javatest.batch] 08-05-2020 14:26:09: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:26:09: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:26:09: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:26: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/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] 08-05-2020 14:26:11: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:26:11: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:26:11: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAssociationMCFandRA2 -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:26:11: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:26:11: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:11: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:11: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:26:11: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:26:11: Opened connection to http://localhost:8001/localTx_lifecycle_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:26:11: TRACE: got outputstream [javatest.batch] 08-05-2020 14:26:11: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:11: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:26:11: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:26:11: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:26:11: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:26:11: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:26:11: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:26:11: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:26:11: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:11: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:26:11: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:26:11: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:26:11: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 [javatest.batch] 08-05-2020 14:26:11: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 [javatest.batch] 08-05-2020 14:26:11: SVR-TRACE: ** IN getRunMethod: testname=testAssociationMCFandRA2 [javatest.batch] 08-05-2020 14:26:11: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:26:11: SVR-TRACE: **runmethod=testAssociationMCFandRA2 [javatest.batch] 08-05-2020 14:26:11: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:26:11: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:26:11: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAssociationMCFandRA2_setup [javatest.batch] 08-05-2020 14:26:11: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:26:11: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:26:11: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:26:11: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAssociationMCFandRA2_cleanup [javatest.batch] 08-05-2020 14:26:11: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:26:11: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:26:11: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:26:11: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:26:11: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:26:11: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:26:11: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:26:11: SVR: Got RA log. [javatest.batch] 08-05-2020 14:26:11: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:26: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:26:11: SVR: testAssociationMCFandRA2 called correctly [javatest.batch] 08-05-2020 14:26:11: SVR: Cleanup [javatest.batch] 08-05-2020 14:26:11: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:26: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/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] 08-05-2020 14:26:12: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:26:12: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:26:12: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testBootstrapforNull -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:26:12: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:26:12: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:12: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:12: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:26:12: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:26:13: Opened connection to http://localhost:8001/localTx_lifecycle_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:26:13: TRACE: got outputstream [javatest.batch] 08-05-2020 14:26:13: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:13: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:26:13: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:26:13: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:26:13: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:26:13: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:26:13: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:26:13: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:26:13: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:26:13: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:13: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:26:13: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:26:13: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 [javatest.batch] 08-05-2020 14:26:13: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 [javatest.batch] 08-05-2020 14:26:13: SVR-TRACE: ** IN getRunMethod: testname=testBootstrapforNull [javatest.batch] 08-05-2020 14:26:13: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:26:13: SVR-TRACE: **runmethod=testBootstrapforNull [javatest.batch] 08-05-2020 14:26:13: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:26:13: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:26:13: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testBootstrapforNull_setup [javatest.batch] 08-05-2020 14:26:13: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:26:13: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:26:13: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:26:13: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testBootstrapforNull_cleanup [javatest.batch] 08-05-2020 14:26:13: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:26:13: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:26:13: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:26:13: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:26:13: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:26:13: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:26:13: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:26:13: SVR: Got RA log. [javatest.batch] 08-05-2020 14:26:13: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:26: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:26:13: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:26:13: SVR: Performing end to end verification... [javatest.batch] 08-05-2020 14:26:13: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:26:13: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:26:13: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:26:13: SVR: Cleanup [javatest.batch] 08-05-2020 14:26:13: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:26: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/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] 08-05-2020 14:26:14: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:26:14: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:26:14: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testInstantiationOfRA -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:26:14: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:26:14: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:14: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:14: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:26:14: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:26:14: Opened connection to http://localhost:8001/localTx_lifecycle_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:26:14: TRACE: got outputstream [javatest.batch] 08-05-2020 14:26:14: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:14: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:26:14: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:26:14: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:26:14: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:26:14: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:26:14: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:14: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:26:14: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:26:14: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:26:14: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:26:14: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:26:14: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 [javatest.batch] 08-05-2020 14:26:14: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 [javatest.batch] 08-05-2020 14:26:14: SVR-TRACE: ** IN getRunMethod: testname=testInstantiationOfRA [javatest.batch] 08-05-2020 14:26:14: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:26:14: SVR-TRACE: **runmethod=testInstantiationOfRA [javatest.batch] 08-05-2020 14:26:14: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:26:14: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:26:14: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testInstantiationOfRA_setup [javatest.batch] 08-05-2020 14:26:14: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:26:14: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:26:14: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:26:14: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testInstantiationOfRA_cleanup [javatest.batch] 08-05-2020 14:26:14: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:26:14: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:26:14: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:26:14: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:26:14: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:26:14: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:26:14: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:26:14: SVR: Got RA log. [javatest.batch] 08-05-2020 14:26:14: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:26: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:26:14: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:26:14: SVR: Performing end to end verification... [javatest.batch] 08-05-2020 14:26:14: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:26:14: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:26:14: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:26:14: SVR: Cleanup [javatest.batch] 08-05-2020 14:26:14: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:26: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/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] 08-05-2020 14:26:16: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:26:16: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:26:16: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testMCFcalledOnce -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:26:16: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:26:16: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:16: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:16: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:26:16: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:26:16: Opened connection to http://localhost:8001/localTx_lifecycle_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:26:16: TRACE: got outputstream [javatest.batch] 08-05-2020 14:26:16: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:16: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:26:16: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:26:16: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:26:16: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:26:16: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:26:16: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:26:16: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:26:16: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:26:16: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:16: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:26:16: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:26:16: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 [javatest.batch] 08-05-2020 14:26:16: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 [javatest.batch] 08-05-2020 14:26:16: SVR-TRACE: ** IN getRunMethod: testname=testMCFcalledOnce [javatest.batch] 08-05-2020 14:26:16: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:26:16: SVR-TRACE: **runmethod=testMCFcalledOnce [javatest.batch] 08-05-2020 14:26:16: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:26:16: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:26:16: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testMCFcalledOnce_setup [javatest.batch] 08-05-2020 14:26:16: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:26:16: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:26:16: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:26:16: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testMCFcalledOnce_cleanup [javatest.batch] 08-05-2020 14:26:16: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:26:16: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:26:16: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:26:16: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:26:16: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:26:16: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:26:16: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:26:16: SVR: Got RA log. [javatest.batch] 08-05-2020 14:26:16: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:26: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:26:16: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:26:16: SVR: Performing end to end verification... [javatest.batch] 08-05-2020 14:26:16: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:26:16: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:26:16: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:26:16: SVR: Cleanup [javatest.batch] 08-05-2020 14:26:16: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:26: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/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] 08-05-2020 14:26:17: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:26:17: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:26:17: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testRAforJavaBean -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:26:17: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:26:17: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:17: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:17: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:26:17: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:26:18: Opened connection to http://localhost:8001/localTx_lifecycle_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:26:18: TRACE: got outputstream [javatest.batch] 08-05-2020 14:26:18: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:18: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:26:18: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:26:18: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:26:18: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:26:18: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:26:18: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:26:18: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:18: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:26:18: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:26:18: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:26:18: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:26:18: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 [javatest.batch] 08-05-2020 14:26:18: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 [javatest.batch] 08-05-2020 14:26:18: SVR-TRACE: ** IN getRunMethod: testname=testRAforJavaBean [javatest.batch] 08-05-2020 14:26:18: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:26:18: SVR-TRACE: **runmethod=testRAforJavaBean [javatest.batch] 08-05-2020 14:26:18: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:26:18: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:26:18: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testRAforJavaBean_setup [javatest.batch] 08-05-2020 14:26:18: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:26:18: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:26:18: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:26:18: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testRAforJavaBean_cleanup [javatest.batch] 08-05-2020 14:26:18: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:26:18: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:26:18: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:26:18: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:26:18: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:26:18: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:26:18: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:26:18: SVR: Got RA log. [javatest.batch] 08-05-2020 14:26:18: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:26: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:26:18: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:26:18: SVR: Performing end to end verification... [javatest.batch] 08-05-2020 14:26:18: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:26:18: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:26:18: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:26:18: SVR: Exception dropping table. [javatest.batch] 08-05-2020 14:26:18: SVR: Cleanup [javatest.batch] 08-05-2020 14:26:18: SVR: Test running in servlet vehicle passed [javatest.batch] STATUS:Passed. [javatest.batch] 08-05-2020 14:26:19: TRACE: SLEPT FOR: 1000 [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] 08-05-2020 14:26:19: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:26:19: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:26:19: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testRASharability -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:26:19: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:26:19: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:19: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:19: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:26:19: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:26:19: Opened connection to http://localhost:8001/localTx_lifecycle_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:26:19: TRACE: got outputstream [javatest.batch] 08-05-2020 14:26:19: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:19: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:26:19: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:26:19: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:26:19: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:26:19: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:26:19: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:26:19: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:26:19: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:26:19: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:26:19: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:19: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:26:19: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 [javatest.batch] 08-05-2020 14:26:19: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 [javatest.batch] 08-05-2020 14:26:19: SVR-TRACE: ** IN getRunMethod: testname=testRASharability [javatest.batch] 08-05-2020 14:26:19: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:26:19: SVR-TRACE: **runmethod=testRASharability [javatest.batch] 08-05-2020 14:26:19: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:26:19: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:26:19: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testRASharability_setup [javatest.batch] 08-05-2020 14:26:19: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:26:19: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:26:19: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:26:19: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testRASharability_cleanup [javatest.batch] 08-05-2020 14:26:19: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:26:19: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:26:19: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:26:19: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:26:19: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:26:19: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:26:19: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:26:19: SVR: Got RA log. [javatest.batch] 08-05-2020 14:26:19: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:26: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:26:19: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:26:19: SVR: Performing end to end verification... [javatest.batch] 08-05-2020 14:26:19: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:26:19: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:26:19: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:26:19: SVR: Cleanup [javatest.batch] 08-05-2020 14:26:19: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:26:20: 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] 08-05-2020 14:26:20: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:26:20: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:26:20: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAppEISSignon -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:26:21: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:26:21: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:21: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:21: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:26:21: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:26:21: Opened connection to http://localhost:8001/localTx_security_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:26:21: TRACE: got outputstream [javatest.batch] 08-05-2020 14:26:21: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:21: SVR-TRACE: init com.sun.ts.tests.common.vehicle.connectorservlet.ConnectorServletVehicle ... [javatest.batch] 08-05-2020 14:26:21: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:26:21: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:26:21: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:26:21: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:26:21: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:26:21: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:26:21: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:26:21: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:26:21: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:26:21: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.security.securityClient1 [javatest.batch] 08-05-2020 14:26:21: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.security.securityClient1 [javatest.batch] 08-05-2020 14:26:21: SVR-TRACE: ** IN getRunMethod: testname=testAppEISSignon [javatest.batch] 08-05-2020 14:26:21: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:26:21: SVR-TRACE: **runmethod=testAppEISSignon [javatest.batch] 08-05-2020 14:26:21: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:26:21: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:26:21: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAppEISSignon_setup [javatest.batch] 08-05-2020 14:26:21: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:26:21: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:26:21: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:26:21: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAppEISSignon_cleanup [javatest.batch] 08-05-2020 14:26:21: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:26:21: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:26:21: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:26:21: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:26:21: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 08-05-2020 14:26:21: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@311a237b [javatest.batch] 08-05-2020 14:26:21: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@50e177a2 [javatest.batch] 08-05-2020 14:26:21: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:26:21: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:26:21: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 08-05-2020 14:26:21: SVR: Got connection object from the TSDataSource. [javatest.batch] 08-05-2020 14:26:21: SVR: Checking for Connection Validity. [javatest.batch] 08-05-2020 14:26:21: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:26:21: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:26:21: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:26:21: SVR: Cleanup [javatest.batch] 08-05-2020 14:26:21: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 08-05-2020 14:26:21: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:26:21: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:26:21: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:22: 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] 08-05-2020 14:26:22: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:26:22: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:26:22: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testCBTestAllCallbacksAndPrin -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:26:22: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:26:22: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:22: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:22: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:26:22: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:26:22: Opened connection to http://localhost:8001/localTx_security_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:26:22: TRACE: got outputstream [javatest.batch] 08-05-2020 14:26:22: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:22: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:26:22: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:26:22: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:26:22: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:26:22: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:26:22: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:26:22: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:26:22: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:22: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:26:22: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:26:22: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:26:22: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.security.securityClient1 [javatest.batch] 08-05-2020 14:26:22: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.security.securityClient1 [javatest.batch] 08-05-2020 14:26:22: SVR-TRACE: ** IN getRunMethod: testname=testCBTestAllCallbacksAndPrin [javatest.batch] 08-05-2020 14:26:22: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:26:22: SVR-TRACE: **runmethod=testCBTestAllCallbacksAndPrin [javatest.batch] 08-05-2020 14:26:22: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:26:22: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:26:22: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testCBTestAllCallbacksAndPrin_setup [javatest.batch] 08-05-2020 14:26:22: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:26:22: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:26:22: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:26:22: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testCBTestAllCallbacksAndPrin_cleanup [javatest.batch] 08-05-2020 14:26:22: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:26:22: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:26:22: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:26:22: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:26:22: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 08-05-2020 14:26:22: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@1a0255e7 [javatest.batch] 08-05-2020 14:26:22: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@12dcd492 [javatest.batch] 08-05-2020 14:26:22: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:26:22: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:26:22: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:26:22: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:26:22: SVR-TRACE: Searching for string: cbTestAllCallbacksAndPrin: callbacks handled. [javatest.batch] 08-05-2020 14:26: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:26:22: SVR: testCBTestAllCallbacksAndPrin() passed [javatest.batch] 08-05-2020 14:26:22: SVR: Cleanup [javatest.batch] 08-05-2020 14:26:22: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 08-05-2020 14:26:22: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:26: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#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] 08-05-2020 14:26:24: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:26:24: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:26:24: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testCBTestAllCallbacksNullPrin -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:26:24: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:26:24: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:24: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:24: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:26:24: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:26:24: Opened connection to http://localhost:8001/localTx_security_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:26:24: TRACE: got outputstream [javatest.batch] 08-05-2020 14:26:24: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:24: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:26:24: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:26:24: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:26:24: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:26:24: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:26:24: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:26:24: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:26:24: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:26:24: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:24: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:26:24: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:26:24: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.security.securityClient1 [javatest.batch] 08-05-2020 14:26:24: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.security.securityClient1 [javatest.batch] 08-05-2020 14:26:24: SVR-TRACE: ** IN getRunMethod: testname=testCBTestAllCallbacksNullPrin [javatest.batch] 08-05-2020 14:26:24: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:26:24: SVR-TRACE: **runmethod=testCBTestAllCallbacksNullPrin [javatest.batch] 08-05-2020 14:26:24: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:26:24: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:26:24: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testCBTestAllCallbacksNullPrin_setup [javatest.batch] 08-05-2020 14:26:24: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:26:24: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:26:24: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:26:24: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testCBTestAllCallbacksNullPrin_cleanup [javatest.batch] 08-05-2020 14:26:24: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:26:24: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:26:24: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:26:24: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:26:24: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 08-05-2020 14:26:24: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@6db4dcc2 [javatest.batch] 08-05-2020 14:26:24: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@56ceb18d [javatest.batch] 08-05-2020 14:26:24: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:26:24: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:26:24: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:26:24: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:26:24: SVR-TRACE: Searching for string: cbTestAllCallbacksNullPrin: callbacks handled. [javatest.batch] 08-05-2020 14:26: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:26:24: SVR: testCBTestAllCallbacksNullPrin() passed [javatest.batch] 08-05-2020 14:26:24: SVR: Cleanup [javatest.batch] 08-05-2020 14:26:24: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 08-05-2020 14:26:24: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:26: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#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] 08-05-2020 14:26:25: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:26:25: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:26:25: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testCBTestCPCandGPC -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:26:25: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:26:25: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:25: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:25: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:26:25: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:26:26: Opened connection to http://localhost:8001/localTx_security_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:26:26: TRACE: got outputstream [javatest.batch] 08-05-2020 14:26:26: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:26: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:26:26: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:26:26: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:26:26: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:26:26: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:26:26: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:26:26: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:26:26: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:26:26: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:26:26: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:26:26: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.security.securityClient1 [javatest.batch] 08-05-2020 14:26:26: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.security.securityClient1 [javatest.batch] 08-05-2020 14:26:26: SVR-TRACE: ** IN getRunMethod: testname=testCBTestCPCandGPC [javatest.batch] 08-05-2020 14:26:26: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:26:26: SVR-TRACE: **runmethod=testCBTestCPCandGPC [javatest.batch] 08-05-2020 14:26:26: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:26:26: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:26:26: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testCBTestCPCandGPC_setup [javatest.batch] 08-05-2020 14:26:26: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:26:26: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:26:26: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:26:26: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testCBTestCPCandGPC_cleanup [javatest.batch] 08-05-2020 14:26:26: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:26:26: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:26:26: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:26:26: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:26:26: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 08-05-2020 14:26:26: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@1db2096c [javatest.batch] 08-05-2020 14:26:26: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@3825cba5 [javatest.batch] 08-05-2020 14:26:26: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:26:26: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:26:26: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:26:26: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:26:26: SVR-TRACE: Searching for string: cbTestCPCandGPC: callbacks handled. [javatest.batch] 08-05-2020 14:26:26: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:26: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:26:26: SVR: testCBTestCPCandGPC() passed [javatest.batch] 08-05-2020 14:26:26: SVR: Cleanup [javatest.batch] 08-05-2020 14:26:26: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 08-05-2020 14:26:26: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:26: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#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] 08-05-2020 14:26:27: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:26:27: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:26:27: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testCBTestCPCandNullPrin -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:26:27: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:26:27: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:27: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:27: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:26:27: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:26:27: Opened connection to http://localhost:8001/localTx_security_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:26:27: TRACE: got outputstream [javatest.batch] 08-05-2020 14:26:27: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:27: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:26:27: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:26:27: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:26:27: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:26:27: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:26:27: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:26:27: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:26:27: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:27: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:26:27: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:26:27: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:26:27: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.security.securityClient1 [javatest.batch] 08-05-2020 14:26:27: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.security.securityClient1 [javatest.batch] 08-05-2020 14:26:27: SVR-TRACE: ** IN getRunMethod: testname=testCBTestCPCandNullPrin [javatest.batch] 08-05-2020 14:26:27: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:26:27: SVR-TRACE: **runmethod=testCBTestCPCandNullPrin [javatest.batch] 08-05-2020 14:26:27: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:26:27: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:26:27: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testCBTestCPCandNullPrin_setup [javatest.batch] 08-05-2020 14:26:27: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:26:27: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:26:27: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:26:27: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testCBTestCPCandNullPrin_cleanup [javatest.batch] 08-05-2020 14:26:27: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:26:27: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:26:27: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:26:27: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:26:27: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 08-05-2020 14:26:27: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@62342f23 [javatest.batch] 08-05-2020 14:26:27: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@56e8e515 [javatest.batch] 08-05-2020 14:26:27: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:26:27: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:26:27: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:26:27: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:26:27: SVR-TRACE: Searching for string: cbTestCPCandNullPrin: Case-1 security callbacks handled. [javatest.batch] 08-05-2020 14:26: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:26:27: SVR: testCBTestCPCandNullPrin() passed [javatest.batch] 08-05-2020 14:26:27: SVR: Cleanup [javatest.batch] 08-05-2020 14:26:27: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 08-05-2020 14:26:27: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:26: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/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] 08-05-2020 14:26:29: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:26:29: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:26:29: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testCBTestCPCandPrin -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:26:29: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:26:29: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:29: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:29: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:26:29: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:26:29: Opened connection to http://localhost:8001/localTx_security_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:26:29: TRACE: got outputstream [javatest.batch] 08-05-2020 14:26:29: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:29: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:26:29: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:26:29: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:26:29: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:26:29: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:26:29: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:26:29: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:26:29: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:26:29: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:29: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:26:29: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:26:29: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.security.securityClient1 [javatest.batch] 08-05-2020 14:26:29: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.security.securityClient1 [javatest.batch] 08-05-2020 14:26:29: SVR-TRACE: ** IN getRunMethod: testname=testCBTestCPCandPrin [javatest.batch] 08-05-2020 14:26:29: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:26:29: SVR-TRACE: **runmethod=testCBTestCPCandPrin [javatest.batch] 08-05-2020 14:26:29: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:26:29: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:26:29: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testCBTestCPCandPrin_setup [javatest.batch] 08-05-2020 14:26:29: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:26:29: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:26:29: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:26:29: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testCBTestCPCandPrin_cleanup [javatest.batch] 08-05-2020 14:26:29: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:26:29: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:26:29: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:26:29: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:26:29: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 08-05-2020 14:26:29: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@6393c58c [javatest.batch] 08-05-2020 14:26:29: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@1e9c8c60 [javatest.batch] 08-05-2020 14:26:29: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:26:29: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:26:29: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:26:29: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:26:29: SVR-TRACE: Searching for string: cbTestCPCandPrin: callbacks handled. [javatest.batch] 08-05-2020 14:26: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:26:29: SVR: testCBTestCPCandPrin() passed [javatest.batch] 08-05-2020 14:26:29: SVR: Cleanup [javatest.batch] 08-05-2020 14:26:29: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 08-05-2020 14:26:29: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:26:30: 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#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] 08-05-2020 14:26:30: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:26:30: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:26:30: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testCBTestCPCandPVC -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:26:30: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:26:30: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:30: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:30: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:26:30: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:26:31: Opened connection to http://localhost:8001/localTx_security_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:26:31: TRACE: got outputstream [javatest.batch] 08-05-2020 14:26:31: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:31: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:26:31: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:26:31: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:26:31: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:26:31: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:26:31: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:26:31: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:26:31: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:26:31: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:31: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:26:31: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:26:31: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.security.securityClient1 [javatest.batch] 08-05-2020 14:26:31: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.security.securityClient1 [javatest.batch] 08-05-2020 14:26:31: SVR-TRACE: ** IN getRunMethod: testname=testCBTestCPCandPVC [javatest.batch] 08-05-2020 14:26:31: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:26:31: SVR-TRACE: **runmethod=testCBTestCPCandPVC [javatest.batch] 08-05-2020 14:26:31: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:26:31: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:26:31: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testCBTestCPCandPVC_setup [javatest.batch] 08-05-2020 14:26:31: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:26:31: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:26:31: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:26:31: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testCBTestCPCandPVC_cleanup [javatest.batch] 08-05-2020 14:26:31: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:26:31: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:26:31: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:26:31: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:26:31: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 08-05-2020 14:26:31: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@763574df [javatest.batch] 08-05-2020 14:26:31: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@6b9e530a [javatest.batch] 08-05-2020 14:26:31: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:26:31: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:26:31: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:26:31: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:26:31: SVR-TRACE: Searching for string: cbTestCPCandPVC: callbacks handled. [javatest.batch] 08-05-2020 14:26: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:26:31: SVR: testCBTestCPCandPVC() passed [javatest.batch] 08-05-2020 14:26:31: SVR: Cleanup [javatest.batch] 08-05-2020 14:26:31: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 08-05-2020 14:26:31: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:26: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#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] 08-05-2020 14:26:32: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:26:32: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:26:32: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testCBTestEISCPCandPrin -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:26:32: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:26:32: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:32: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:32: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:26:32: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:26:32: Opened connection to http://localhost:8001/localTx_security_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:26:32: TRACE: got outputstream [javatest.batch] 08-05-2020 14:26:32: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:32: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:26:32: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:26:32: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:26:32: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:26:32: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:26:32: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:26:32: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:26:32: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:26:32: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:26:32: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:26:32: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.security.securityClient1 [javatest.batch] 08-05-2020 14:26:32: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.security.securityClient1 [javatest.batch] 08-05-2020 14:26:32: SVR-TRACE: ** IN getRunMethod: testname=testCBTestEISCPCandPrin [javatest.batch] 08-05-2020 14:26:32: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:26:32: SVR-TRACE: **runmethod=testCBTestEISCPCandPrin [javatest.batch] 08-05-2020 14:26:32: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:26:32: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:26:32: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testCBTestEISCPCandPrin_setup [javatest.batch] 08-05-2020 14:26:32: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:26:32: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:26:32: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:26:32: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testCBTestEISCPCandPrin_cleanup [javatest.batch] 08-05-2020 14:26:32: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:32: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:26:32: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:26:32: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:26:32: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:26:32: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 08-05-2020 14:26:32: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@7caa9582 [javatest.batch] 08-05-2020 14:26:32: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@6692c157 [javatest.batch] 08-05-2020 14:26:32: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:26:32: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:26:32: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:26:32: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:26:32: SVR-TRACE: Searching for string: cbEISTestCPCandPrin: callbacks handled. [javatest.batch] 08-05-2020 14:26: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:26:32: SVR: testCBTestEISCPCandPrin() passed [javatest.batch] 08-05-2020 14:26:32: SVR: Cleanup [javatest.batch] 08-05-2020 14:26:32: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 08-05-2020 14:26:32: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:26:33: 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] 08-05-2020 14:26:34: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:26:34: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:26:34: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testCBTestGPCandCPCFail -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:26:34: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:26:34: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:34: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:34: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:26:34: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:26:34: Opened connection to http://localhost:8001/localTx_security_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:26:34: TRACE: got outputstream [javatest.batch] 08-05-2020 14:26:34: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:34: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:26:34: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:26:34: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:26:34: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:26:34: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:26:34: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:26:34: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:34: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:26:34: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:26:34: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:26:34: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:26:34: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.security.securityClient1 [javatest.batch] 08-05-2020 14:26:34: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.security.securityClient1 [javatest.batch] 08-05-2020 14:26:34: SVR-TRACE: ** IN getRunMethod: testname=testCBTestGPCandCPCFail [javatest.batch] 08-05-2020 14:26:34: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:26:34: SVR-TRACE: **runmethod=testCBTestGPCandCPCFail [javatest.batch] 08-05-2020 14:26:34: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:26:34: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:26:34: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testCBTestGPCandCPCFail_setup [javatest.batch] 08-05-2020 14:26:34: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:26:34: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:26:34: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:26:34: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testCBTestGPCandCPCFail_cleanup [javatest.batch] 08-05-2020 14:26:34: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:26:34: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:26:34: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:26:34: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:26:34: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 08-05-2020 14:26:34: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@28acf129 [javatest.batch] 08-05-2020 14:26:34: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@1465bf12 [javatest.batch] 08-05-2020 14:26:34: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:26:34: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:26:34: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:26:34: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:26:34: SVR-TRACE: Searching for string: cbTestGPCandCPCFail: callbacks are NOT handled - as expected. [javatest.batch] 08-05-2020 14:26: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:26:34: SVR: testCBTestGPCandCPCFail() passed [javatest.batch] 08-05-2020 14:26:34: SVR: Cleanup [javatest.batch] 08-05-2020 14:26:34: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 08-05-2020 14:26:34: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:26:35: 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] 08-05-2020 14:26:35: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:26:35: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:26:35: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testComponentManaged -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:26:35: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:26:35: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:35: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:35: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:26:35: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:26:36: Opened connection to http://localhost:8001/localTx_security_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:26:36: TRACE: got outputstream [javatest.batch] 08-05-2020 14:26:36: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:36: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:26:36: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:26:36: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:26:36: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:26:36: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:26:36: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:26:36: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:26:36: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:36: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:26:36: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:26:36: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:26:36: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.security.securityClient1 [javatest.batch] 08-05-2020 14:26:36: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.security.securityClient1 [javatest.batch] 08-05-2020 14:26:36: SVR-TRACE: ** IN getRunMethod: testname=testComponentManaged [javatest.batch] 08-05-2020 14:26:36: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:26:36: SVR-TRACE: **runmethod=testComponentManaged [javatest.batch] 08-05-2020 14:26:36: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:26:36: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:26:36: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testComponentManaged_setup [javatest.batch] 08-05-2020 14:26:36: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:26:36: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:26:36: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:26:36: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testComponentManaged_cleanup [javatest.batch] 08-05-2020 14:26:36: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:26:36: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:26:36: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:26:36: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:26:36: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 08-05-2020 14:26:36: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@673c0e55 [javatest.batch] 08-05-2020 14:26:36: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@75f757bc [javatest.batch] 08-05-2020 14:26:36: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:26:36: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:26:36: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 08-05-2020 14:26:36: SVR: Got connection object from the TSDataSource. [javatest.batch] 08-05-2020 14:26:36: SVR: Checking for Connection Validity. [javatest.batch] 08-05-2020 14:26:36: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:26:36: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:26:36: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:26:36: SVR: Cleanup [javatest.batch] 08-05-2020 14:26:36: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 08-05-2020 14:26:36: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:26:37: 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] 08-05-2020 14:26:37: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:26:37: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:26:37: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testConnManagerAllocateConnection -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:26:37: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:26:37: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:37: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:37: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:26:37: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:26:37: Opened connection to http://localhost:8001/localTx_security_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:26:37: TRACE: got outputstream [javatest.batch] 08-05-2020 14:26:37: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:37: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:26:37: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:26:37: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:26:37: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:26:37: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:26:37: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:37: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:26:37: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:26:37: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:26:37: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:26:37: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:26:37: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.security.securityClient1 [javatest.batch] 08-05-2020 14:26:37: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.security.securityClient1 [javatest.batch] 08-05-2020 14:26:37: SVR-TRACE: ** IN getRunMethod: testname=testConnManagerAllocateConnection [javatest.batch] 08-05-2020 14:26:37: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:26:37: SVR-TRACE: **runmethod=testConnManagerAllocateConnection [javatest.batch] 08-05-2020 14:26:37: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:26:37: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:26:37: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testConnManagerAllocateConnection_setup [javatest.batch] 08-05-2020 14:26:37: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:26:37: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:26:37: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:26:37: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testConnManagerAllocateConnection_cleanup [javatest.batch] 08-05-2020 14:26:37: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:26:37: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:26:37: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:26:37: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:26:37: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 08-05-2020 14:26:37: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@38627ab9 [javatest.batch] 08-05-2020 14:26:37: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@61879503 [javatest.batch] 08-05-2020 14:26:37: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:26:37: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:26:37: SVR: Got connection from the TSDataSource. [javatest.batch] 08-05-2020 14:26:37: SVR: Checking for Connection Validity. [javatest.batch] 08-05-2020 14:26:37: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:26:37: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:26:37: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:26:37: SVR: Cleanup [javatest.batch] 08-05-2020 14:26:37: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 08-05-2020 14:26:37: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:26: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/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] 08-05-2020 14:26:39: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:26:39: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:26:39: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testContainerManaged -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:26:39: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:26:39: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:39: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:39: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:26:39: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:26:39: Opened connection to http://localhost:8001/localTx_security_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:26:39: TRACE: got outputstream [javatest.batch] 08-05-2020 14:26:39: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:39: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:26:39: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:26:39: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:26:39: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:26:39: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:26:39: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:26:39: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:26:39: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:39: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:26:39: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:26:39: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:26:39: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.security.securityClient1 [javatest.batch] 08-05-2020 14:26:39: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.security.securityClient1 [javatest.batch] 08-05-2020 14:26:39: SVR-TRACE: ** IN getRunMethod: testname=testContainerManaged [javatest.batch] 08-05-2020 14:26:39: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:26:39: SVR-TRACE: **runmethod=testContainerManaged [javatest.batch] 08-05-2020 14:26:39: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:26:39: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:26:39: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testContainerManaged_setup [javatest.batch] 08-05-2020 14:26:39: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:26:39: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:26:39: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:26:39: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testContainerManaged_cleanup [javatest.batch] 08-05-2020 14:26:39: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:26:39: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:26:39: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:26:39: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:26:39: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 08-05-2020 14:26:39: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@326ffd28 [javatest.batch] 08-05-2020 14:26:39: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@755a1481 [javatest.batch] 08-05-2020 14:26:39: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:26:39: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:26:39: SVR: Got connection from the TSDataSource. [javatest.batch] 08-05-2020 14:26:39: SVR: Checking for Connection Validity. [javatest.batch] 08-05-2020 14:26:39: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:26:39: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:26:39: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:26:39: SVR: Cleanup [javatest.batch] 08-05-2020 14:26:39: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 08-05-2020 14:26:39: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:26: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/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] 08-05-2020 14:26:40: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:26:40: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:26:40: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testConcurrentWorkXid -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:26:40: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:26:40: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:40: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:40: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:26:40: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:26:40: Opened connection to http://localhost:8001/localTx_transinflow_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:26:40: TRACE: got outputstream [javatest.batch] 08-05-2020 14:26:40: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:40: SVR-TRACE: init com.sun.ts.tests.common.vehicle.connectorservlet.ConnectorServletVehicle ... [javatest.batch] 08-05-2020 14:26:40: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:26:40: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:26:40: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:26:40: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:26:40: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:26:40: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:26:40: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nullwebServerHost=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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:26:40: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:26:40: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:26:40: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1 [javatest.batch] 08-05-2020 14:26:40: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1 [javatest.batch] 08-05-2020 14:26:40: SVR-TRACE: ** IN getRunMethod: testname=testConcurrentWorkXid [javatest.batch] 08-05-2020 14:26:40: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:26:40: SVR-TRACE: **runmethod=testConcurrentWorkXid [javatest.batch] 08-05-2020 14:26:40: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:26:40: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:26:40: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testConcurrentWorkXid_setup [javatest.batch] 08-05-2020 14:26:40: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:26:40: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:26:40: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:26:40: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testConcurrentWorkXid_cleanup [javatest.batch] 08-05-2020 14:26:40: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:26:40: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:26:40: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:26:40: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:26:40: SVR: Using: java:comp/env/eis/whitebox-mdcomplete [javatest.batch] 08-05-2020 14:26:41: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:26:41: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:26:41: SVR: establishing connection to rar... [javatest.batch] 08-05-2020 14:26:41: SVR: Got RA log. [javatest.batch] 08-05-2020 14:26:41: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:26: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:26:41: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:26:41: SVR: Performing end to end verification... [javatest.batch] 08-05-2020 14:26:41: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:26:41: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:26:41: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:26:41: SVR: Cleanup [javatest.batch] 08-05-2020 14:26:41: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:26:41: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:26:41: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:26: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#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] 08-05-2020 14:26:42: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:26:42: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:26:42: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testGetTransactionSupport -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:26:42: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:26:42: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:42: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:42: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:26:42: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:26:42: Opened connection to http://localhost:8001/localTx_transinflow_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:26:42: TRACE: got outputstream [javatest.batch] 08-05-2020 14:26:42: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:42: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:26:42: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:26:42: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:26:42: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:26:42: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:26:42: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:26:42: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:26:42: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:42: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nullwebServerHost=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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:26:42: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:26:42: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:26:42: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1 [javatest.batch] 08-05-2020 14:26:42: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1 [javatest.batch] 08-05-2020 14:26:42: SVR-TRACE: ** IN getRunMethod: testname=testGetTransactionSupport [javatest.batch] 08-05-2020 14:26:42: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:26:42: SVR-TRACE: **runmethod=testGetTransactionSupport [javatest.batch] 08-05-2020 14:26:42: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:26:42: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:26:42: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testGetTransactionSupport_setup [javatest.batch] 08-05-2020 14:26:42: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:26:42: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:26:42: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:26:42: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testGetTransactionSupport_cleanup [javatest.batch] 08-05-2020 14:26:42: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:26:42: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:26:42: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:26:42: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:26:42: SVR: Using: java:comp/env/eis/whitebox-mdcomplete [javatest.batch] 08-05-2020 14:26:42: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:26:42: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:26:42: SVR: establishing connection to rar... [javatest.batch] 08-05-2020 14:26:42: SVR: Getting RA log. [javatest.batch] 08-05-2020 14:26:42: SVR-TRACE: Got RA log and connection. [javatest.batch] 08-05-2020 14:26: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:26:42: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:26:42: SVR: Performing end to end verification... [javatest.batch] 08-05-2020 14:26:42: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:26:42: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:26:42: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:26:42: SVR: Cleanup [javatest.batch] 08-05-2020 14:26:42: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:26:43: 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] 08-05-2020 14:26:43: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:26:43: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:26:43: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testSetResourceAdapterMethod -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:26:44: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:26:44: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:44: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:44: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:26:44: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:26:44: Opened connection to http://localhost:8001/localTx_transinflow_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:26:44: TRACE: got outputstream [javatest.batch] 08-05-2020 14:26:44: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:44: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:26:44: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:26:44: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:26:44: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:26:44: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:26:44: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:26:44: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:26:44: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:44: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nullwebServerHost=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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:26:44: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:26:44: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:26:44: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1 [javatest.batch] 08-05-2020 14:26:44: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1 [javatest.batch] 08-05-2020 14:26:44: SVR-TRACE: ** IN getRunMethod: testname=testSetResourceAdapterMethod [javatest.batch] 08-05-2020 14:26:44: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:26:44: SVR-TRACE: **runmethod=testSetResourceAdapterMethod [javatest.batch] 08-05-2020 14:26:44: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:26:44: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:26:44: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testSetResourceAdapterMethod_setup [javatest.batch] 08-05-2020 14:26:44: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:26:44: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:26:44: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:26:44: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testSetResourceAdapterMethod_cleanup [javatest.batch] 08-05-2020 14:26:44: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:26:44: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:26:44: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:26:44: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:26:44: SVR: Using: java:comp/env/eis/whitebox-mdcomplete [javatest.batch] 08-05-2020 14:26:44: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:26:44: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:26:44: SVR: establishing connection to rar... [javatest.batch] 08-05-2020 14:26:44: SVR: Got RA log. [javatest.batch] 08-05-2020 14:26:44: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:26: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:26:44: SVR: testSetResourceAdapterMethod called correctly [javatest.batch] 08-05-2020 14:26:44: SVR: Performing end to end verification... [javatest.batch] 08-05-2020 14:26:44: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:26:44: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:26:44: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:26:44: SVR: Cleanup [javatest.batch] 08-05-2020 14:26:44: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:26: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#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] 08-05-2020 14:26:45: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:26:45: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:26:45: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testTransactionSynchronizationRegistry -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:26:45: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:26:45: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:45: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:45: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:26:45: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:26:45: Opened connection to http://localhost:8001/localTx_transinflow_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:26:45: TRACE: got outputstream [javatest.batch] 08-05-2020 14:26:45: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:45: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:26:45: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:26:45: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:26:45: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:26:45: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:26:45: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:26:45: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:26:45: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nullwebServerHost=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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:26:45: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:45: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:26:45: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:26:45: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1 [javatest.batch] 08-05-2020 14:26:45: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1 [javatest.batch] 08-05-2020 14:26:45: SVR-TRACE: ** IN getRunMethod: testname=testTransactionSynchronizationRegistry [javatest.batch] 08-05-2020 14:26:45: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:26:45: SVR-TRACE: **runmethod=testTransactionSynchronizationRegistry [javatest.batch] 08-05-2020 14:26:45: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:26:45: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:26:45: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testTransactionSynchronizationRegistry_setup [javatest.batch] 08-05-2020 14:26:45: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:26:45: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:26:45: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:26:45: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testTransactionSynchronizationRegistry_cleanup [javatest.batch] 08-05-2020 14:26:45: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:26:45: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:26:45: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:26:45: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:26:45: SVR: Using: java:comp/env/eis/whitebox-mdcomplete [javatest.batch] 08-05-2020 14:26:45: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:26:45: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:26:45: SVR: establishing connection to rar... [javatest.batch] 08-05-2020 14:26:45: SVR: Got RA log. [javatest.batch] 08-05-2020 14:26:45: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:26: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:26:45: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:26:45: SVR: Cleanup [javatest.batch] 08-05-2020 14:26:45: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:26: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/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] 08-05-2020 14:26:47: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:26:47: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:26:47: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testXATerminator -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:26:47: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:26:47: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:47: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:47: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:26:47: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:26:47: Opened connection to http://localhost:8001/localTx_transinflow_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:26:47: TRACE: got outputstream [javatest.batch] 08-05-2020 14:26:47: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:47: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:26:47: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:26:47: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:26:47: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:26:47: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:26:47: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:26:47: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nullwebServerHost=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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:26:47: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:26:47: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:26:47: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1 [javatest.batch] 08-05-2020 14:26:47: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1 [javatest.batch] 08-05-2020 14:26:47: SVR-TRACE: ** IN getRunMethod: testname=testXATerminator [javatest.batch] 08-05-2020 14:26:47: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:26:47: SVR-TRACE: **runmethod=testXATerminator [javatest.batch] 08-05-2020 14:26:47: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:26:47: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:26:47: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testXATerminator_setup [javatest.batch] 08-05-2020 14:26:47: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:26:47: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:26:47: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:26:47: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testXATerminator_cleanup [javatest.batch] 08-05-2020 14:26:47: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:26:47: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:26:47: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:26:47: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:26:47: SVR: Using: java:comp/env/eis/whitebox-mdcomplete [javatest.batch] 08-05-2020 14:26:47: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:26:47: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:26:47: SVR: establishing connection to rar... [javatest.batch] 08-05-2020 14:26:47: SVR: Got RA log. [javatest.batch] 08-05-2020 14:26:47: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:26:47: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:26:47: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:26: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:26:47: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:26:47: SVR: Performing end to end verification... [javatest.batch] 08-05-2020 14:26:47: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:26:47: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:26:47: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:26:47: SVR: Cleanup [javatest.batch] 08-05-2020 14:26:47: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:26:48: 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] 08-05-2020 14:26:48: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:26:48: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:26:48: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testHICNotifications -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:26:48: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:26:48: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:48: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:48: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:26:48: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:26:49: Opened connection to http://localhost:8001/workcontext_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:26:49: TRACE: got outputstream [javatest.batch] 08-05-2020 14:26:49: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:49: SVR-TRACE: init com.sun.ts.tests.common.vehicle.connectorservlet.ConnectorServletVehicle ... [javatest.batch] 08-05-2020 14:26:49: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:26:49: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:26:49: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:26:49: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:26:49: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:26:49: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:26:49: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nullwebServerHost=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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:26:49: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:26:49: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:26:49: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient [javatest.batch] 08-05-2020 14:26:49: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient [javatest.batch] 08-05-2020 14:26:49: SVR-TRACE: ** IN getRunMethod: testname=testHICNotifications [javatest.batch] 08-05-2020 14:26:49: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:26:49: SVR-TRACE: **runmethod=testHICNotifications [javatest.batch] 08-05-2020 14:26:49: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:26:49: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:26:49: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testHICNotifications_setup [javatest.batch] 08-05-2020 14:26:49: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:26:49: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:26:49: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:26:49: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testHICNotifications_cleanup [javatest.batch] 08-05-2020 14:26:49: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:26:49: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:26:49: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:26:49: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:26:49: SVR: Using: java:comp/env/eis/whitebox-mdcomplete [javatest.batch] 08-05-2020 14:26:49: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:26:49: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:26:49: SVR: Got RA log. [javatest.batch] 08-05-2020 14:26:49: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:26: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:26:49: SVR: testWorkContextNotifications() failed with following values: iContextSetupFailedCount = -1 [javatest.batch] 08-05-2020 14:26:49: SVR: Cleanup [javatest.batch] 08-05-2020 14:26:49: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:26:49: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:49: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:26:50: 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] 08-05-2020 14:26:50: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:26:50: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:26:50: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testIsContextSupported -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:26:50: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:26:50: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:50: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:50: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:26:50: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:26:50: Opened connection to http://localhost:8001/workcontext_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:26:50: TRACE: got outputstream [javatest.batch] 08-05-2020 14:26:50: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:50: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:26:50: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:26:50: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:26:50: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:26:50: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:26:50: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:26:50: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:26:50: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nullwebServerHost=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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:26:50: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:50: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:26:50: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:26:50: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient [javatest.batch] 08-05-2020 14:26:50: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient [javatest.batch] 08-05-2020 14:26:50: SVR-TRACE: ** IN getRunMethod: testname=testIsContextSupported [javatest.batch] 08-05-2020 14:26:50: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:26:50: SVR-TRACE: **runmethod=testIsContextSupported [javatest.batch] 08-05-2020 14:26:50: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:26:50: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:26:50: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testIsContextSupported_setup [javatest.batch] 08-05-2020 14:26:50: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:26:50: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:26:50: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:26:50: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testIsContextSupported_cleanup [javatest.batch] 08-05-2020 14:26:50: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:26:50: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:26:50: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:26:50: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:26:50: SVR: Using: java:comp/env/eis/whitebox-mdcomplete [javatest.batch] 08-05-2020 14:26:50: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:26:50: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:26:50: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:26:50: SVR: Got RA log. [javatest.batch] 08-05-2020 14:26:50: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:26: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:26:50: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:26:50: SVR: Cleanup [javatest.batch] 08-05-2020 14:26:50: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:26: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#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] 08-05-2020 14:26:52: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:26:52: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:26:52: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testNestedWorkContexts -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:26:52: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:26:52: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:52: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:52: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:26:52: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:26:52: Opened connection to http://localhost:8001/workcontext_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:26:52: TRACE: got outputstream [javatest.batch] 08-05-2020 14:26:52: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:52: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:26:52: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:26:52: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:26:52: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:26:52: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:26:52: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:26:52: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:26:52: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:52: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nullwebServerHost=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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:26:52: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:26:52: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:26:52: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient [javatest.batch] 08-05-2020 14:26:52: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient [javatest.batch] 08-05-2020 14:26:52: SVR-TRACE: ** IN getRunMethod: testname=testNestedWorkContexts [javatest.batch] 08-05-2020 14:26:52: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:26:52: SVR-TRACE: **runmethod=testNestedWorkContexts [javatest.batch] 08-05-2020 14:26:52: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:26:52: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:26:52: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testNestedWorkContexts_setup [javatest.batch] 08-05-2020 14:26:52: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:26:52: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:26:52: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:26:52: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testNestedWorkContexts_cleanup [javatest.batch] 08-05-2020 14:26:52: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:26:52: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:26:52: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:26:52: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:26:52: SVR: Using: java:comp/env/eis/whitebox-mdcomplete [javatest.batch] 08-05-2020 14:26:52: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:26:52: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:26:52: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:26:52: SVR: Got RA log. [javatest.batch] 08-05-2020 14:26:52: SVR-TRACE: Got connections. [javatest.batch] 08-05-2020 14:26: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:26: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:26:52: SVR: testNestedWorkContexts() passed [javatest.batch] 08-05-2020 14:26:52: SVR: Cleanup [javatest.batch] 08-05-2020 14:26:52: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:26: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#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] 08-05-2020 14:26:53: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:26:53: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:26:53: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testNestedWorkContexts2 -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:26:53: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:26:53: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:53: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:53: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:26:53: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:26:54: Opened connection to http://localhost:8001/workcontext_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:26:54: TRACE: got outputstream [javatest.batch] 08-05-2020 14:26:54: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:54: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:26:54: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:26:54: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:26:54: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:26:54: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:26:54: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:26:54: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nullwebServerHost=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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:26:54: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:26:54: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:26:54: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient [javatest.batch] 08-05-2020 14:26:54: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient [javatest.batch] 08-05-2020 14:26:54: SVR-TRACE: ** IN getRunMethod: testname=testNestedWorkContexts2 [javatest.batch] 08-05-2020 14:26:54: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:26:54: SVR-TRACE: **runmethod=testNestedWorkContexts2 [javatest.batch] 08-05-2020 14:26:54: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:26:54: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:26:54: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testNestedWorkContexts2_setup [javatest.batch] 08-05-2020 14:26:54: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:26:54: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:26:54: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:26:54: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testNestedWorkContexts2_cleanup [javatest.batch] 08-05-2020 14:26:54: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:26:54: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:26:54: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:26:54: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:26:54: SVR: Using: java:comp/env/eis/whitebox-mdcomplete [javatest.batch] 08-05-2020 14:26:54: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:26:54: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:26:54: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:26:54: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:26:54: SVR: Got RA log. [javatest.batch] 08-05-2020 14:26:54: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:26:54: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:26: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:26:54: SVR: testNestedWorkContexts2() passed [javatest.batch] 08-05-2020 14:26:54: SVR: Cleanup [javatest.batch] 08-05-2020 14:26:54: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:26: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/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] 08-05-2020 14:26:55: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:26:55: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:26:55: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testNestedWorkContexts3 -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:26:55: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:26:55: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:55: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:55: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:26:55: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:26:55: Opened connection to http://localhost:8001/workcontext_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:26:55: TRACE: got outputstream [javatest.batch] 08-05-2020 14:26:55: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:55: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:26:55: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:26:55: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:26:55: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:26:55: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:26:55: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:26:55: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:26:55: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:55: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nullwebServerHost=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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:26:55: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:26:55: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:26:55: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient [javatest.batch] 08-05-2020 14:26:55: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient [javatest.batch] 08-05-2020 14:26:55: SVR-TRACE: ** IN getRunMethod: testname=testNestedWorkContexts3 [javatest.batch] 08-05-2020 14:26:55: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:26:55: SVR-TRACE: **runmethod=testNestedWorkContexts3 [javatest.batch] 08-05-2020 14:26:55: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:26:55: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:26:55: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testNestedWorkContexts3_setup [javatest.batch] 08-05-2020 14:26:55: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:26:55: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:26:55: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:26:55: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testNestedWorkContexts3_cleanup [javatest.batch] 08-05-2020 14:26:55: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:26:55: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:26:55: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:26:55: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:26:55: SVR: Using: java:comp/env/eis/whitebox-mdcomplete [javatest.batch] 08-05-2020 14:26:55: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:26:55: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:26:55: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:26:55: SVR: Got RA log. [javatest.batch] 08-05-2020 14:26:55: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:26: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:26:55: SVR: testNestedWorkContexts3() passed [javatest.batch] 08-05-2020 14:26:55: SVR: Cleanup [javatest.batch] 08-05-2020 14:26:55: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:26: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] 08-05-2020 14:26:57: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:26:57: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:26:57: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testSecurityContextCBH -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:26:57: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:26:57: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:57: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:57: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:26:57: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:26:57: Opened connection to http://localhost:8001/workcontext_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:26:57: TRACE: got outputstream [javatest.batch] 08-05-2020 14:26:57: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:57: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:26:57: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:26:57: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:26:57: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:26:57: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:26:57: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:26:57: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:26:57: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:57: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nullwebServerHost=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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:26:57: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:26:57: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:26:57: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient [javatest.batch] 08-05-2020 14:26:57: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient [javatest.batch] 08-05-2020 14:26:57: SVR-TRACE: ** IN getRunMethod: testname=testSecurityContextCBH [javatest.batch] 08-05-2020 14:26:57: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:26:57: SVR-TRACE: **runmethod=testSecurityContextCBH [javatest.batch] 08-05-2020 14:26:57: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:26:57: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:26:57: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testSecurityContextCBH_setup [javatest.batch] 08-05-2020 14:26:57: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:26:57: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:26:57: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:26:57: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testSecurityContextCBH_cleanup [javatest.batch] 08-05-2020 14:26:57: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:26:57: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:26:57: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:26:57: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:26:57: SVR: Using: java:comp/env/eis/whitebox-mdcomplete [javatest.batch] 08-05-2020 14:26:57: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:26:57: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:26:57: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:26:57: SVR: Got RA log. [javatest.batch] 08-05-2020 14:26:57: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:26: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:26:57: SVR: testSecurityContextCBH() passed [javatest.batch] 08-05-2020 14:26:57: SVR: Cleanup [javatest.batch] 08-05-2020 14:26:57: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:26: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] 08-05-2020 14:26:58: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:26:58: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:26:58: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testSecurityContextExecSubject -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:26:58: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:26:58: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:58: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:26:58: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:26:58: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:26:59: Opened connection to http://localhost:8001/workcontext_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:26:59: TRACE: got outputstream [javatest.batch] 08-05-2020 14:26:59: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:59: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:26:59: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:26:59: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:26:59: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:26:59: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:26:59: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:26:59: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:26:59: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nullwebServerHost=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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:26:59: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:26:59: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:26:59: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:26:59: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient [javatest.batch] 08-05-2020 14:26:59: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient [javatest.batch] 08-05-2020 14:26:59: SVR-TRACE: ** IN getRunMethod: testname=testSecurityContextExecSubject [javatest.batch] 08-05-2020 14:26:59: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:26:59: SVR-TRACE: **runmethod=testSecurityContextExecSubject [javatest.batch] 08-05-2020 14:26:59: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:26:59: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:26:59: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testSecurityContextExecSubject_setup [javatest.batch] 08-05-2020 14:26:59: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:26:59: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:26:59: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:26:59: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testSecurityContextExecSubject_cleanup [javatest.batch] 08-05-2020 14:26:59: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:26:59: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:26:59: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:26:59: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:26:59: SVR: Using: java:comp/env/eis/whitebox-mdcomplete [javatest.batch] 08-05-2020 14:26:59: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:26:59: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:26:59: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:26:59: SVR: Got RA log. [javatest.batch] 08-05-2020 14:26:59: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:26: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:26:59: SVR: testSecurityContextExecSubject() passed [javatest.batch] 08-05-2020 14:26:59: SVR: Cleanup [javatest.batch] 08-05-2020 14:26:59: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:27: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] 08-05-2020 14:27:00: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:27:00: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:27:00: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testSecurityContextServiceSubject -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:27:00: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:27:00: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:00: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:00: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:27:00: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:27:00: Opened connection to http://localhost:8001/workcontext_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:27:00: TRACE: got outputstream [javatest.batch] 08-05-2020 14:27:00: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:00: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:27:00: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:27:00: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:27:00: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:27:00: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:27:00: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:27:00: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:27:00: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nullwebServerHost=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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:27:00: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:00: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:27:00: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:27:00: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient [javatest.batch] 08-05-2020 14:27:00: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient [javatest.batch] 08-05-2020 14:27:00: SVR-TRACE: ** IN getRunMethod: testname=testSecurityContextServiceSubject [javatest.batch] 08-05-2020 14:27:00: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:27:00: SVR-TRACE: **runmethod=testSecurityContextServiceSubject [javatest.batch] 08-05-2020 14:27:00: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:27:00: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:27:00: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testSecurityContextServiceSubject_setup [javatest.batch] 08-05-2020 14:27:00: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:27:00: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:27:00: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:27:00: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testSecurityContextServiceSubject_cleanup [javatest.batch] 08-05-2020 14:27:00: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:27:00: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:27:00: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:27:00: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:27:00: SVR: Using: java:comp/env/eis/whitebox-mdcomplete [javatest.batch] 08-05-2020 14:27:00: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:27:00: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:27:00: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:27:00: SVR: Got RA log. [javatest.batch] 08-05-2020 14:27:00: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:27:00: 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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:27:00: SVR: testSecurityContextServiceSubject() passed [javatest.batch] 08-05-2020 14:27:00: SVR: Cleanup [javatest.batch] 08-05-2020 14:27:00: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:27: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/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] 08-05-2020 14:27:02: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:27:02: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:27:02: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testWorkContextErrorCode -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:27:02: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:27:02: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:02: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:02: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:27:02: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:27:02: Opened connection to http://localhost:8001/workcontext_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:27:02: TRACE: got outputstream [javatest.batch] 08-05-2020 14:27:02: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:02: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:27:02: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:27:02: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:27:02: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:27:02: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:27:02: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:27:02: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:27:02: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nullwebServerHost=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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:27:02: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:27:02: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:27:02: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient [javatest.batch] 08-05-2020 14:27:02: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient [javatest.batch] 08-05-2020 14:27:02: SVR-TRACE: ** IN getRunMethod: testname=testWorkContextErrorCode [javatest.batch] 08-05-2020 14:27:02: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:27:02: SVR-TRACE: **runmethod=testWorkContextErrorCode [javatest.batch] 08-05-2020 14:27:02: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:27:02: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:27:02: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkContextErrorCode_setup [javatest.batch] 08-05-2020 14:27:02: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:27:02: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:27:02: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:27:02: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkContextErrorCode_cleanup [javatest.batch] 08-05-2020 14:27:02: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:27:02: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:27:02: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:27:02: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:27:02: SVR: Using: java:comp/env/eis/whitebox-mdcomplete [javatest.batch] 08-05-2020 14:27:02: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:27:02: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:27:02: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:27:02: SVR: Got RA log. [javatest.batch] 08-05-2020 14:27:02: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:27:02: 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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:27:02: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:02: SVR: testWorkContextErrorCode() passed [javatest.batch] 08-05-2020 14:27:02: SVR: Cleanup [javatest.batch] 08-05-2020 14:27:02: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:27:03: 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] 08-05-2020 14:27:03: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:27:03: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:27:03: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testWorkContextErrorCode2 -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:27:03: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:27:03: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:03: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:03: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:27:03: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:27:04: Opened connection to http://localhost:8001/workcontext_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:27:04: TRACE: got outputstream [javatest.batch] 08-05-2020 14:27:04: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:04: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:27:04: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:27:04: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:27:04: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:27:04: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:27:04: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:27:04: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:27:04: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nullwebServerHost=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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:27:04: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:27:04: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:27:04: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:04: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient [javatest.batch] 08-05-2020 14:27:04: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient [javatest.batch] 08-05-2020 14:27:04: SVR-TRACE: ** IN getRunMethod: testname=testWorkContextErrorCode2 [javatest.batch] 08-05-2020 14:27:04: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:27:04: SVR-TRACE: **runmethod=testWorkContextErrorCode2 [javatest.batch] 08-05-2020 14:27:04: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:27:04: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:27:04: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkContextErrorCode2_setup [javatest.batch] 08-05-2020 14:27:04: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:27:04: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:27:04: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:27:04: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkContextErrorCode2_cleanup [javatest.batch] 08-05-2020 14:27:04: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:27:04: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:27:04: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:27:04: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:27:04: SVR: Using: java:comp/env/eis/whitebox-mdcomplete [javatest.batch] 08-05-2020 14:27:04: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:27:04: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:27:04: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:27:04: SVR: Got RA log. [javatest.batch] 08-05-2020 14:27:04: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:27:04: 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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:27:04: SVR: testWorkContextErrorCode2() passed [javatest.batch] 08-05-2020 14:27:04: SVR: Cleanup [javatest.batch] 08-05-2020 14:27:04: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:27:05: 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] 08-05-2020 14:27:05: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:27:05: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:27:05: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testWorkContextNotifications -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:27:05: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:27:05: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:05: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:05: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:27:05: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:27:05: Opened connection to http://localhost:8001/workcontext_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:27:05: TRACE: got outputstream [javatest.batch] 08-05-2020 14:27:05: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:05: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:27:05: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:27:05: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:27:05: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:27:05: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:27:05: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:27:05: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:27:05: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:05: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nullwebServerHost=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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:27:05: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:27:05: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:27:05: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient [javatest.batch] 08-05-2020 14:27:05: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient [javatest.batch] 08-05-2020 14:27:05: SVR-TRACE: ** IN getRunMethod: testname=testWorkContextNotifications [javatest.batch] 08-05-2020 14:27:05: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:27:05: SVR-TRACE: **runmethod=testWorkContextNotifications [javatest.batch] 08-05-2020 14:27:05: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:27:05: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:27:05: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkContextNotifications_setup [javatest.batch] 08-05-2020 14:27:05: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:27:05: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:27:05: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:27:05: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkContextNotifications_cleanup [javatest.batch] 08-05-2020 14:27:05: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:27:05: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:27:05: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:27:05: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:27:05: SVR: Using: java:comp/env/eis/whitebox-mdcomplete [javatest.batch] 08-05-2020 14:27:05: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:27:05: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:27:05: SVR: Got RA log. [javatest.batch] 08-05-2020 14:27:05: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:27: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:27:05: SVR: testWorkContextNotifications() failed with following values: iWorkAcceptedCount = 1 iWorkStartedCount = 2 iWorkCompletedCount = 4 iContextSetupCompleteCount = 3 [javatest.batch] 08-05-2020 14:27:05: SVR: contextSetupCompleted correctly called befor workCompleted [javatest.batch] 08-05-2020 14:27:05: SVR: testWorkContextNotifications() passed [javatest.batch] 08-05-2020 14:27:05: SVR: Cleanup [javatest.batch] 08-05-2020 14:27:05: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:27: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#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] 08-05-2020 14:27:07: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:27:07: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:27:07: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testWorkContextProvider -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:27:07: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:27:07: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:07: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:07: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:27:07: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:27:07: Opened connection to http://localhost:8001/workcontext_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:27:07: TRACE: got outputstream [javatest.batch] 08-05-2020 14:27:07: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:07: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:27:07: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:27:07: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:27:07: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:27:07: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:27:07: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:27:07: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:27:07: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nullwebServerHost=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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:27:07: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:07: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:27:07: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:27:07: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient [javatest.batch] 08-05-2020 14:27:07: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient [javatest.batch] 08-05-2020 14:27:07: SVR-TRACE: ** IN getRunMethod: testname=testWorkContextProvider [javatest.batch] 08-05-2020 14:27:07: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:27:07: SVR-TRACE: **runmethod=testWorkContextProvider [javatest.batch] 08-05-2020 14:27:07: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:27:07: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:27:07: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkContextProvider_setup [javatest.batch] 08-05-2020 14:27:07: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:27:07: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:27:07: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:27:07: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkContextProvider_cleanup [javatest.batch] 08-05-2020 14:27:07: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:27:07: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:27:07: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:27:07: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:27:07: SVR: Using: java:comp/env/eis/whitebox-mdcomplete [javatest.batch] 08-05-2020 14:27:07: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:27:07: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:27:07: SVR: testing testWorkContextProvider() [javatest.batch] 08-05-2020 14:27:07: SVR: Got RA log. [javatest.batch] 08-05-2020 14:27:07: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:27: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:27:07: SVR: testWorkContextProvider() passed [javatest.batch] 08-05-2020 14:27:07: SVR: Cleanup [javatest.batch] 08-05-2020 14:27:07: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:27: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#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] 08-05-2020 14:27:08: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:27:08: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:27:08: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testForUnsharedTimer -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:27:08: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:27:08: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:08: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:08: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:27:08: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:27:08: Opened connection to http://localhost:8001/localTx_workmgt_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:27:08: TRACE: got outputstream [javatest.batch] 08-05-2020 14:27:08: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:09: SVR-TRACE: init com.sun.ts.tests.common.vehicle.connectorservlet.ConnectorServletVehicle ... [javatest.batch] 08-05-2020 14:27:09: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:27:09: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:27:09: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:27:09: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:27:09: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:27:09: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:27:09: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:27:09: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:27:09: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:27:09: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 [javatest.batch] 08-05-2020 14:27:09: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 [javatest.batch] 08-05-2020 14:27:09: SVR-TRACE: ** IN getRunMethod: testname=testForUnsharedTimer [javatest.batch] 08-05-2020 14:27:09: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:27:09: SVR-TRACE: **runmethod=testForUnsharedTimer [javatest.batch] 08-05-2020 14:27:09: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:27:09: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:27:09: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testForUnsharedTimer_setup [javatest.batch] 08-05-2020 14:27:09: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:27:09: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:27:09: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:27:09: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testForUnsharedTimer_cleanup [javatest.batch] 08-05-2020 14:27:09: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:27:09: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:27:09: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:27:09: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:27:09: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:27:09: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:27:09: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:27:09: SVR: Got RA log. [javatest.batch] 08-05-2020 14:27:09: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:27:09: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:27:09: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:27: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:27:09: SVR: New Timer Provided by BootstrapContext [javatest.batch] 08-05-2020 14:27:09: SVR: New Timer Provided by BootstrapContext [javatest.batch] 08-05-2020 14:27:09: SVR: New Timer Provided by BootstrapContext [javatest.batch] 08-05-2020 14:27:09: SVR: New Timer Provided by BootstrapContext [javatest.batch] 08-05-2020 14:27:09: SVR: New Timer Provided by BootstrapContext [javatest.batch] 08-05-2020 14:27:09: SVR: New Timer Provided by BootstrapContext [javatest.batch] 08-05-2020 14:27:09: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:27:09: SVR: Performing end to end verification... [javatest.batch] 08-05-2020 14:27:09: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:27:09: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:27:09: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:27:09: SVR: Cleanup [javatest.batch] 08-05-2020 14:27:09: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:27: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/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] 08-05-2020 14:27:10: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:27:10: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:27:10: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testNestedWork -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:27:10: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:27:10: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:10: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:10: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:27:10: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:27:10: Opened connection to http://localhost:8001/localTx_workmgt_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:27:10: TRACE: got outputstream [javatest.batch] 08-05-2020 14:27:10: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:10: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:27:10: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:27:10: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:27:10: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:27:10: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:27:10: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:27:10: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:27:10: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:27:10: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:27:10: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:10: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:27:10: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 [javatest.batch] 08-05-2020 14:27:10: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 [javatest.batch] 08-05-2020 14:27:10: SVR-TRACE: ** IN getRunMethod: testname=testNestedWork [javatest.batch] 08-05-2020 14:27:10: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:27:10: SVR-TRACE: **runmethod=testNestedWork [javatest.batch] 08-05-2020 14:27:10: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:27:10: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:27:10: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testNestedWork_setup [javatest.batch] 08-05-2020 14:27:10: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:27:10: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:27:10: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:27:10: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testNestedWork_cleanup [javatest.batch] 08-05-2020 14:27:10: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:27:10: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:27:10: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:27:10: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:27:10: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:27:10: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:27:10: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:27:10: SVR: Got RA log. [javatest.batch] 08-05-2020 14:27:10: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:27: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:27:10: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:27:10: SVR: Performing end to end verification... [javatest.batch] 08-05-2020 14:27:10: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:27:10: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:27:10: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:27:10: SVR: Cleanup [javatest.batch] 08-05-2020 14:27:10: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:27:11: 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] 08-05-2020 14:27:12: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:27:12: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:27:12: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testScheduleWork -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:27:12: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:27:12: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:12: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:12: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:27:12: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:27:12: Opened connection to http://localhost:8001/localTx_workmgt_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:27:12: TRACE: got outputstream [javatest.batch] 08-05-2020 14:27:12: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:12: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:27:12: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:27:12: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:27:12: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:27:12: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:27:12: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:27:12: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:27:12: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:27:12: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:27:12: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:27:12: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 [javatest.batch] 08-05-2020 14:27:12: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 [javatest.batch] 08-05-2020 14:27:12: SVR-TRACE: ** IN getRunMethod: testname=testScheduleWork [javatest.batch] 08-05-2020 14:27:12: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:27:12: SVR-TRACE: **runmethod=testScheduleWork [javatest.batch] 08-05-2020 14:27:12: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:27:12: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:27:12: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:12: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testScheduleWork_setup [javatest.batch] 08-05-2020 14:27:12: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:27:12: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:27:12: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:27:12: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testScheduleWork_cleanup [javatest.batch] 08-05-2020 14:27:12: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:27:12: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:27:12: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:27:12: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:27:12: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:27:12: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:27:12: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:27:12: SVR: Got RA log. [javatest.batch] 08-05-2020 14:27:12: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:27: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:27:12: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:27:12: SVR: Performing end to end verification... [javatest.batch] 08-05-2020 14:27:12: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:27:12: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:27:12: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:27:12: SVR: Cleanup [javatest.batch] 08-05-2020 14:27:12: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:27: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#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] 08-05-2020 14:27:13: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:27:13: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:27:13: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testScheduleWorkListener -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:27:13: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:27:13: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:13: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:13: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:27:13: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:27:13: Opened connection to http://localhost:8001/localTx_workmgt_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:27:13: TRACE: got outputstream [javatest.batch] 08-05-2020 14:27:13: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:13: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:27:13: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:27:13: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:27:13: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:27:13: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:27:13: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:27:13: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:27:13: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:27:13: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:27:13: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:27:13: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 [javatest.batch] 08-05-2020 14:27:13: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 [javatest.batch] 08-05-2020 14:27:13: SVR-TRACE: ** IN getRunMethod: testname=testScheduleWorkListener [javatest.batch] 08-05-2020 14:27:13: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:27:13: SVR-TRACE: **runmethod=testScheduleWorkListener [javatest.batch] 08-05-2020 14:27:13: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:27:13: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:27:13: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testScheduleWorkListener_setup [javatest.batch] 08-05-2020 14:27:13: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:27:13: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:27:13: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:27:13: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testScheduleWorkListener_cleanup [javatest.batch] 08-05-2020 14:27:13: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:27:13: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:27:13: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:27:13: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:27:13: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:27:13: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:27:13: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:27:13: SVR: Got RA log. [javatest.batch] 08-05-2020 14:27:13: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:27:13: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:27: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:27:13: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:27:13: SVR: Performing end to end verification... [javatest.batch] 08-05-2020 14:27:13: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:27:13: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:27:13: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:27:13: SVR: Cleanup [javatest.batch] 08-05-2020 14:27:13: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:27: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/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] 08-05-2020 14:27:15: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:27:15: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:27:15: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testUnknownWorkDuration -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:27:15: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:27:15: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:15: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:15: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:27:15: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:27:15: Opened connection to http://localhost:8001/localTx_workmgt_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:27:15: TRACE: got outputstream [javatest.batch] 08-05-2020 14:27:15: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:15: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:27:15: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:27:15: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:27:15: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:27:15: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:27:15: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:27:15: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:27:15: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:27:15: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:15: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:27:15: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:27:15: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 [javatest.batch] 08-05-2020 14:27:15: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 [javatest.batch] 08-05-2020 14:27:15: SVR-TRACE: ** IN getRunMethod: testname=testUnknownWorkDuration [javatest.batch] 08-05-2020 14:27:15: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:27:15: SVR-TRACE: **runmethod=testUnknownWorkDuration [javatest.batch] 08-05-2020 14:27:15: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:27:15: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:27:15: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUnknownWorkDuration_setup [javatest.batch] 08-05-2020 14:27:15: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:27:15: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:27:15: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:27:15: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUnknownWorkDuration_cleanup [javatest.batch] 08-05-2020 14:27:15: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:27:15: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:27:15: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:27:15: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:27:15: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:27:15: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:27:15: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:27:15: SVR: Got RA log. [javatest.batch] 08-05-2020 14:27:15: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:27: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:27:15: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:27:15: SVR: Performing end to end verification... [javatest.batch] 08-05-2020 14:27:15: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:27:15: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:27:15: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:27:15: SVR: Cleanup [javatest.batch] 08-05-2020 14:27:15: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:27: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/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] 08-05-2020 14:27:16: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:27:16: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:27:16: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testWorkCompletedException -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:27:17: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:27:17: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:17: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:17: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:27:17: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:27:17: Opened connection to http://localhost:8001/localTx_workmgt_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:27:17: TRACE: got outputstream [javatest.batch] 08-05-2020 14:27:17: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:17: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:27:17: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:27:17: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:27:17: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:27:17: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:27:17: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:27:17: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:27:17: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:27:17: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:17: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:27:17: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:27:17: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 [javatest.batch] 08-05-2020 14:27:17: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 [javatest.batch] 08-05-2020 14:27:17: SVR-TRACE: ** IN getRunMethod: testname=testWorkCompletedException [javatest.batch] 08-05-2020 14:27:17: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:27:17: SVR-TRACE: **runmethod=testWorkCompletedException [javatest.batch] 08-05-2020 14:27:17: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:27:17: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:27:17: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkCompletedException_setup [javatest.batch] 08-05-2020 14:27:17: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:27:17: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:27:17: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:27:17: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkCompletedException_cleanup [javatest.batch] 08-05-2020 14:27:17: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:27:17: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:27:17: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:27:17: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:27:17: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:27:17: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:27:17: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:27:17: SVR: Got RA log. [javatest.batch] 08-05-2020 14:27:17: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:27: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:27:17: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:27:17: SVR: Performing end to end verification... [javatest.batch] 08-05-2020 14:27:17: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:27:17: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:27:17: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:27:17: SVR: Cleanup [javatest.batch] 08-05-2020 14:27:17: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:27:18: 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] 08-05-2020 14:27:18: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:27:18: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:27:18: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testWorkListenerImplementation -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:27:18: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:27:18: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:18: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:18: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:27:18: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:27:18: Opened connection to http://localhost:8001/localTx_workmgt_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:27:18: TRACE: got outputstream [javatest.batch] 08-05-2020 14:27:18: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:18: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:27:18: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:27:18: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:27:18: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:27:18: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:27:18: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:27:18: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:27:18: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:18: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:27:18: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:27:18: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:27:18: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 [javatest.batch] 08-05-2020 14:27:18: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 [javatest.batch] 08-05-2020 14:27:18: SVR-TRACE: ** IN getRunMethod: testname=testWorkListenerImplementation [javatest.batch] 08-05-2020 14:27:18: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:27:18: SVR-TRACE: **runmethod=testWorkListenerImplementation [javatest.batch] 08-05-2020 14:27:18: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:27:18: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:27:18: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkListenerImplementation_setup [javatest.batch] 08-05-2020 14:27:18: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:27:18: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:27:18: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:27:18: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkListenerImplementation_cleanup [javatest.batch] 08-05-2020 14:27:18: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:27:18: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:27:18: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:27:18: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:27:18: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:27:18: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:27:18: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:27:18: SVR: Got RA log. [javatest.batch] 08-05-2020 14:27:18: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:27: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:27:18: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:27:18: SVR: Performing end to end verification... [javatest.batch] 08-05-2020 14:27:18: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:27:18: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:27:18: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:27:18: SVR: Cleanup [javatest.batch] 08-05-2020 14:27:18: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:27: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#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] 08-05-2020 14:27:20: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:27:20: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:27:20: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testWorkManagerImplementaion -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:27:20: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:27:20: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:20: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:20: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:27:20: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:27:20: Opened connection to http://localhost:8001/localTx_workmgt_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:27:20: TRACE: got outputstream [javatest.batch] 08-05-2020 14:27:20: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:20: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:27:20: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:27:20: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:27:20: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:27:20: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:27:20: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:27:20: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:20: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:27:20: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:27:20: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:27:20: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:27:20: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 [javatest.batch] 08-05-2020 14:27:20: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 [javatest.batch] 08-05-2020 14:27:20: SVR-TRACE: ** IN getRunMethod: testname=testWorkManagerImplementaion [javatest.batch] 08-05-2020 14:27:20: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:27:20: SVR-TRACE: **runmethod=testWorkManagerImplementaion [javatest.batch] 08-05-2020 14:27:20: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:27:20: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:27:20: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkManagerImplementaion_setup [javatest.batch] 08-05-2020 14:27:20: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:27:20: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:27:20: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:27:20: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkManagerImplementaion_cleanup [javatest.batch] 08-05-2020 14:27:20: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:27:20: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:27:20: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:27:20: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 08-05-2020 14:27:20: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:27:20: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:27:20: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:27:20: SVR: Got RA log. [javatest.batch] 08-05-2020 14:27:20: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:27: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:27:20: SVR: Work Object Submitted. [javatest.batch] 08-05-2020 14:27:20: SVR: Work Object Submitted. [javatest.batch] 08-05-2020 14:27:20: SVR: Work Object Submitted. [javatest.batch] 08-05-2020 14:27:20: SVR: Work Object Submitted. [javatest.batch] 08-05-2020 14:27:20: SVR: Work Object Submitted. [javatest.batch] 08-05-2020 14:27:20: SVR: Work Object Submitted. [javatest.batch] 08-05-2020 14:27:20: SVR: LocalTxResourceAdapter WorkManager Not Null. [javatest.batch] 08-05-2020 14:27:20: SVR: Work Object Submitted. [javatest.batch] 08-05-2020 14:27:20: SVR: Work Object Submitted. [javatest.batch] 08-05-2020 14:27:20: SVR: LocalTxResourceAdapter WorkManager Not Null. [javatest.batch] 08-05-2020 14:27:20: SVR: Work Object Submitted. [javatest.batch] 08-05-2020 14:27:20: SVR: Work Object Submitted. [javatest.batch] 08-05-2020 14:27:20: SVR: Work Object Submitted. [javatest.batch] 08-05-2020 14:27:20: SVR: Work Object Submitted. [javatest.batch] 08-05-2020 14:27:20: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:27:20: SVR: Performing end to end verification... [javatest.batch] 08-05-2020 14:27:20: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:27:20: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:27:20: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:27:20: SVR: Cleanup [javatest.batch] 08-05-2020 14:27:20: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:27: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#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] 08-05-2020 14:27:21: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:27:21: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:27:21: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testGetConnection1 -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:27:21: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:27:21: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:21: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:21: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:27:21: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:27:22: Opened connection to http://localhost:8001/compat_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:27:22: TRACE: got outputstream [javatest.batch] 08-05-2020 14:27:22: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:22: SVR-TRACE: init com.sun.ts.tests.common.vehicle.connectorservlet.ConnectorServletVehicle ... [javatest.batch] 08-05-2020 14:27:22: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:27:22: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:27:22: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:27:22: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:27:22: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:27:22: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:27:22: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../..nullvehicle_archive_name=compat_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testGetConnection1nullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:27:22: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:27:22: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:27:22: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.compat.compatClient1 [javatest.batch] 08-05-2020 14:27:22: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.compat.compatClient1 [javatest.batch] 08-05-2020 14:27:22: SVR-TRACE: ** IN getRunMethod: testname=testGetConnection1 [javatest.batch] 08-05-2020 14:27:22: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:27:22: SVR-TRACE: **runmethod=testGetConnection1 [javatest.batch] 08-05-2020 14:27:22: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:27:22: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:27:22: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testGetConnection1_setup [javatest.batch] 08-05-2020 14:27:22: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:27:22: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:27:22: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:27:22: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testGetConnection1_cleanup [javatest.batch] 08-05-2020 14:27:22: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:27:22: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:27:22: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:27:22: SVR: Using: java:comp/env/eis/oldwhitebox-notx [javatest.batch] 08-05-2020 14:27:22: SVR: Using: java:comp/env/eis/oldwhitebox-notx-param [javatest.batch] 08-05-2020 14:27:22: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@38ab328 [javatest.batch] 08-05-2020 14:27:22: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@358d3a6a [javatest.batch] 08-05-2020 14:27:22: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:27:22: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:27:22: SVR: Got connection from the TSDataSource. [javatest.batch] 08-05-2020 14:27:22: SVR: Checking for Connection Validity. [javatest.batch] 08-05-2020 14:27:22: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:27:22: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:27:22: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:27:22: SVR: Cleanup [javatest.batch] 08-05-2020 14:27:22: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 08-05-2020 14:27:22: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:27:22: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:27:22: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:23: 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] 08-05-2020 14:27:23: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:27:23: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:27:23: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testgetConnectionWithParameter1 -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:27:23: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:27:23: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:23: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:23: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:27:23: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:27:23: Opened connection to http://localhost:8001/compat_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:27:23: TRACE: got outputstream [javatest.batch] 08-05-2020 14:27:23: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:23: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:27:23: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:27:23: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:27:23: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:27:23: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:27:23: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:27:23: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:27:23: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../..nullvehicle_archive_name=compat_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testgetConnectionWithParameter1nullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:27:23: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:23: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:27:23: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:27:23: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.compat.compatClient1 [javatest.batch] 08-05-2020 14:27:23: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.compat.compatClient1 [javatest.batch] 08-05-2020 14:27:23: SVR-TRACE: ** IN getRunMethod: testname=testgetConnectionWithParameter1 [javatest.batch] 08-05-2020 14:27:23: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:27:23: SVR-TRACE: **runmethod=testgetConnectionWithParameter1 [javatest.batch] 08-05-2020 14:27:23: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:27:23: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:27:23: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testgetConnectionWithParameter1_setup [javatest.batch] 08-05-2020 14:27:23: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:27:23: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:27:23: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:27:23: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testgetConnectionWithParameter1_cleanup [javatest.batch] 08-05-2020 14:27:23: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:27:23: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:27:23: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:27:23: SVR: Using: java:comp/env/eis/oldwhitebox-notx [javatest.batch] 08-05-2020 14:27:23: SVR: Using: java:comp/env/eis/oldwhitebox-notx-param [javatest.batch] 08-05-2020 14:27:23: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@1998c871 [javatest.batch] 08-05-2020 14:27:23: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@2a919c20 [javatest.batch] 08-05-2020 14:27:23: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:27:23: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:27:23: SVR: Using: java:comp/env/eis/oldwhitebox-notx-param [javatest.batch] 08-05-2020 14:27:23: SVR: Got connection object from the TSDataSource. [javatest.batch] 08-05-2020 14:27:23: SVR: Checking for Connection Validity. [javatest.batch] 08-05-2020 14:27:23: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:27:23: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:27:23: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:27:23: SVR: Cleanup [javatest.batch] 08-05-2020 14:27:23: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 08-05-2020 14:27:23: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:27:24: 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] 08-05-2020 14:27:25: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:27:25: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:27:25: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testGetConnection1 -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:27:25: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:27:25: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:25: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:25: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:27:25: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:27:25: Opened connection to http://localhost:8001/connection_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:27:25: TRACE: got outputstream [javatest.batch] 08-05-2020 14:27:25: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:25: SVR-TRACE: init com.sun.ts.tests.common.vehicle.connectorservlet.ConnectorServletVehicle ... [javatest.batch] 08-05-2020 14:27:25: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:27:25: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:27:25: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:27:25: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:27:25: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:27:25: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:27:25: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nullwhitebox-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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:27:25: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:27:25: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:27:25: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.connection.connectionClient1 [javatest.batch] 08-05-2020 14:27:25: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.connection.connectionClient1 [javatest.batch] 08-05-2020 14:27:25: SVR-TRACE: ** IN getRunMethod: testname=testGetConnection1 [javatest.batch] 08-05-2020 14:27:25: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:27:25: SVR-TRACE: **runmethod=testGetConnection1 [javatest.batch] 08-05-2020 14:27:25: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:27:25: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:27:25: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testGetConnection1_setup [javatest.batch] 08-05-2020 14:27:25: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:27:25: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:27:25: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:27:25: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testGetConnection1_cleanup [javatest.batch] 08-05-2020 14:27:25: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:27:25: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:27:25: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:27:25: SVR: Using: java:comp/env/eis/whitebox-notx [javatest.batch] 08-05-2020 14:27:25: SVR: Using: java:comp/env/eis/whitebox-notx-param [javatest.batch] 08-05-2020 14:27:25: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@35220e17 [javatest.batch] 08-05-2020 14:27:25: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@3dee619d [javatest.batch] 08-05-2020 14:27:25: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:27:25: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:27:25: SVR: Got connection from the TSDataSource. [javatest.batch] 08-05-2020 14:27:25: SVR: Checking for Connection Validity. [javatest.batch] 08-05-2020 14:27:25: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:27:25: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:27:25: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:27:25: SVR: Cleanup [javatest.batch] 08-05-2020 14:27:25: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 08-05-2020 14:27:25: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:27:25: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:27:25: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:26: 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] 08-05-2020 14:27:26: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:27:26: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:27:26: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testgetConnectionWithParameter1 -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:27:26: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:27:26: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:26: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:27: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:27:27: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:27:27: Opened connection to http://localhost:8001/connection_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:27:27: TRACE: got outputstream [javatest.batch] 08-05-2020 14:27:27: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:27: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:27:27: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:27:27: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:27:27: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:27:27: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:27:27: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:27:27: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:27:27: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nullwhitebox-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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:27:27: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:27:27: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:27:27: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.connection.connectionClient1 [javatest.batch] 08-05-2020 14:27:27: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.connection.connectionClient1 [javatest.batch] 08-05-2020 14:27:27: SVR-TRACE: ** IN getRunMethod: testname=testgetConnectionWithParameter1 [javatest.batch] 08-05-2020 14:27:27: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:27:27: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:27: SVR-TRACE: **runmethod=testgetConnectionWithParameter1 [javatest.batch] 08-05-2020 14:27:27: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:27:27: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:27:27: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testgetConnectionWithParameter1_setup [javatest.batch] 08-05-2020 14:27:27: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:27:27: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:27:27: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:27:27: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testgetConnectionWithParameter1_cleanup [javatest.batch] 08-05-2020 14:27:27: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:27:27: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:27:27: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:27:27: SVR: Using: java:comp/env/eis/whitebox-notx [javatest.batch] 08-05-2020 14:27:27: SVR: Using: java:comp/env/eis/whitebox-notx-param [javatest.batch] 08-05-2020 14:27:27: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@76eb1f94 [javatest.batch] 08-05-2020 14:27:27: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@40cfe744 [javatest.batch] 08-05-2020 14:27:27: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:27:27: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:27:27: SVR: Using: java:comp/env/eis/whitebox-notx-param [javatest.batch] 08-05-2020 14:27:27: SVR: Got connection object from the TSDataSource. [javatest.batch] 08-05-2020 14:27:27: SVR: Checking for Connection Validity. [javatest.batch] 08-05-2020 14:27:27: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:27:27: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:27:27: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:27:27: SVR: Cleanup [javatest.batch] 08-05-2020 14:27:27: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 08-05-2020 14:27:27: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:27:28: 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] 08-05-2020 14:27:28: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:27:28: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:27:28: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testConnectionEventListener -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:27:28: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:27:28: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:28: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:28: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:27:28: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:27:28: Opened connection to http://localhost:8001/event_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:27:28: TRACE: got outputstream [javatest.batch] 08-05-2020 14:27:28: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:28: SVR-TRACE: init com.sun.ts.tests.common.vehicle.connectorservlet.ConnectorServletVehicle ... [javatest.batch] 08-05-2020 14:27:28: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:27:28: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:27:28: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:27:28: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:27:28: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:27:28: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:27:28: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../..nullvehicle_archive_name=event_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testConnectionEventListenernullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/Run_Standalone_TCK/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.15.56nullwhitebox-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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:27:28: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:27:28: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:27:28: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.event.eventClient1 [javatest.batch] 08-05-2020 14:27:28: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.event.eventClient1 [javatest.batch] 08-05-2020 14:27:28: SVR-TRACE: ** IN getRunMethod: testname=testConnectionEventListener [javatest.batch] 08-05-2020 14:27:28: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:27:28: SVR-TRACE: **runmethod=testConnectionEventListener [javatest.batch] 08-05-2020 14:27:28: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:27:28: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:27:28: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testConnectionEventListener_setup [javatest.batch] 08-05-2020 14:27:28: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:27:28: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:27:28: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:27:28: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testConnectionEventListener_cleanup [javatest.batch] 08-05-2020 14:27:28: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:27:28: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:27:28: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:27:28: SVR: Using: java:comp/env/eis/whitebox-notx [javatest.batch] 08-05-2020 14:27:28: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:27:28: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:27:28: SVR: Got connection. [javatest.batch] 08-05-2020 14:27:28: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:27:28: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:28: 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] 08-05-2020 14:27:28: SVR: CONNECTION_CLOSED called correctly. [javatest.batch] 08-05-2020 14:27:28: SVR: Cleanup [javatest.batch] 08-05-2020 14:27:28: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 08-05-2020 14:27:28: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:27:29: 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] 08-05-2020 14:27:30: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:27:30: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:27:30: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAssociationMCFandRA -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:27:30: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:27:30: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:30: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:30: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:27:30: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:27:30: Opened connection to http://localhost:8001/lifecycle_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:27:30: TRACE: got outputstream [javatest.batch] 08-05-2020 14:27:30: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:30: SVR-TRACE: init com.sun.ts.tests.common.vehicle.connectorservlet.ConnectorServletVehicle ... [javatest.batch] 08-05-2020 14:27:30: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:27:30: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:27:30: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:27:30: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:27:30: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:27:30: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:27:30: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../..nullvehicle_archive_name=lifecycle_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testAssociationMCFandRAnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/Run_Standalone_TCK/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.15.56nullwhitebox-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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:27:30: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:27:30: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:27:30: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 [javatest.batch] 08-05-2020 14:27:30: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 [javatest.batch] 08-05-2020 14:27:30: SVR-TRACE: ** IN getRunMethod: testname=testAssociationMCFandRA [javatest.batch] 08-05-2020 14:27:30: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:27:30: SVR-TRACE: **runmethod=testAssociationMCFandRA [javatest.batch] 08-05-2020 14:27:30: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:27:30: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:27:30: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAssociationMCFandRA_setup [javatest.batch] 08-05-2020 14:27:30: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:27:30: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:27:30: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:27:30: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAssociationMCFandRA_cleanup [javatest.batch] 08-05-2020 14:27:30: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:27:30: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:27:30: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:27:30: SVR: Using: java:comp/env/eis/whitebox-notx [javatest.batch] 08-05-2020 14:27:30: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:27:30: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:27:30: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:27:30: SVR: Got RA log. [javatest.batch] 08-05-2020 14:27:30: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:27:30: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:27:30: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:27: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:27:30: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:27:30: SVR: Performing end to end verification... [javatest.batch] 08-05-2020 14:27:30: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:27:30: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:27:30: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:27:30: SVR: Cleanup [javatest.batch] 08-05-2020 14:27:30: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:27:31: 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] 08-05-2020 14:27:31: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:27:31: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:27:31: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAssociationMCFandRA2 -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:27:32: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:27:32: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:32: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:32: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:27:32: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:27:32: Opened connection to http://localhost:8001/lifecycle_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:27:32: TRACE: got outputstream [javatest.batch] 08-05-2020 14:27:32: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:32: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:27:32: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:27:32: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:27:32: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:27:32: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:27:32: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:27:32: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:32: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:27:32: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../..nullvehicle_archive_name=lifecycle_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testAssociationMCFandRA2nullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/Run_Standalone_TCK/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.15.56nullwhitebox-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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:27:32: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:27:32: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:27:32: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 [javatest.batch] 08-05-2020 14:27:32: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 [javatest.batch] 08-05-2020 14:27:32: SVR-TRACE: ** IN getRunMethod: testname=testAssociationMCFandRA2 [javatest.batch] 08-05-2020 14:27:32: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:27:32: SVR-TRACE: **runmethod=testAssociationMCFandRA2 [javatest.batch] 08-05-2020 14:27:32: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:27:32: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:27:32: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAssociationMCFandRA2_setup [javatest.batch] 08-05-2020 14:27:32: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:27:32: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:27:32: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:27:32: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAssociationMCFandRA2_cleanup [javatest.batch] 08-05-2020 14:27:32: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:27:32: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:27:32: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:27:32: SVR: Using: java:comp/env/eis/whitebox-notx [javatest.batch] 08-05-2020 14:27:32: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:27:32: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:27:32: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:27:32: SVR: Got RA log. [javatest.batch] 08-05-2020 14:27:32: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:27: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:27:32: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:27:32: SVR: Performing end to end verification... [javatest.batch] 08-05-2020 14:27:32: SVR: Cleanup [javatest.batch] 08-05-2020 14:27:32: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:27:33: 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] 08-05-2020 14:27:33: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:27:33: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:27:33: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testBootstrapforNull -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:27:33: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:27:33: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:33: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:33: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:27:33: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:27:33: Opened connection to http://localhost:8001/lifecycle_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:27:33: TRACE: got outputstream [javatest.batch] 08-05-2020 14:27:33: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:33: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:27:33: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:27:33: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:27:33: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:27:33: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:27:33: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:33: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:27:33: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:27:33: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../..nullvehicle_archive_name=lifecycle_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testBootstrapforNullnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/Run_Standalone_TCK/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.15.56nullwhitebox-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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:27:33: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:27:33: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:27:33: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 [javatest.batch] 08-05-2020 14:27:33: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 [javatest.batch] 08-05-2020 14:27:33: SVR-TRACE: ** IN getRunMethod: testname=testBootstrapforNull [javatest.batch] 08-05-2020 14:27:33: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:27:33: SVR-TRACE: **runmethod=testBootstrapforNull [javatest.batch] 08-05-2020 14:27:33: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:27:33: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:27:33: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testBootstrapforNull_setup [javatest.batch] 08-05-2020 14:27:33: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:27:33: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:27:33: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:27:33: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testBootstrapforNull_cleanup [javatest.batch] 08-05-2020 14:27:33: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:27:33: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:27:33: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:27:33: SVR: Using: java:comp/env/eis/whitebox-notx [javatest.batch] 08-05-2020 14:27:33: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:27:33: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:27:33: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:27:33: SVR: Got RA log. [javatest.batch] 08-05-2020 14:27:33: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:27: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:27:33: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:27:33: SVR: Performing end to end verification... [javatest.batch] 08-05-2020 14:27:33: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:27:33: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:27:33: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:27:33: SVR: Cleanup [javatest.batch] 08-05-2020 14:27:33: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:27: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/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] 08-05-2020 14:27:35: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:27:35: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:27:35: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testInstantiationOfRA -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:27:35: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:27:35: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:35: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:35: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:27:35: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:27:35: Opened connection to http://localhost:8001/lifecycle_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:27:35: TRACE: got outputstream [javatest.batch] 08-05-2020 14:27:35: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:35: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:27:35: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:27:35: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:27:35: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:27:35: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:27:35: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:27:35: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:27:35: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:35: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../..nullvehicle_archive_name=lifecycle_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testInstantiationOfRAnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/Run_Standalone_TCK/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.15.56nullwhitebox-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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:27:35: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:27:35: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:27:35: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 [javatest.batch] 08-05-2020 14:27:35: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 [javatest.batch] 08-05-2020 14:27:35: SVR-TRACE: ** IN getRunMethod: testname=testInstantiationOfRA [javatest.batch] 08-05-2020 14:27:35: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:27:35: SVR-TRACE: **runmethod=testInstantiationOfRA [javatest.batch] 08-05-2020 14:27:35: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:27:35: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:27:35: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testInstantiationOfRA_setup [javatest.batch] 08-05-2020 14:27:35: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:27:35: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:27:35: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:27:35: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testInstantiationOfRA_cleanup [javatest.batch] 08-05-2020 14:27:35: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:27:35: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:27:35: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:27:35: SVR: Using: java:comp/env/eis/whitebox-notx [javatest.batch] 08-05-2020 14:27:35: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:27:35: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:27:35: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:27:35: SVR: Got RA log. [javatest.batch] 08-05-2020 14:27:35: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:27: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:27:35: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:27:35: SVR: Performing end to end verification... [javatest.batch] 08-05-2020 14:27:35: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:27:35: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:27:35: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:27:35: SVR: Cleanup [javatest.batch] 08-05-2020 14:27:35: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:27: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/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] 08-05-2020 14:27:36: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:27:36: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:27:36: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testMCFcalledOnce -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:27:36: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:27:36: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:36: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:36: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:27:36: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:27:37: Opened connection to http://localhost:8001/lifecycle_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:27:37: TRACE: got outputstream [javatest.batch] 08-05-2020 14:27:37: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:37: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:27:37: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:27:37: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:27:37: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:27:37: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:27:37: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:27:37: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:27:37: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:37: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../..nullvehicle_archive_name=lifecycle_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testMCFcalledOncenullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/Run_Standalone_TCK/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.15.56nullwhitebox-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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:27:37: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:27:37: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:27:37: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 [javatest.batch] 08-05-2020 14:27:37: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 [javatest.batch] 08-05-2020 14:27:37: SVR-TRACE: ** IN getRunMethod: testname=testMCFcalledOnce [javatest.batch] 08-05-2020 14:27:37: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:27:37: SVR-TRACE: **runmethod=testMCFcalledOnce [javatest.batch] 08-05-2020 14:27:37: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:27:37: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:27:37: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testMCFcalledOnce_setup [javatest.batch] 08-05-2020 14:27:37: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:27:37: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:27:37: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:27:37: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testMCFcalledOnce_cleanup [javatest.batch] 08-05-2020 14:27:37: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:27:37: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:27:37: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:27:37: SVR: Using: java:comp/env/eis/whitebox-notx [javatest.batch] 08-05-2020 14:27:37: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:27:37: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:27:37: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:27:37: SVR: Got RA log. [javatest.batch] 08-05-2020 14:27:37: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:27: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:27:37: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:27:37: SVR: Performing end to end verification... [javatest.batch] 08-05-2020 14:27:37: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:27:37: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:27:37: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:27:37: SVR: Cleanup [javatest.batch] 08-05-2020 14:27:37: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:27:38: 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] 08-05-2020 14:27:38: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:27:38: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:27:38: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testRAforJavaBean -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:27:38: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:27:38: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:38: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:38: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:27:38: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:27:38: Opened connection to http://localhost:8001/lifecycle_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:27:38: TRACE: got outputstream [javatest.batch] 08-05-2020 14:27:38: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:38: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:27:38: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:27:38: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:27:38: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:27:38: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:27:38: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:27:38: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:27:38: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:38: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../..nullvehicle_archive_name=lifecycle_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testRAforJavaBeannullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/Run_Standalone_TCK/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.15.56nullwhitebox-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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:27:38: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:27:38: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:27:38: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 [javatest.batch] 08-05-2020 14:27:38: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 [javatest.batch] 08-05-2020 14:27:38: SVR-TRACE: ** IN getRunMethod: testname=testRAforJavaBean [javatest.batch] 08-05-2020 14:27:38: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:27:38: SVR-TRACE: **runmethod=testRAforJavaBean [javatest.batch] 08-05-2020 14:27:38: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:27:38: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:27:38: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testRAforJavaBean_setup [javatest.batch] 08-05-2020 14:27:38: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:27:38: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:27:38: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:27:38: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testRAforJavaBean_cleanup [javatest.batch] 08-05-2020 14:27:38: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:27:38: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:27:38: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:27:38: SVR: Using: java:comp/env/eis/whitebox-notx [javatest.batch] 08-05-2020 14:27:38: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:27:38: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:27:38: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:27:38: SVR: Got RA log. [javatest.batch] 08-05-2020 14:27:38: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:27:38: 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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:27:38: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:27:38: SVR: Performing end to end verification... [javatest.batch] 08-05-2020 14:27:38: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:27:38: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:27:38: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:27:38: SVR: Exception dropping table. [javatest.batch] 08-05-2020 14:27:38: SVR: Cleanup [javatest.batch] 08-05-2020 14:27:38: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:27: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/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] 08-05-2020 14:27:40: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:27:40: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:27:40: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testRASharability -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:27:40: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:27:40: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:40: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:40: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:27:40: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:27:40: Opened connection to http://localhost:8001/lifecycle_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:27:40: TRACE: got outputstream [javatest.batch] 08-05-2020 14:27:40: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:40: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:27:40: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:27:40: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:27:40: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:27:40: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:27:40: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:27:40: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:27:40: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:40: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../..nullvehicle_archive_name=lifecycle_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testRASharabilitynullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/Run_Standalone_TCK/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.15.56nullwhitebox-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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:27:40: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:27:40: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:27:40: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 [javatest.batch] 08-05-2020 14:27:40: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 [javatest.batch] 08-05-2020 14:27:40: SVR-TRACE: ** IN getRunMethod: testname=testRASharability [javatest.batch] 08-05-2020 14:27:40: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:27:40: SVR-TRACE: **runmethod=testRASharability [javatest.batch] 08-05-2020 14:27:40: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:27:40: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:27:40: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testRASharability_setup [javatest.batch] 08-05-2020 14:27:40: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:27:40: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:27:40: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:27:40: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testRASharability_cleanup [javatest.batch] 08-05-2020 14:27:40: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:27:40: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:27:40: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:27:40: SVR: Using: java:comp/env/eis/whitebox-notx [javatest.batch] 08-05-2020 14:27:40: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:27:40: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:27:40: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:27:40: SVR: Got RA log. [javatest.batch] 08-05-2020 14:27:40: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:27: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:27:40: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:27:40: SVR: Performing end to end verification... [javatest.batch] 08-05-2020 14:27:40: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:27:40: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:27:40: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:27:40: SVR: Cleanup [javatest.batch] 08-05-2020 14:27:40: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:27: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#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] 08-05-2020 14:27:41: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:27:41: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:27:41: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAppEISSignon -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:27:41: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:27:41: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:41: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:41: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:27:41: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:27:42: Opened connection to http://localhost:8001/security_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:27:42: TRACE: got outputstream [javatest.batch] 08-05-2020 14:27:42: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:42: SVR-TRACE: init com.sun.ts.tests.common.vehicle.connectorservlet.ConnectorServletVehicle ... [javatest.batch] 08-05-2020 14:27:42: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:27:42: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:27:42: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:27:42: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:27:42: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:27:42: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:27:42: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nullwhitebox-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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:27:42: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:27:42: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:27:42: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.security.securityClient1 [javatest.batch] 08-05-2020 14:27:42: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.security.securityClient1 [javatest.batch] 08-05-2020 14:27:42: SVR-TRACE: ** IN getRunMethod: testname=testAppEISSignon [javatest.batch] 08-05-2020 14:27:42: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:27:42: SVR-TRACE: **runmethod=testAppEISSignon [javatest.batch] 08-05-2020 14:27:42: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:27:42: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:27:42: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAppEISSignon_setup [javatest.batch] 08-05-2020 14:27:42: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:27:42: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:27:42: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:27:42: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAppEISSignon_cleanup [javatest.batch] 08-05-2020 14:27:42: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:27:42: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:27:42: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:27:42: SVR: Using: java:comp/env/eis/whitebox-notx [javatest.batch] 08-05-2020 14:27:42: SVR: Using: java:comp/env/eis/whitebox-notx-param [javatest.batch] 08-05-2020 14:27:42: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@79243aac [javatest.batch] 08-05-2020 14:27:42: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@376c4302 [javatest.batch] 08-05-2020 14:27:42: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:27:42: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:27:42: SVR: Using: java:comp/env/eis/whitebox-notx-param [javatest.batch] 08-05-2020 14:27:42: SVR: Got connection object from the TSDataSource. [javatest.batch] 08-05-2020 14:27:42: SVR: Checking for Connection Validity. [javatest.batch] 08-05-2020 14:27:42: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:27:42: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:27:42: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:27:42: SVR: Cleanup [javatest.batch] 08-05-2020 14:27:42: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 08-05-2020 14:27:42: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:27:42: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:27:42: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:27: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/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] 08-05-2020 14:27:43: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:27:43: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:27:43: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testComponentManaged -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:27:43: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:27:43: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:43: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:43: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:27:43: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:27:43: Opened connection to http://localhost:8001/security_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:27:43: TRACE: got outputstream [javatest.batch] 08-05-2020 14:27:43: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:43: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:27:43: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:27:43: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:27:43: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:27:43: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:27:43: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:27:43: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:27:43: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:43: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nullwhitebox-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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:27:43: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:27:43: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:27:43: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.security.securityClient1 [javatest.batch] 08-05-2020 14:27:43: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.security.securityClient1 [javatest.batch] 08-05-2020 14:27:43: SVR-TRACE: ** IN getRunMethod: testname=testComponentManaged [javatest.batch] 08-05-2020 14:27:43: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:27:43: SVR-TRACE: **runmethod=testComponentManaged [javatest.batch] 08-05-2020 14:27:43: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:27:43: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:27:43: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testComponentManaged_setup [javatest.batch] 08-05-2020 14:27:43: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:27:43: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:27:43: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:27:43: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testComponentManaged_cleanup [javatest.batch] 08-05-2020 14:27:43: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:27:43: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:27:43: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:27:43: SVR: Using: java:comp/env/eis/whitebox-notx [javatest.batch] 08-05-2020 14:27:43: SVR: Using: java:comp/env/eis/whitebox-notx-param [javatest.batch] 08-05-2020 14:27:43: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@1d785ba0 [javatest.batch] 08-05-2020 14:27:43: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@3ba6db8f [javatest.batch] 08-05-2020 14:27:43: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:27:43: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:27:43: SVR: Using: java:comp/env/eis/whitebox-notx-param [javatest.batch] 08-05-2020 14:27:43: SVR: Got connection object from the TSDataSource. [javatest.batch] 08-05-2020 14:27:43: SVR: Checking for Connection Validity. [javatest.batch] 08-05-2020 14:27:43: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:27:43: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:27:43: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:27:43: SVR: Cleanup [javatest.batch] 08-05-2020 14:27:43: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 08-05-2020 14:27:43: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:27:44: 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] 08-05-2020 14:27:45: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:27:45: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:27:45: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testConnManagerAllocateConnection -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:27:45: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:27:45: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:45: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:45: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:27:45: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:27:45: Opened connection to http://localhost:8001/security_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:27:45: TRACE: got outputstream [javatest.batch] 08-05-2020 14:27:45: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:45: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:27:45: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:27:45: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:27:45: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:27:45: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:27:45: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:27:45: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:45: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:27:45: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nullwhitebox-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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:27:45: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:27:45: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:27:45: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.security.securityClient1 [javatest.batch] 08-05-2020 14:27:45: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.security.securityClient1 [javatest.batch] 08-05-2020 14:27:45: SVR-TRACE: ** IN getRunMethod: testname=testConnManagerAllocateConnection [javatest.batch] 08-05-2020 14:27:45: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:27:45: SVR-TRACE: **runmethod=testConnManagerAllocateConnection [javatest.batch] 08-05-2020 14:27:45: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:27:45: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:27:45: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testConnManagerAllocateConnection_setup [javatest.batch] 08-05-2020 14:27:45: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:27:45: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:27:45: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:27:45: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testConnManagerAllocateConnection_cleanup [javatest.batch] 08-05-2020 14:27:45: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:27:45: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:27:45: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:27:45: SVR: Using: java:comp/env/eis/whitebox-notx [javatest.batch] 08-05-2020 14:27:45: SVR: Using: java:comp/env/eis/whitebox-notx-param [javatest.batch] 08-05-2020 14:27:45: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@39823741 [javatest.batch] 08-05-2020 14:27:45: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@1f77f2f6 [javatest.batch] 08-05-2020 14:27:45: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:27:45: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:27:45: SVR: Got connection from the TSDataSource. [javatest.batch] 08-05-2020 14:27:45: SVR: Checking for Connection Validity. [javatest.batch] 08-05-2020 14:27:45: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:27:45: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:27:45: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:27:45: SVR: Cleanup [javatest.batch] 08-05-2020 14:27:45: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 08-05-2020 14:27:45: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:27:46: 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] 08-05-2020 14:27:46: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:27:46: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:27:46: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testContainerManaged -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:27:46: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:27:46: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:46: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:46: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:27:46: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:27:46: Opened connection to http://localhost:8001/security_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:27:46: TRACE: got outputstream [javatest.batch] 08-05-2020 14:27:46: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:46: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:27:46: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:27:46: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:27:46: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:27:46: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:27:46: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:27:46: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:46: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:27:46: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nullwhitebox-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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:27:46: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:27:46: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:27:46: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.security.securityClient1 [javatest.batch] 08-05-2020 14:27:46: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.security.securityClient1 [javatest.batch] 08-05-2020 14:27:46: SVR-TRACE: ** IN getRunMethod: testname=testContainerManaged [javatest.batch] 08-05-2020 14:27:46: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:27:46: SVR-TRACE: **runmethod=testContainerManaged [javatest.batch] 08-05-2020 14:27:46: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:27:46: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:27:46: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testContainerManaged_setup [javatest.batch] 08-05-2020 14:27:46: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:27:46: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:27:46: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:27:46: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testContainerManaged_cleanup [javatest.batch] 08-05-2020 14:27:46: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:27:46: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:27:46: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:27:46: SVR: Using: java:comp/env/eis/whitebox-notx [javatest.batch] 08-05-2020 14:27:46: SVR: Using: java:comp/env/eis/whitebox-notx-param [javatest.batch] 08-05-2020 14:27:46: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@51ea5fb0 [javatest.batch] 08-05-2020 14:27:46: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@2f0fc835 [javatest.batch] 08-05-2020 14:27:46: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:27:46: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:27:46: SVR: Got connection from the TSDataSource. [javatest.batch] 08-05-2020 14:27:46: SVR: Checking for Connection Validity. [javatest.batch] 08-05-2020 14:27:46: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:27:46: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:27:46: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:27:46: SVR: Cleanup [javatest.batch] 08-05-2020 14:27:46: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 08-05-2020 14:27:46: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:27: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/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] 08-05-2020 14:27:48: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:27:48: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:27:48: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testForUnsharedTimer -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:27:48: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:27:48: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:48: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:48: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:27:48: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:27:48: Opened connection to http://localhost:8001/workmgt_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:27:48: TRACE: got outputstream [javatest.batch] 08-05-2020 14:27:48: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:48: SVR-TRACE: init com.sun.ts.tests.common.vehicle.connectorservlet.ConnectorServletVehicle ... [javatest.batch] 08-05-2020 14:27:48: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:27:48: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:27:48: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:27:48: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:27:48: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:27:48: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:27:48: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../..nullvehicle_archive_name=workmgt_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testForUnsharedTimernullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/Run_Standalone_TCK/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.15.56nullwhitebox-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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:27:48: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:27:48: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:27:48: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 [javatest.batch] 08-05-2020 14:27:48: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 [javatest.batch] 08-05-2020 14:27:48: SVR-TRACE: ** IN getRunMethod: testname=testForUnsharedTimer [javatest.batch] 08-05-2020 14:27:48: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:27:48: SVR-TRACE: **runmethod=testForUnsharedTimer [javatest.batch] 08-05-2020 14:27:48: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:27:48: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:27:48: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testForUnsharedTimer_setup [javatest.batch] 08-05-2020 14:27:48: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:27:48: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:27:48: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:27:48: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testForUnsharedTimer_cleanup [javatest.batch] 08-05-2020 14:27:48: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:27:48: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:27:48: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:27:48: SVR: Using: java:comp/env/eis/whitebox-notx [javatest.batch] 08-05-2020 14:27:48: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:27:48: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:27:48: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:27:48: SVR: Got RA log. [javatest.batch] 08-05-2020 14:27:48: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:27: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:27:48: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:27:48: SVR: Performing end to end verification... [javatest.batch] 08-05-2020 14:27:48: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:27:48: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:27:48: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:27:48: SVR: Cleanup [javatest.batch] 08-05-2020 14:27:48: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:27:48: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:27:48: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:27: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/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] 08-05-2020 14:27:49: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:27:49: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:27:49: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testNestedWork -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:27:49: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:27:49: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:49: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:49: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:27:49: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:27:50: Opened connection to http://localhost:8001/workmgt_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:27:50: TRACE: got outputstream [javatest.batch] 08-05-2020 14:27:50: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:50: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:27:50: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:27:50: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:27:50: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:27:50: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:27:50: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:27:50: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:27:50: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../..nullvehicle_archive_name=workmgt_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testNestedWorknullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/Run_Standalone_TCK/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.15.56nullwhitebox-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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:27:50: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:50: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:27:50: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:27:50: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 [javatest.batch] 08-05-2020 14:27:50: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 [javatest.batch] 08-05-2020 14:27:50: SVR-TRACE: ** IN getRunMethod: testname=testNestedWork [javatest.batch] 08-05-2020 14:27:50: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:27:50: SVR-TRACE: **runmethod=testNestedWork [javatest.batch] 08-05-2020 14:27:50: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:27:50: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:27:50: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testNestedWork_setup [javatest.batch] 08-05-2020 14:27:50: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:27:50: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:27:50: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:27:50: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testNestedWork_cleanup [javatest.batch] 08-05-2020 14:27:50: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:27:50: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:27:50: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:27:50: SVR: Using: java:comp/env/eis/whitebox-notx [javatest.batch] 08-05-2020 14:27:50: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:27:50: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:27:50: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:27:50: SVR: Got RA log. [javatest.batch] 08-05-2020 14:27:50: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:27: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:27:50: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:27:50: SVR: Performing end to end verification... [javatest.batch] 08-05-2020 14:27:50: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:27:50: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:27:50: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:27:50: SVR: Cleanup [javatest.batch] 08-05-2020 14:27:50: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:27:51: 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] 08-05-2020 14:27:51: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:27:51: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:27:51: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testScheduleWork -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:27:51: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:27:51: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:51: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:51: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:27:51: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:27:51: Opened connection to http://localhost:8001/workmgt_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:27:51: TRACE: got outputstream [javatest.batch] 08-05-2020 14:27:51: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:51: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:27:51: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:27:51: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:27:51: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:27:51: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:27:51: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:27:51: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:27:51: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../..nullvehicle_archive_name=workmgt_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testScheduleWorknullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/Run_Standalone_TCK/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.15.56nullwhitebox-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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:27:51: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:51: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:27:51: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:27:51: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 [javatest.batch] 08-05-2020 14:27:51: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 [javatest.batch] 08-05-2020 14:27:51: SVR-TRACE: ** IN getRunMethod: testname=testScheduleWork [javatest.batch] 08-05-2020 14:27:51: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:27:51: SVR-TRACE: **runmethod=testScheduleWork [javatest.batch] 08-05-2020 14:27:51: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:27:51: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:27:51: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testScheduleWork_setup [javatest.batch] 08-05-2020 14:27:51: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:27:51: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:27:51: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:27:51: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testScheduleWork_cleanup [javatest.batch] 08-05-2020 14:27:51: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:27:51: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:27:51: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:27:51: SVR: Using: java:comp/env/eis/whitebox-notx [javatest.batch] 08-05-2020 14:27:51: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:27:51: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:27:51: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:27:51: SVR: Got RA log. [javatest.batch] 08-05-2020 14:27:51: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:27: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:27:51: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:27:51: SVR: Performing end to end verification... [javatest.batch] 08-05-2020 14:27:51: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:27:51: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:27:51: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:27:51: SVR: Cleanup [javatest.batch] 08-05-2020 14:27:51: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:27: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/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] 08-05-2020 14:27:53: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:27:53: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:27:53: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testScheduleWorkListener -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:27:53: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:27:53: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:53: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:53: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:27:53: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:27:53: Opened connection to http://localhost:8001/workmgt_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:27:53: TRACE: got outputstream [javatest.batch] 08-05-2020 14:27:53: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:53: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:27:53: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:27:53: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:27:53: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:27:53: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:27:53: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:27:53: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:27:53: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../..nullvehicle_archive_name=workmgt_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testScheduleWorkListenernullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/Run_Standalone_TCK/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.15.56nullwhitebox-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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:27:53: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:27:53: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:53: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:27:53: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 [javatest.batch] 08-05-2020 14:27:53: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 [javatest.batch] 08-05-2020 14:27:53: SVR-TRACE: ** IN getRunMethod: testname=testScheduleWorkListener [javatest.batch] 08-05-2020 14:27:53: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:27:53: SVR-TRACE: **runmethod=testScheduleWorkListener [javatest.batch] 08-05-2020 14:27:53: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:27:53: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:27:53: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testScheduleWorkListener_setup [javatest.batch] 08-05-2020 14:27:53: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:27:53: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:27:53: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:27:53: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testScheduleWorkListener_cleanup [javatest.batch] 08-05-2020 14:27:53: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:27:53: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:27:53: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:27:53: SVR: Using: java:comp/env/eis/whitebox-notx [javatest.batch] 08-05-2020 14:27:53: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:27:53: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:27:53: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:27:53: SVR: Got RA log. [javatest.batch] 08-05-2020 14:27:53: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:27: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:27:53: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:27:53: SVR: Performing end to end verification... [javatest.batch] 08-05-2020 14:27:53: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:27:53: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:27:53: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:27:53: SVR: Cleanup [javatest.batch] 08-05-2020 14:27:53: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:27: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/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] 08-05-2020 14:27:54: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:27:54: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:27:54: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testUnknownWorkDuration -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:27:54: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:27:54: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:54: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:54: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:27:54: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:27:55: Opened connection to http://localhost:8001/workmgt_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:27:55: TRACE: got outputstream [javatest.batch] 08-05-2020 14:27:55: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:55: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:27:55: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:27:55: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:27:55: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:27:55: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:27:55: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:27:55: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:27:55: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../..nullvehicle_archive_name=workmgt_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testUnknownWorkDurationnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/Run_Standalone_TCK/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.15.56nullwhitebox-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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:27:55: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:55: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:27:55: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:27:55: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 [javatest.batch] 08-05-2020 14:27:55: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 [javatest.batch] 08-05-2020 14:27:55: SVR-TRACE: ** IN getRunMethod: testname=testUnknownWorkDuration [javatest.batch] 08-05-2020 14:27:55: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:27:55: SVR-TRACE: **runmethod=testUnknownWorkDuration [javatest.batch] 08-05-2020 14:27:55: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:27:55: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:27:55: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUnknownWorkDuration_setup [javatest.batch] 08-05-2020 14:27:55: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:27:55: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:27:55: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:27:55: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUnknownWorkDuration_cleanup [javatest.batch] 08-05-2020 14:27:55: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:27:55: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:27:55: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:27:55: SVR: Using: java:comp/env/eis/whitebox-notx [javatest.batch] 08-05-2020 14:27:55: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:27:55: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:27:55: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:27:55: SVR: Got RA log. [javatest.batch] 08-05-2020 14:27:55: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:27: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:27:55: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:27:55: SVR: Performing end to end verification... [javatest.batch] 08-05-2020 14:27:55: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:27:55: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:27:55: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:27:55: SVR: Cleanup [javatest.batch] 08-05-2020 14:27:55: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:27: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/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] 08-05-2020 14:27:56: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:27:56: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:27:56: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testWorkCompletedException -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:27:56: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:27:56: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:56: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:56: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:27:56: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:27:56: Opened connection to http://localhost:8001/workmgt_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:27:56: TRACE: got outputstream [javatest.batch] 08-05-2020 14:27:56: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:56: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:27:56: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:27:56: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:27:56: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:27:56: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:27:56: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:27:56: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:27:56: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../..nullvehicle_archive_name=workmgt_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testWorkCompletedExceptionnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/Run_Standalone_TCK/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.15.56nullwhitebox-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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:27:56: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:56: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:27:56: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:27:56: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 [javatest.batch] 08-05-2020 14:27:56: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 [javatest.batch] 08-05-2020 14:27:56: SVR-TRACE: ** IN getRunMethod: testname=testWorkCompletedException [javatest.batch] 08-05-2020 14:27:56: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:27:56: SVR-TRACE: **runmethod=testWorkCompletedException [javatest.batch] 08-05-2020 14:27:56: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:27:56: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:27:56: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkCompletedException_setup [javatest.batch] 08-05-2020 14:27:56: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:27:56: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:27:56: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:27:56: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkCompletedException_cleanup [javatest.batch] 08-05-2020 14:27:56: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:27:56: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:27:56: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:27:56: SVR: Using: java:comp/env/eis/whitebox-notx [javatest.batch] 08-05-2020 14:27:56: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:27:56: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:27:56: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:27:56: SVR: Got RA log. [javatest.batch] 08-05-2020 14:27:56: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:27: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:27:56: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:27:56: SVR: Performing end to end verification... [javatest.batch] 08-05-2020 14:27:56: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:27:56: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:27:56: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:27:56: SVR: Cleanup [javatest.batch] 08-05-2020 14:27:56: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:27:57: 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] 08-05-2020 14:27:57: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:27:57: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:27:57: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testWorkListenerImplementation -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:27:58: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:27:58: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:58: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:58: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:27:58: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:27:58: Opened connection to http://localhost:8001/workmgt_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:27:58: TRACE: got outputstream [javatest.batch] 08-05-2020 14:27:58: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:58: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:27:58: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:27:58: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:27:58: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:27:58: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:27:58: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:27:58: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:27:58: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:58: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../..nullvehicle_archive_name=workmgt_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testWorkListenerImplementationnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/Run_Standalone_TCK/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.15.56nullwhitebox-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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:27:58: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:27:58: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:27:58: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 [javatest.batch] 08-05-2020 14:27:58: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 [javatest.batch] 08-05-2020 14:27:58: SVR-TRACE: ** IN getRunMethod: testname=testWorkListenerImplementation [javatest.batch] 08-05-2020 14:27:58: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:27:58: SVR-TRACE: **runmethod=testWorkListenerImplementation [javatest.batch] 08-05-2020 14:27:58: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:27:58: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:27:58: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkListenerImplementation_setup [javatest.batch] 08-05-2020 14:27:58: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:27:58: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:27:58: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:27:58: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkListenerImplementation_cleanup [javatest.batch] 08-05-2020 14:27:58: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:27:58: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:27:58: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:27:58: SVR: Using: java:comp/env/eis/whitebox-notx [javatest.batch] 08-05-2020 14:27:58: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:27:58: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:27:58: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:27:58: SVR: Got RA log. [javatest.batch] 08-05-2020 14:27:58: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:27: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:27:58: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:27:58: SVR: Performing end to end verification... [javatest.batch] 08-05-2020 14:27:58: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:27:58: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:27:58: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:27:58: SVR: Cleanup [javatest.batch] 08-05-2020 14:27:58: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:27:59: 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] 08-05-2020 14:27:59: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:27:59: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:27:59: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testWorkManagerImplementaion -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:27:59: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:27:59: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:59: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:27:59: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:27:59: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:27:59: Opened connection to http://localhost:8001/workmgt_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:27:59: TRACE: got outputstream [javatest.batch] 08-05-2020 14:27:59: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:59: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:27:59: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:27:59: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:27:59: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:27:59: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:27:59: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:27:59: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:27:59: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:27:59: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../..nullvehicle_archive_name=workmgt_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testWorkManagerImplementaionnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/Run_Standalone_TCK/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.15.56nullwhitebox-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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:27:59: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:27:59: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:27:59: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 [javatest.batch] 08-05-2020 14:27:59: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 [javatest.batch] 08-05-2020 14:27:59: SVR-TRACE: ** IN getRunMethod: testname=testWorkManagerImplementaion [javatest.batch] 08-05-2020 14:27:59: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:27:59: SVR-TRACE: **runmethod=testWorkManagerImplementaion [javatest.batch] 08-05-2020 14:27:59: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:27:59: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:27:59: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkManagerImplementaion_setup [javatest.batch] 08-05-2020 14:27:59: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:27:59: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:27:59: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:27:59: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkManagerImplementaion_cleanup [javatest.batch] 08-05-2020 14:27:59: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:27:59: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:27:59: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:27:59: SVR: Using: java:comp/env/eis/whitebox-notx [javatest.batch] 08-05-2020 14:27:59: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:27:59: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:27:59: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:27:59: SVR: Got RA log. [javatest.batch] 08-05-2020 14:27:59: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:27: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:27:59: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:27:59: SVR: Performing end to end verification... [javatest.batch] 08-05-2020 14:27:59: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:27:59: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:27:59: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:27:59: SVR: Cleanup [javatest.batch] 08-05-2020 14:27:59: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:28: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/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] 08-05-2020 14:28:01: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:28:01: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:28:01: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testValidateCustomPerm -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:28:01: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:28:01: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:01: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:01: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:28:01: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:28:01: Opened connection to http://localhost:8001/permissiondd_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:28:01: TRACE: got outputstream [javatest.batch] 08-05-2020 14:28:01: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:01: SVR-TRACE: init com.sun.ts.tests.common.vehicle.connectorservlet.ConnectorServletVehicle ... [javatest.batch] 08-05-2020 14:28:01: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:28:01: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:28:01: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:28:01: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:28:01: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:28:01: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:28:01: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../..nullvehicle_archive_name=permissiondd_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testValidateCustomPermnullharness.log.delayseconds=1nullvehicle=connectorservletnullharness.temp.directory=/home/jenkins/agent/workspace/Run_Standalone_TCK/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.15.56nullwhitebox-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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:28:01: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:28:01: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:28:01: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.permissiondd.Client [javatest.batch] 08-05-2020 14:28:01: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.permissiondd.Client [javatest.batch] 08-05-2020 14:28:01: SVR-TRACE: ** IN getRunMethod: testname=testValidateCustomPerm [javatest.batch] 08-05-2020 14:28:01: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:28:01: SVR-TRACE: **runmethod=testValidateCustomPerm [javatest.batch] 08-05-2020 14:28:01: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:28:01: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:28:01: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testValidateCustomPerm_setup [javatest.batch] 08-05-2020 14:28:01: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:28:01: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:28:01: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:28:01: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testValidateCustomPerm_cleanup [javatest.batch] 08-05-2020 14:28:01: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:28:01: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:28:01: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:28:01: SVR: Using: java:comp/env/eis/whitebox-permissiondd [javatest.batch] 08-05-2020 14:28:01: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@49f0dba8 [javatest.batch] 08-05-2020 14:28:01: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:28:01: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:28:01: SVR: Got connection and log for whitebox-permissiondd. [javatest.batch] 08-05-2020 14:28: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:28:01: SVR: testValidateCustomPerm PASSED. [javatest.batch] 08-05-2020 14:28:01: SVR: Cleanup [javatest.batch] 08-05-2020 14:28:01: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 08-05-2020 14:28:01: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:28:01: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:28:01: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:02: 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] 08-05-2020 14:28:02: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:28:02: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:28:02: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testValidateLocalGrantForCustomPerm -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:28:02: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:28:02: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:02: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:02: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:28:02: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:28:03: Opened connection to http://localhost:8001/permissiondd_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:28:03: TRACE: got outputstream [javatest.batch] 08-05-2020 14:28:03: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:03: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:28:03: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:28:03: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:28:03: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:28:03: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:28:03: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:28:03: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:28:03: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../..nullvehicle_archive_name=permissiondd_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testValidateLocalGrantForCustomPermnullharness.log.delayseconds=1nullvehicle=connectorservletnullharness.temp.directory=/home/jenkins/agent/workspace/Run_Standalone_TCK/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.15.56nullwhitebox-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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:28:03: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:03: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:28:03: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:28:03: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.permissiondd.Client [javatest.batch] 08-05-2020 14:28:03: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.permissiondd.Client [javatest.batch] 08-05-2020 14:28:03: SVR-TRACE: ** IN getRunMethod: testname=testValidateLocalGrantForCustomPerm [javatest.batch] 08-05-2020 14:28:03: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:28:03: SVR-TRACE: **runmethod=testValidateLocalGrantForCustomPerm [javatest.batch] 08-05-2020 14:28:03: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:28:03: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:28:03: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testValidateLocalGrantForCustomPerm_setup [javatest.batch] 08-05-2020 14:28:03: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:28:03: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:28:03: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:28:03: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testValidateLocalGrantForCustomPerm_cleanup [javatest.batch] 08-05-2020 14:28:03: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:28:03: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:28:03: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:28:03: SVR: Using: java:comp/env/eis/whitebox-permissiondd [javatest.batch] 08-05-2020 14:28:03: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@12bd1cb0 [javatest.batch] 08-05-2020 14:28:03: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:28:03: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:28:03: SVR: Got connection and log for whitebox-permissiondd. [javatest.batch] 08-05-2020 14:28: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:28:03: SVR: testValidateLocalGrantForCustomPerm PASSED. [javatest.batch] 08-05-2020 14:28:03: SVR: Cleanup [javatest.batch] 08-05-2020 14:28:03: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 08-05-2020 14:28:03: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:28:04: 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] 08-05-2020 14:28:04: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:28:04: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:28:04: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testValidateLocalPermsInvalidName -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:28:04: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:28:04: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:04: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:04: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:28:04: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:28:04: Opened connection to http://localhost:8001/permissiondd_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:28:04: TRACE: got outputstream [javatest.batch] 08-05-2020 14:28:04: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:04: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:28:04: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:28:04: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:28:04: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:28:04: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:28:04: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:28:04: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:28:04: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../..nullvehicle_archive_name=permissiondd_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testValidateLocalPermsInvalidNamenullharness.log.delayseconds=1nullvehicle=connectorservletnullharness.temp.directory=/home/jenkins/agent/workspace/Run_Standalone_TCK/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.15.56nullwhitebox-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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:28:04: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:04: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:28:04: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:28:04: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.permissiondd.Client [javatest.batch] 08-05-2020 14:28:04: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.permissiondd.Client [javatest.batch] 08-05-2020 14:28:04: SVR-TRACE: ** IN getRunMethod: testname=testValidateLocalPermsInvalidName [javatest.batch] 08-05-2020 14:28:04: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:28:04: SVR-TRACE: **runmethod=testValidateLocalPermsInvalidName [javatest.batch] 08-05-2020 14:28:04: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:28:04: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:28:04: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testValidateLocalPermsInvalidName_setup [javatest.batch] 08-05-2020 14:28:04: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:28:04: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:28:04: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:28:04: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testValidateLocalPermsInvalidName_cleanup [javatest.batch] 08-05-2020 14:28:04: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:28:04: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:28:04: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:28:04: SVR: Using: java:comp/env/eis/whitebox-permissiondd [javatest.batch] 08-05-2020 14:28:04: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@509077ec [javatest.batch] 08-05-2020 14:28:04: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:28:04: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:28:04: SVR: Got connection and log for whitebox-permissiondd. [javatest.batch] 08-05-2020 14:28:04: 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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:28:04: SVR: testValidateLocalPermsInvalidName PASSED. [javatest.batch] 08-05-2020 14:28:04: SVR: Cleanup [javatest.batch] 08-05-2020 14:28:04: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 08-05-2020 14:28:04: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:28:05: 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] 08-05-2020 14:28:06: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:28:06: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:28:06: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testValidateMissingPermFails -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:28:06: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:28:06: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:06: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:06: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:28:06: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:28:06: Opened connection to http://localhost:8001/permissiondd_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:28:06: TRACE: got outputstream [javatest.batch] 08-05-2020 14:28:06: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:06: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:28:06: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:28:06: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:28:06: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:28:06: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:28:06: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:28:06: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:28:06: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:06: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../..nullvehicle_archive_name=permissiondd_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testValidateMissingPermFailsnullharness.log.delayseconds=1nullvehicle=connectorservletnullharness.temp.directory=/home/jenkins/agent/workspace/Run_Standalone_TCK/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.15.56nullwhitebox-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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:28:06: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:28:06: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:28:06: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.permissiondd.Client [javatest.batch] 08-05-2020 14:28:06: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.permissiondd.Client [javatest.batch] 08-05-2020 14:28:06: SVR-TRACE: ** IN getRunMethod: testname=testValidateMissingPermFails [javatest.batch] 08-05-2020 14:28:06: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:28:06: SVR-TRACE: **runmethod=testValidateMissingPermFails [javatest.batch] 08-05-2020 14:28:06: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:28:06: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:28:06: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testValidateMissingPermFails_setup [javatest.batch] 08-05-2020 14:28:06: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:28:06: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:28:06: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:28:06: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testValidateMissingPermFails_cleanup [javatest.batch] 08-05-2020 14:28:06: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:28:06: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:28:06: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:28:06: SVR: Using: java:comp/env/eis/whitebox-permissiondd [javatest.batch] 08-05-2020 14:28:06: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@1f60f4d9 [javatest.batch] 08-05-2020 14:28:06: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:28:06: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:28:06: SVR: Got connection and log for whitebox-permissiondd. [javatest.batch] 08-05-2020 14:28: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:28:06: SVR: testValidateMissingPermFails PASSED. [javatest.batch] 08-05-2020 14:28:06: SVR: Cleanup [javatest.batch] 08-05-2020 14:28:06: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 08-05-2020 14:28:06: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:28:07: 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] 08-05-2020 14:28:07: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:28:07: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:28:07: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testValidateRequiredPermSet -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:28:07: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:28:07: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:07: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:07: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:28:07: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:28:07: Opened connection to http://localhost:8001/permissiondd_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:28:07: TRACE: got outputstream [javatest.batch] 08-05-2020 14:28:07: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:07: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:28:07: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:28:07: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:28:07: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:28:07: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:28:07: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:28:07: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:28:07: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../..nullvehicle_archive_name=permissiondd_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testValidateRequiredPermSetnullharness.log.delayseconds=1nullvehicle=connectorservletnullharness.temp.directory=/home/jenkins/agent/workspace/Run_Standalone_TCK/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.15.56nullwhitebox-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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:28:07: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:07: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:28:07: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:28:07: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.permissiondd.Client [javatest.batch] 08-05-2020 14:28:07: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.permissiondd.Client [javatest.batch] 08-05-2020 14:28:07: SVR-TRACE: ** IN getRunMethod: testname=testValidateRequiredPermSet [javatest.batch] 08-05-2020 14:28:07: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:28:07: SVR-TRACE: **runmethod=testValidateRequiredPermSet [javatest.batch] 08-05-2020 14:28:07: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:28:07: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:28:07: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testValidateRequiredPermSet_setup [javatest.batch] 08-05-2020 14:28:07: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:28:07: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:28:07: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:28:07: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testValidateRequiredPermSet_cleanup [javatest.batch] 08-05-2020 14:28:07: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:28:07: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:28:07: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:28:07: SVR: Using: java:comp/env/eis/whitebox-permissiondd [javatest.batch] 08-05-2020 14:28:07: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@35079ccd [javatest.batch] 08-05-2020 14:28:07: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:28:07: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:28:07: SVR: Got connection and log for whitebox-permissiondd. [javatest.batch] 08-05-2020 14:28: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:28:07: SVR: testValidateRequiredPermSet PASSED. [javatest.batch] 08-05-2020 14:28:07: SVR: Cleanup [javatest.batch] 08-05-2020 14:28:07: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 08-05-2020 14:28:07: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:28:08: 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] 08-05-2020 14:28:09: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:28:09: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:28:09: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testValidateRestrictedLocalPerm -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:28:09: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:28:09: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:09: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:09: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:28:09: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:28:09: Opened connection to http://localhost:8001/permissiondd_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:28:09: TRACE: got outputstream [javatest.batch] 08-05-2020 14:28:09: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:09: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:28:09: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:28:09: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:28:09: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:28:09: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:28:09: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:28:09: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:28:09: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:09: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../..nullvehicle_archive_name=permissiondd_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testValidateRestrictedLocalPermnullharness.log.delayseconds=1nullvehicle=connectorservletnullharness.temp.directory=/home/jenkins/agent/workspace/Run_Standalone_TCK/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.15.56nullwhitebox-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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:28:09: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:28:09: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:28:09: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.permissiondd.Client [javatest.batch] 08-05-2020 14:28:09: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.permissiondd.Client [javatest.batch] 08-05-2020 14:28:09: SVR-TRACE: ** IN getRunMethod: testname=testValidateRestrictedLocalPerm [javatest.batch] 08-05-2020 14:28:09: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:28:09: SVR-TRACE: **runmethod=testValidateRestrictedLocalPerm [javatest.batch] 08-05-2020 14:28:09: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:28:09: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:28:09: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testValidateRestrictedLocalPerm_setup [javatest.batch] 08-05-2020 14:28:09: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:28:09: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:28:09: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:28:09: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testValidateRestrictedLocalPerm_cleanup [javatest.batch] 08-05-2020 14:28:09: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:28:09: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:28:09: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:28:09: SVR: Using: java:comp/env/eis/whitebox-permissiondd [javatest.batch] 08-05-2020 14:28:09: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@15c15c9f [javatest.batch] 08-05-2020 14:28:09: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:28:09: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:28:09: SVR: Got connection and log for whitebox-permissiondd. [javatest.batch] 08-05-2020 14:28: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:28:09: SVR: testValidateRestrictedLocalPerm PASSED. [javatest.batch] 08-05-2020 14:28:09: SVR: Cleanup [javatest.batch] 08-05-2020 14:28:09: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 08-05-2020 14:28:09: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:28:10: 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] 08-05-2020 14:28:10: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:28:10: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:28:10: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testGetConnection1 -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:28:10: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:28:10: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:10: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:10: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:28:10: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:28:11: Opened connection to http://localhost:8001/xa_compat_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:28:11: TRACE: got outputstream [javatest.batch] 08-05-2020 14:28:11: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:11: SVR-TRACE: init com.sun.ts.tests.common.vehicle.connectorservlet.ConnectorServletVehicle ... [javatest.batch] 08-05-2020 14:28:11: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:28:11: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:28:11: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:28:11: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:28:11: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:28:11: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:28:11: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/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] 08-05-2020 14:28:11: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:28:11: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:28:11: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.compat.compatClient1 [javatest.batch] 08-05-2020 14:28:11: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.compat.compatClient1 [javatest.batch] 08-05-2020 14:28:11: SVR-TRACE: ** IN getRunMethod: testname=testGetConnection1 [javatest.batch] 08-05-2020 14:28:11: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:28:11: SVR-TRACE: **runmethod=testGetConnection1 [javatest.batch] 08-05-2020 14:28:11: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:28:11: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:28:11: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testGetConnection1_setup [javatest.batch] 08-05-2020 14:28:11: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:28:11: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:28:11: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:28:11: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testGetConnection1_cleanup [javatest.batch] 08-05-2020 14:28:11: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:28:11: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:28:11: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:28:11: SVR: Using: cts1 [javatest.batch] 08-05-2020 14:28:11: SVR: Using: cts1 [javatest.batch] 08-05-2020 14:28:11: SVR: Using: java:comp/env/eis/oldwhitebox-xa [javatest.batch] 08-05-2020 14:28:11: SVR: Using: java:comp/env/eis/oldwhitebox-xa-param [javatest.batch] 08-05-2020 14:28:11: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@1f3ab013 [javatest.batch] 08-05-2020 14:28:11: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@14b2128e [javatest.batch] 08-05-2020 14:28:11: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:28:11: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:28:11: SVR: Got Connection Object from the DataSource. [javatest.batch] 08-05-2020 14:28:11: SVR: Checking for Connection Validity. [javatest.batch] 08-05-2020 14:28:11: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:28:11: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:28:11: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:28:11: SVR: Connection Object is Valid. [javatest.batch] 08-05-2020 14:28:11: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:28:11: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:28:11: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:28: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/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] 08-05-2020 14:28:12: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:28:12: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:28:12: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testgetConnectionWithParameter1 -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:28:12: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:28:12: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:12: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:12: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:28:12: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:28:12: Opened connection to http://localhost:8001/xa_compat_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:28:12: TRACE: got outputstream [javatest.batch] 08-05-2020 14:28:12: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:12: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:28:12: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:28:12: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:28:12: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:28:12: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:28:12: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:28:12: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:28:12: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/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] 08-05-2020 14:28:12: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:12: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:28:12: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:28:12: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.compat.compatClient1 [javatest.batch] 08-05-2020 14:28:12: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.compat.compatClient1 [javatest.batch] 08-05-2020 14:28:12: SVR-TRACE: ** IN getRunMethod: testname=testgetConnectionWithParameter1 [javatest.batch] 08-05-2020 14:28:12: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:28:12: SVR-TRACE: **runmethod=testgetConnectionWithParameter1 [javatest.batch] 08-05-2020 14:28:12: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:28:12: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:28:12: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testgetConnectionWithParameter1_setup [javatest.batch] 08-05-2020 14:28:12: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:28:12: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:28:12: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:28:12: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testgetConnectionWithParameter1_cleanup [javatest.batch] 08-05-2020 14:28:12: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:28:12: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:28:12: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:28:12: SVR: Using: cts1 [javatest.batch] 08-05-2020 14:28:12: SVR: Using: cts1 [javatest.batch] 08-05-2020 14:28:12: SVR: Using: java:comp/env/eis/oldwhitebox-xa [javatest.batch] 08-05-2020 14:28:12: SVR: Using: java:comp/env/eis/oldwhitebox-xa-param [javatest.batch] 08-05-2020 14:28:12: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@3ced6aa4 [javatest.batch] 08-05-2020 14:28:12: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@670ee5b4 [javatest.batch] 08-05-2020 14:28:12: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:28:12: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:28:12: SVR: Using: java:comp/env/eis/oldwhitebox-xa [javatest.batch] 08-05-2020 14:28:12: SVR: Using: java:comp/env/eis/oldwhitebox-xa-param [javatest.batch] 08-05-2020 14:28:12: SVR: Using: cts1 [javatest.batch] 08-05-2020 14:28:12: SVR: Using: cts1 [javatest.batch] 08-05-2020 14:28:12: SVR: Got connection object from the DataSource. [javatest.batch] 08-05-2020 14:28:12: SVR: Checking for Connection Validity. [javatest.batch] 08-05-2020 14:28:12: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:28:12: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:28:12: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:28:12: SVR: Connection Object is Valid. [javatest.batch] 08-05-2020 14:28:12: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:28:13: 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] 08-05-2020 14:28:14: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:28:14: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:28:14: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testGetConnection1 -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:28:14: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:28:14: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:14: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:14: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:28:14: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:28:14: Opened connection to http://localhost:8001/xa_connection_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:28:14: TRACE: got outputstream [javatest.batch] 08-05-2020 14:28:14: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:14: SVR-TRACE: init com.sun.ts.tests.common.vehicle.connectorservlet.ConnectorServletVehicle ... [javatest.batch] 08-05-2020 14:28:14: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:28:14: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:28:14: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:28:14: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:28:14: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:28:14: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:28:14: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:28:14: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:28:14: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:28:14: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.connection.connectionClient1 [javatest.batch] 08-05-2020 14:28:14: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.connection.connectionClient1 [javatest.batch] 08-05-2020 14:28:14: SVR-TRACE: ** IN getRunMethod: testname=testGetConnection1 [javatest.batch] 08-05-2020 14:28:14: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:28:14: SVR-TRACE: **runmethod=testGetConnection1 [javatest.batch] 08-05-2020 14:28:14: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:28:14: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:28:14: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testGetConnection1_setup [javatest.batch] 08-05-2020 14:28:14: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:28:14: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:28:14: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:28:14: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testGetConnection1_cleanup [javatest.batch] 08-05-2020 14:28:14: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:28:14: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:28:14: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:28:14: SVR: Using: cts1 [javatest.batch] 08-05-2020 14:28:14: SVR: Using: cts1 [javatest.batch] 08-05-2020 14:28:14: SVR: Using: java:comp/env/eis/whitebox-xa [javatest.batch] 08-05-2020 14:28:14: SVR: Using: java:comp/env/eis/whitebox-xa-param [javatest.batch] 08-05-2020 14:28:14: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@56f83810 [javatest.batch] 08-05-2020 14:28:14: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@13f88666 [javatest.batch] 08-05-2020 14:28:14: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:28:14: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:28:14: SVR: Got Connection Object from the DataSource. [javatest.batch] 08-05-2020 14:28:14: SVR: Checking for Connection Validity. [javatest.batch] 08-05-2020 14:28:14: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:28:14: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:28:14: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:28:14: SVR: Connection Object is Valid. [javatest.batch] 08-05-2020 14:28:14: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:28:14: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:28:14: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:15: 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] 08-05-2020 14:28:15: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:28:15: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:28:15: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testgetConnectionWithParameter1 -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:28:15: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:28:15: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:15: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:15: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:28:15: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:28:16: Opened connection to http://localhost:8001/xa_connection_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:28:16: TRACE: got outputstream [javatest.batch] 08-05-2020 14:28:16: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:16: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:28:16: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:28:16: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:28:16: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:28:16: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:28:16: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:28:16: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:28:16: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:16: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:28:16: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:28:16: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:28:16: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.connection.connectionClient1 [javatest.batch] 08-05-2020 14:28:16: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.connection.connectionClient1 [javatest.batch] 08-05-2020 14:28:16: SVR-TRACE: ** IN getRunMethod: testname=testgetConnectionWithParameter1 [javatest.batch] 08-05-2020 14:28:16: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:28:16: SVR-TRACE: **runmethod=testgetConnectionWithParameter1 [javatest.batch] 08-05-2020 14:28:16: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:28:16: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:28:16: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testgetConnectionWithParameter1_setup [javatest.batch] 08-05-2020 14:28:16: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:28:16: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:28:16: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:28:16: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testgetConnectionWithParameter1_cleanup [javatest.batch] 08-05-2020 14:28:16: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:28:16: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:28:16: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:28:16: SVR: Using: cts1 [javatest.batch] 08-05-2020 14:28:16: SVR: Using: cts1 [javatest.batch] 08-05-2020 14:28:16: SVR: Using: java:comp/env/eis/whitebox-xa [javatest.batch] 08-05-2020 14:28:16: SVR: Using: java:comp/env/eis/whitebox-xa-param [javatest.batch] 08-05-2020 14:28:16: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@656fdcc0 [javatest.batch] 08-05-2020 14:28:16: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@914524 [javatest.batch] 08-05-2020 14:28:16: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:28:16: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:28:16: SVR: Using: java:comp/env/eis/whitebox-xa [javatest.batch] 08-05-2020 14:28:16: SVR: Using: java:comp/env/eis/whitebox-xa-param [javatest.batch] 08-05-2020 14:28:16: SVR: Using: cts1 [javatest.batch] 08-05-2020 14:28:16: SVR: Using: cts1 [javatest.batch] 08-05-2020 14:28:16: SVR: Got connection object from the DataSource. [javatest.batch] 08-05-2020 14:28:16: SVR: Checking for Connection Validity. [javatest.batch] 08-05-2020 14:28:16: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:28:16: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:28:16: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:28:16: SVR: Connection Object is Valid. [javatest.batch] 08-05-2020 14:28:16: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:28:17: 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] 08-05-2020 14:28:17: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:28:17: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:28:17: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testConnectionEventListener -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:28:17: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:28:17: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:17: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:17: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:28:17: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:28:17: Opened connection to http://localhost:8001/xa_event_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:28:17: TRACE: got outputstream [javatest.batch] 08-05-2020 14:28:17: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:17: SVR-TRACE: init com.sun.ts.tests.common.vehicle.connectorservlet.ConnectorServletVehicle ... [javatest.batch] 08-05-2020 14:28:17: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:28:17: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:28:17: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:28:17: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:28:17: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:28:17: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:28:17: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:28:17: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:28:17: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:28:17: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.event.eventClient1 [javatest.batch] 08-05-2020 14:28:17: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.event.eventClient1 [javatest.batch] 08-05-2020 14:28:17: SVR-TRACE: ** IN getRunMethod: testname=testConnectionEventListener [javatest.batch] 08-05-2020 14:28:17: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:28:17: SVR-TRACE: **runmethod=testConnectionEventListener [javatest.batch] 08-05-2020 14:28:17: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:28:17: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:28:17: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testConnectionEventListener_setup [javatest.batch] 08-05-2020 14:28:17: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:28:17: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:28:17: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:28:17: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testConnectionEventListener_cleanup [javatest.batch] 08-05-2020 14:28:17: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:28:17: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:28:17: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:28:17: SVR: Using: java:comp/env/eis/whitebox-xa [javatest.batch] 08-05-2020 14:28:17: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:28:17: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:28:17: SVR: Got connection. [javatest.batch] 08-05-2020 14:28:17: 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] 08-05-2020 14:28:17: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:28:17: SVR: CONNECTION_CLOSED called correctly. [javatest.batch] 08-05-2020 14:28:17: SVR: Cleanup [javatest.batch] 08-05-2020 14:28:17: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 08-05-2020 14:28:17: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:28:17: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:28: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/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] 08-05-2020 14:28:19: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:28:19: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:28:19: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAssociationMCFandRA -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:28:19: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:28:19: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:19: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:19: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:28:19: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:28:19: Opened connection to http://localhost:8001/xa_lifecycle_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:28:19: TRACE: got outputstream [javatest.batch] 08-05-2020 14:28:19: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:19: SVR-TRACE: init com.sun.ts.tests.common.vehicle.connectorservlet.ConnectorServletVehicle ... [javatest.batch] 08-05-2020 14:28:19: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:28:19: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:28:19: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:28:19: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:28:19: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:28:19: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:28:19: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:28:19: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:28:19: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:28:19: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 [javatest.batch] 08-05-2020 14:28:19: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 [javatest.batch] 08-05-2020 14:28:19: SVR-TRACE: ** IN getRunMethod: testname=testAssociationMCFandRA [javatest.batch] 08-05-2020 14:28:19: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:28:19: SVR-TRACE: **runmethod=testAssociationMCFandRA [javatest.batch] 08-05-2020 14:28:19: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:28:19: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:28:19: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAssociationMCFandRA_setup [javatest.batch] 08-05-2020 14:28:19: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:28:19: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:28:19: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:28:19: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAssociationMCFandRA_cleanup [javatest.batch] 08-05-2020 14:28:19: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:28:19: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:28:19: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:28:19: SVR: Using: java:comp/env/eis/whitebox-xa [javatest.batch] 08-05-2020 14:28:19: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:28:19: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:28:19: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:28:19: SVR: Got RA log. [javatest.batch] 08-05-2020 14:28:19: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:28:19: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:28:19: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:28: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:28:19: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:28:19: SVR: Performing end to end verification... [javatest.batch] 08-05-2020 14:28:19: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:28:19: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:28:19: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:28:19: SVR: Cleanup [javatest.batch] 08-05-2020 14:28:19: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:28: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/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] 08-05-2020 14:28:20: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:28:20: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:28:20: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAssociationMCFandRA2 -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:28:20: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:28:20: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:20: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:20: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:28:20: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:28:21: Opened connection to http://localhost:8001/xa_lifecycle_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:28:21: TRACE: got outputstream [javatest.batch] 08-05-2020 14:28:21: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:21: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:28:21: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:28:21: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:28:21: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:28:21: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:28:21: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:28:21: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:28:21: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:28:21: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:28:21: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:21: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:28:21: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 [javatest.batch] 08-05-2020 14:28:21: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 [javatest.batch] 08-05-2020 14:28:21: SVR-TRACE: ** IN getRunMethod: testname=testAssociationMCFandRA2 [javatest.batch] 08-05-2020 14:28:21: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:28:21: SVR-TRACE: **runmethod=testAssociationMCFandRA2 [javatest.batch] 08-05-2020 14:28:21: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:28:21: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:28:21: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAssociationMCFandRA2_setup [javatest.batch] 08-05-2020 14:28:21: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:28:21: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:28:21: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:28:21: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAssociationMCFandRA2_cleanup [javatest.batch] 08-05-2020 14:28:21: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:28:21: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:28:21: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:28:21: SVR: Using: java:comp/env/eis/whitebox-xa [javatest.batch] 08-05-2020 14:28:21: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:28:21: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:28:21: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:28:21: SVR: Got RA log. [javatest.batch] 08-05-2020 14:28:21: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:28: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:28:21: SVR: testAssociationMCFandRA2 passed: setResourceAdapter not called twice. [javatest.batch] 08-05-2020 14:28:21: SVR: Cleanup [javatest.batch] 08-05-2020 14:28:21: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:28: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/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] 08-05-2020 14:28:22: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:28:22: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:28:22: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testBootstrapforNull -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:28:22: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:28:22: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:22: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:22: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:28:22: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:28:22: Opened connection to http://localhost:8001/xa_lifecycle_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:28:22: TRACE: got outputstream [javatest.batch] 08-05-2020 14:28:22: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:22: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:28:22: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:28:22: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:28:22: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:28:22: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:28:22: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:28:22: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:28:22: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:28:22: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:22: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:28:22: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:28:22: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 [javatest.batch] 08-05-2020 14:28:22: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 [javatest.batch] 08-05-2020 14:28:22: SVR-TRACE: ** IN getRunMethod: testname=testBootstrapforNull [javatest.batch] 08-05-2020 14:28:22: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:28:22: SVR-TRACE: **runmethod=testBootstrapforNull [javatest.batch] 08-05-2020 14:28:22: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:28:22: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:28:22: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testBootstrapforNull_setup [javatest.batch] 08-05-2020 14:28:22: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:28:22: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:28:22: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:28:22: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testBootstrapforNull_cleanup [javatest.batch] 08-05-2020 14:28:22: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:28:22: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:28:22: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:28:22: SVR: Using: java:comp/env/eis/whitebox-xa [javatest.batch] 08-05-2020 14:28:22: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:28:22: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:28:22: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:28:22: SVR: Got RA log. [javatest.batch] 08-05-2020 14:28:22: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:28: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:28:22: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:28:22: SVR: Performing end to end verification... [javatest.batch] 08-05-2020 14:28:22: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:28:22: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:28:22: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:28:22: SVR: Cleanup [javatest.batch] 08-05-2020 14:28:22: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:28:23: 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] 08-05-2020 14:28:23: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:28:23: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:28:23: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testInstantiationOfRA -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:28:24: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:28:24: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:24: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:24: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:28:24: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:28:24: Opened connection to http://localhost:8001/xa_lifecycle_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:28:24: TRACE: got outputstream [javatest.batch] 08-05-2020 14:28:24: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:24: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:28:24: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:28:24: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:28:24: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:28:24: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:28:24: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:28:24: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:28:24: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:24: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:28:24: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:28:24: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:28:24: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 [javatest.batch] 08-05-2020 14:28:24: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 [javatest.batch] 08-05-2020 14:28:24: SVR-TRACE: ** IN getRunMethod: testname=testInstantiationOfRA [javatest.batch] 08-05-2020 14:28:24: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:28:24: SVR-TRACE: **runmethod=testInstantiationOfRA [javatest.batch] 08-05-2020 14:28:24: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:28:24: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:28:24: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testInstantiationOfRA_setup [javatest.batch] 08-05-2020 14:28:24: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:28:24: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:28:24: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:28:24: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testInstantiationOfRA_cleanup [javatest.batch] 08-05-2020 14:28:24: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:28:24: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:28:24: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:28:24: SVR: Using: java:comp/env/eis/whitebox-xa [javatest.batch] 08-05-2020 14:28:24: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:28:24: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:28:24: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:28:24: SVR: Got RA log. [javatest.batch] 08-05-2020 14:28:24: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:28: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:28:24: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:28:24: SVR: Performing end to end verification... [javatest.batch] 08-05-2020 14:28:24: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:28:24: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:28:24: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:28:24: SVR: Cleanup [javatest.batch] 08-05-2020 14:28:24: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:28:25: 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] 08-05-2020 14:28:25: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:28:25: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:28:25: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testMCFcalledOnce -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:28:25: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:28:25: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:25: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:25: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:28:25: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:28:25: Opened connection to http://localhost:8001/xa_lifecycle_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:28:25: TRACE: got outputstream [javatest.batch] 08-05-2020 14:28:25: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:25: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:28:25: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:28:25: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:28:25: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:28:25: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:28:25: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:25: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:28:25: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:28:25: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:28:25: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:28:25: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:28:25: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 [javatest.batch] 08-05-2020 14:28:25: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 [javatest.batch] 08-05-2020 14:28:25: SVR-TRACE: ** IN getRunMethod: testname=testMCFcalledOnce [javatest.batch] 08-05-2020 14:28:25: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:28:25: SVR-TRACE: **runmethod=testMCFcalledOnce [javatest.batch] 08-05-2020 14:28:25: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:28:25: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:28:25: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testMCFcalledOnce_setup [javatest.batch] 08-05-2020 14:28:25: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:28:25: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:28:25: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:28:25: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testMCFcalledOnce_cleanup [javatest.batch] 08-05-2020 14:28:25: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:28:25: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:28:25: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:28:25: SVR: Using: java:comp/env/eis/whitebox-xa [javatest.batch] 08-05-2020 14:28:25: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:28:25: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:28:25: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:28:25: SVR: Got RA log. [javatest.batch] 08-05-2020 14:28:25: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:28: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:28:25: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:28:25: SVR: Performing end to end verification... [javatest.batch] 08-05-2020 14:28:25: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:28:25: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:28:25: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:28:25: SVR: Cleanup [javatest.batch] 08-05-2020 14:28:25: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:28:26: 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] 08-05-2020 14:28:27: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:28:27: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:28:27: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testRAforJavaBean -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:28:27: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:28:27: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:27: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:27: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:28:27: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:28:27: Opened connection to http://localhost:8001/xa_lifecycle_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:28:27: TRACE: got outputstream [javatest.batch] 08-05-2020 14:28:27: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:27: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:28:27: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:28:27: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:28:27: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:28:27: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:28:27: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:28:27: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:27: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:28:27: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:28:27: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:28:27: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:28:27: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 [javatest.batch] 08-05-2020 14:28:27: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 [javatest.batch] 08-05-2020 14:28:27: SVR-TRACE: ** IN getRunMethod: testname=testRAforJavaBean [javatest.batch] 08-05-2020 14:28:27: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:28:27: SVR-TRACE: **runmethod=testRAforJavaBean [javatest.batch] 08-05-2020 14:28:27: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:28:27: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:28:27: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testRAforJavaBean_setup [javatest.batch] 08-05-2020 14:28:27: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:28:27: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:28:27: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:28:27: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testRAforJavaBean_cleanup [javatest.batch] 08-05-2020 14:28:27: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:28:27: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:28:27: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:28:27: SVR: Using: java:comp/env/eis/whitebox-xa [javatest.batch] 08-05-2020 14:28:27: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:28:27: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:28:27: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:28:27: SVR: Got RA log. [javatest.batch] 08-05-2020 14:28:27: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:28: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:28:27: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:28:27: SVR: Performing end to end verification... [javatest.batch] 08-05-2020 14:28:27: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:28:27: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:28:27: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:28:27: SVR: Exception dropping table. [javatest.batch] 08-05-2020 14:28:27: SVR: Cleanup [javatest.batch] 08-05-2020 14:28:27: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:28:28: 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] 08-05-2020 14:28:28: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:28:28: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:28:28: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testRASharability -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:28:28: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:28:28: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:28: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:28: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:28:28: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:28:29: Opened connection to http://localhost:8001/xa_lifecycle_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:28:29: TRACE: got outputstream [javatest.batch] 08-05-2020 14:28:29: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:29: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:28:29: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:28:29: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:28:29: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:28:29: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:28:29: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:28:29: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:28:29: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:28:29: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:29: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:28:29: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:28:29: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 [javatest.batch] 08-05-2020 14:28:29: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 [javatest.batch] 08-05-2020 14:28:29: SVR-TRACE: ** IN getRunMethod: testname=testRASharability [javatest.batch] 08-05-2020 14:28:29: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:28:29: SVR-TRACE: **runmethod=testRASharability [javatest.batch] 08-05-2020 14:28:29: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:28:29: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:28:29: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testRASharability_setup [javatest.batch] 08-05-2020 14:28:29: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:28:29: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:28:29: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:28:29: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testRASharability_cleanup [javatest.batch] 08-05-2020 14:28:29: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:28:29: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:28:29: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:28:29: SVR: Using: java:comp/env/eis/whitebox-xa [javatest.batch] 08-05-2020 14:28:29: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:28:29: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:28:29: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:28:29: SVR: Got RA log. [javatest.batch] 08-05-2020 14:28:29: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:28: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:28:29: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:28:29: SVR: Performing end to end verification... [javatest.batch] 08-05-2020 14:28:29: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:28:29: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:28:29: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:28:29: SVR: Cleanup [javatest.batch] 08-05-2020 14:28:29: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:28:30: 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] 08-05-2020 14:28:30: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:28:30: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:28:30: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAppEISSignon -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:28:30: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:28:30: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:30: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:30: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:28:30: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:28:30: Opened connection to http://localhost:8001/xa_security_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:28:30: TRACE: got outputstream [javatest.batch] 08-05-2020 14:28:30: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:30: SVR-TRACE: init com.sun.ts.tests.common.vehicle.connectorservlet.ConnectorServletVehicle ... [javatest.batch] 08-05-2020 14:28:30: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:28:30: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:28:30: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:28:30: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:28:30: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:28:30: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:28:30: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:28:30: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:28:30: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:28:30: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.security.securityClient1 [javatest.batch] 08-05-2020 14:28:30: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.security.securityClient1 [javatest.batch] 08-05-2020 14:28:30: SVR-TRACE: ** IN getRunMethod: testname=testAppEISSignon [javatest.batch] 08-05-2020 14:28:30: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:28:30: SVR-TRACE: **runmethod=testAppEISSignon [javatest.batch] 08-05-2020 14:28:30: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:28:30: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:28:30: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAppEISSignon_setup [javatest.batch] 08-05-2020 14:28:30: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:28:30: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:28:30: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:28:30: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAppEISSignon_cleanup [javatest.batch] 08-05-2020 14:28:30: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:28:30: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:28:30: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:28:30: SVR: Using: java:comp/env/eis/whitebox-xa [javatest.batch] 08-05-2020 14:28:30: SVR: Using: java:comp/env/eis/whitebox-xa-param [javatest.batch] 08-05-2020 14:28:30: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@efcb417 [javatest.batch] 08-05-2020 14:28:30: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@4f4ed433 [javatest.batch] 08-05-2020 14:28:30: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:28:30: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:28:30: SVR: Using: java:comp/env/eis/whitebox-xa-param [javatest.batch] 08-05-2020 14:28:30: SVR: Got connection object from the DataSource. [javatest.batch] 08-05-2020 14:28:30: SVR: Checking for Connection Validity. [javatest.batch] 08-05-2020 14:28:30: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:28:30: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:28:30: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:28:30: SVR: Cleanup [javatest.batch] 08-05-2020 14:28:30: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 08-05-2020 14:28:30: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:28:30: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:28:30: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:31: 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] 08-05-2020 14:28:32: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:28:32: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:28:32: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testComponentManaged -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:28:32: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:28:32: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:32: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:32: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:28:32: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:28:32: Opened connection to http://localhost:8001/xa_security_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:28:32: TRACE: got outputstream [javatest.batch] 08-05-2020 14:28:32: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:32: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:28:32: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:28:32: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:28:32: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:28:32: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:28:32: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:32: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:28:32: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:28:32: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:28:32: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:28:32: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:28:32: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.security.securityClient1 [javatest.batch] 08-05-2020 14:28:32: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.security.securityClient1 [javatest.batch] 08-05-2020 14:28:32: SVR-TRACE: ** IN getRunMethod: testname=testComponentManaged [javatest.batch] 08-05-2020 14:28:32: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:28:32: SVR-TRACE: **runmethod=testComponentManaged [javatest.batch] 08-05-2020 14:28:32: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:28:32: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:28:32: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testComponentManaged_setup [javatest.batch] 08-05-2020 14:28:32: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:28:32: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:28:32: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:28:32: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testComponentManaged_cleanup [javatest.batch] 08-05-2020 14:28:32: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:28:32: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:28:32: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:28:32: SVR: Using: java:comp/env/eis/whitebox-xa [javatest.batch] 08-05-2020 14:28:32: SVR: Using: java:comp/env/eis/whitebox-xa-param [javatest.batch] 08-05-2020 14:28:32: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@a5efe9d [javatest.batch] 08-05-2020 14:28:32: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@5bc108ec [javatest.batch] 08-05-2020 14:28:32: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:28:32: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:28:32: SVR: Using: java:comp/env/eis/whitebox-xa-param [javatest.batch] 08-05-2020 14:28:32: SVR: Got connection object from the DataSource. [javatest.batch] 08-05-2020 14:28:32: SVR: Checking for Connection Validity. [javatest.batch] 08-05-2020 14:28:32: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:28:32: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:28:32: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:28:32: SVR: Cleanup [javatest.batch] 08-05-2020 14:28:32: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 08-05-2020 14:28:32: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:28:33: 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] 08-05-2020 14:28:33: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:28:33: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:28:33: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testConnManagerAllocateConnection -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:28:33: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:28:33: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:33: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:33: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:28:33: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:28:33: Opened connection to http://localhost:8001/xa_security_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:28:33: TRACE: got outputstream [javatest.batch] 08-05-2020 14:28:33: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:34: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:28:34: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:28:34: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:28:34: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:28:34: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:28:34: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:28:34: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:28:34: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:28:34: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:34: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:28:34: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:28:34: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.security.securityClient1 [javatest.batch] 08-05-2020 14:28:34: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.security.securityClient1 [javatest.batch] 08-05-2020 14:28:34: SVR-TRACE: ** IN getRunMethod: testname=testConnManagerAllocateConnection [javatest.batch] 08-05-2020 14:28:34: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:28:34: SVR-TRACE: **runmethod=testConnManagerAllocateConnection [javatest.batch] 08-05-2020 14:28:34: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:28:34: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:28:34: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testConnManagerAllocateConnection_setup [javatest.batch] 08-05-2020 14:28:34: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:28:34: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:28:34: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:28:34: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testConnManagerAllocateConnection_cleanup [javatest.batch] 08-05-2020 14:28:34: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:28:34: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:28:34: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:28:34: SVR: Using: java:comp/env/eis/whitebox-xa [javatest.batch] 08-05-2020 14:28:34: SVR: Using: java:comp/env/eis/whitebox-xa-param [javatest.batch] 08-05-2020 14:28:34: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@2050203f [javatest.batch] 08-05-2020 14:28:34: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@441dbef1 [javatest.batch] 08-05-2020 14:28:34: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:28:34: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:28:34: SVR: Got connection from the DataSource. [javatest.batch] 08-05-2020 14:28:34: SVR: Checking for Connection Validity. [javatest.batch] 08-05-2020 14:28:34: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:28:34: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:28:34: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:28:34: SVR: Cleanup [javatest.batch] 08-05-2020 14:28:34: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 08-05-2020 14:28:34: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:28:35: 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] 08-05-2020 14:28:35: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:28:35: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:28:35: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testContainerManaged -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:28:35: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:28:35: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:35: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:35: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:28:35: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:28:35: Opened connection to http://localhost:8001/xa_security_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:28:35: TRACE: got outputstream [javatest.batch] 08-05-2020 14:28:35: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:35: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:28:35: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:28:35: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:28:35: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:28:35: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:28:35: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:28:35: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:28:35: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:35: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:28:35: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:28:35: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:28:35: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.security.securityClient1 [javatest.batch] 08-05-2020 14:28:35: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.security.securityClient1 [javatest.batch] 08-05-2020 14:28:35: SVR-TRACE: ** IN getRunMethod: testname=testContainerManaged [javatest.batch] 08-05-2020 14:28:35: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:28:35: SVR-TRACE: **runmethod=testContainerManaged [javatest.batch] 08-05-2020 14:28:35: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:28:35: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:28:35: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testContainerManaged_setup [javatest.batch] 08-05-2020 14:28:35: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:28:35: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:28:35: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:28:35: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testContainerManaged_cleanup [javatest.batch] 08-05-2020 14:28:35: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:28:35: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:28:35: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:28:35: SVR: Using: java:comp/env/eis/whitebox-xa [javatest.batch] 08-05-2020 14:28:35: SVR: Using: java:comp/env/eis/whitebox-xa-param [javatest.batch] 08-05-2020 14:28:35: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@178b6316 [javatest.batch] 08-05-2020 14:28:35: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@140b9244 [javatest.batch] 08-05-2020 14:28:35: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:28:35: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:28:35: SVR: Got connection from the DataSource. [javatest.batch] 08-05-2020 14:28:35: SVR: Checking for Connection Validity. [javatest.batch] 08-05-2020 14:28:35: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:28:35: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:28:35: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:28:35: SVR: Cleanup [javatest.batch] 08-05-2020 14:28:35: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 08-05-2020 14:28:35: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:28:36: 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] 08-05-2020 14:28:36: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:28:36: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:28:36: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testForUnsharedTimer -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:28:37: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:28:37: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:37: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:37: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:28:37: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:28:37: Opened connection to http://localhost:8001/xa_workmgt_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:28:37: TRACE: got outputstream [javatest.batch] 08-05-2020 14:28:37: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:37: SVR-TRACE: init com.sun.ts.tests.common.vehicle.connectorservlet.ConnectorServletVehicle ... [javatest.batch] 08-05-2020 14:28:37: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:28:37: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:28:37: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:28:37: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:28:37: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:28:37: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:28:37: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:28:37: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:28:37: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:28:37: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 [javatest.batch] 08-05-2020 14:28:37: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 [javatest.batch] 08-05-2020 14:28:37: SVR-TRACE: ** IN getRunMethod: testname=testForUnsharedTimer [javatest.batch] 08-05-2020 14:28:37: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:28:37: SVR-TRACE: **runmethod=testForUnsharedTimer [javatest.batch] 08-05-2020 14:28:37: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:28:37: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:28:37: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testForUnsharedTimer_setup [javatest.batch] 08-05-2020 14:28:37: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:28:37: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:28:37: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:28:37: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testForUnsharedTimer_cleanup [javatest.batch] 08-05-2020 14:28:37: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:28:37: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:28:37: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:28:37: SVR: Using: java:comp/env/eis/whitebox-xa [javatest.batch] 08-05-2020 14:28:37: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:28:37: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:28:37: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:28:37: SVR: Got RA log. [javatest.batch] 08-05-2020 14:28:37: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:28: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:28:37: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:28:37: SVR: Performing end to end verification... [javatest.batch] 08-05-2020 14:28:37: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:28:37: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:28:37: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:28:37: SVR: Cleanup [javatest.batch] 08-05-2020 14:28:37: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:28:37: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:28:37: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:38: 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] 08-05-2020 14:28:38: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:28:38: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:28:38: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testNestedWork -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:28:38: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:28:38: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:38: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:38: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:28:38: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:28:38: Opened connection to http://localhost:8001/xa_workmgt_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:28:38: TRACE: got outputstream [javatest.batch] 08-05-2020 14:28:38: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:38: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:28:38: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:28:38: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:28:38: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:28:38: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:28:38: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:28:38: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:28:38: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:28:38: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:28:38: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:38: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:28:38: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 [javatest.batch] 08-05-2020 14:28:38: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 [javatest.batch] 08-05-2020 14:28:38: SVR-TRACE: ** IN getRunMethod: testname=testNestedWork [javatest.batch] 08-05-2020 14:28:38: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:28:38: SVR-TRACE: **runmethod=testNestedWork [javatest.batch] 08-05-2020 14:28:38: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:28:38: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:28:38: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testNestedWork_setup [javatest.batch] 08-05-2020 14:28:38: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:28:38: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:28:38: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:28:38: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testNestedWork_cleanup [javatest.batch] 08-05-2020 14:28:38: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:28:38: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:28:38: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:28:38: SVR: Using: java:comp/env/eis/whitebox-xa [javatest.batch] 08-05-2020 14:28:38: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:28:38: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:28:38: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:28:38: SVR: Got RA log. [javatest.batch] 08-05-2020 14:28:38: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:28:38: 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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:28:38: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:28:38: SVR: Performing end to end verification... [javatest.batch] 08-05-2020 14:28:38: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:28:38: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:28:38: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:28:38: SVR: Cleanup [javatest.batch] 08-05-2020 14:28:38: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:28: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/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] 08-05-2020 14:28:40: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:28:40: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:28:40: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testScheduleWork -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:28:40: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:28:40: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:40: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:40: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:28:40: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:28:40: Opened connection to http://localhost:8001/xa_workmgt_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:28:40: TRACE: got outputstream [javatest.batch] 08-05-2020 14:28:40: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:40: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:28:40: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:28:40: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:28:40: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:28:40: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:28:40: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:28:40: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:40: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:28:40: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:28:40: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:28:40: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:28:40: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 [javatest.batch] 08-05-2020 14:28:40: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 [javatest.batch] 08-05-2020 14:28:40: SVR-TRACE: ** IN getRunMethod: testname=testScheduleWork [javatest.batch] 08-05-2020 14:28:40: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:28:40: SVR-TRACE: **runmethod=testScheduleWork [javatest.batch] 08-05-2020 14:28:40: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:28:40: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:28:40: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testScheduleWork_setup [javatest.batch] 08-05-2020 14:28:40: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:28:40: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:28:40: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:28:40: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testScheduleWork_cleanup [javatest.batch] 08-05-2020 14:28:40: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:28:40: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:28:40: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:28:40: SVR: Using: java:comp/env/eis/whitebox-xa [javatest.batch] 08-05-2020 14:28:40: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:28:40: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:28:40: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:28:40: SVR: Got RA log. [javatest.batch] 08-05-2020 14:28:40: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:28: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:28:40: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:28:40: SVR: Performing end to end verification... [javatest.batch] 08-05-2020 14:28:40: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:28:40: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:28:40: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:28:40: SVR: Cleanup [javatest.batch] 08-05-2020 14:28:40: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:28: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/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] 08-05-2020 14:28:41: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:28:41: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:28:41: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testScheduleWorkListener -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:28:41: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:28:41: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:41: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:41: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:28:41: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:28:42: Opened connection to http://localhost:8001/xa_workmgt_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:28:42: TRACE: got outputstream [javatest.batch] 08-05-2020 14:28:42: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:42: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:28:42: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:28:42: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:28:42: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:28:42: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:28:42: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:28:42: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:28:42: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:28:42: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:42: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:28:42: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:28:42: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 [javatest.batch] 08-05-2020 14:28:42: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 [javatest.batch] 08-05-2020 14:28:42: SVR-TRACE: ** IN getRunMethod: testname=testScheduleWorkListener [javatest.batch] 08-05-2020 14:28:42: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:28:42: SVR-TRACE: **runmethod=testScheduleWorkListener [javatest.batch] 08-05-2020 14:28:42: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:28:42: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:28:42: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testScheduleWorkListener_setup [javatest.batch] 08-05-2020 14:28:42: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:28:42: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:28:42: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:28:42: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testScheduleWorkListener_cleanup [javatest.batch] 08-05-2020 14:28:42: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:28:42: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:28:42: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:28:42: SVR: Using: java:comp/env/eis/whitebox-xa [javatest.batch] 08-05-2020 14:28:42: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:28:42: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:28:42: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:28:42: SVR: Got RA log. [javatest.batch] 08-05-2020 14:28:42: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:28: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:28:42: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:28:42: SVR: Performing end to end verification... [javatest.batch] 08-05-2020 14:28:42: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:28:42: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:28:42: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:28:42: SVR: Cleanup [javatest.batch] 08-05-2020 14:28:42: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:28:43: 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] 08-05-2020 14:28:43: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:28:43: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:28:43: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testUnknownWorkDuration -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:28:43: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:28:43: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:43: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:43: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:28:43: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:28:43: Opened connection to http://localhost:8001/xa_workmgt_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:28:43: TRACE: got outputstream [javatest.batch] 08-05-2020 14:28:43: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:43: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:28:43: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:28:43: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:28:43: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:28:43: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:28:43: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:28:43: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:28:43: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:28:43: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:28:43: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:43: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:28:43: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 [javatest.batch] 08-05-2020 14:28:43: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 [javatest.batch] 08-05-2020 14:28:43: SVR-TRACE: ** IN getRunMethod: testname=testUnknownWorkDuration [javatest.batch] 08-05-2020 14:28:43: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:28:43: SVR-TRACE: **runmethod=testUnknownWorkDuration [javatest.batch] 08-05-2020 14:28:43: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:28:43: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:28:43: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUnknownWorkDuration_setup [javatest.batch] 08-05-2020 14:28:43: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:28:43: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:28:43: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:28:43: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUnknownWorkDuration_cleanup [javatest.batch] 08-05-2020 14:28:43: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:28:43: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:28:43: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:28:43: SVR: Using: java:comp/env/eis/whitebox-xa [javatest.batch] 08-05-2020 14:28:43: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:28:43: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:28:43: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:28:43: SVR: Got RA log. [javatest.batch] 08-05-2020 14:28:43: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:28: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:28:43: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:28:43: SVR: Performing end to end verification... [javatest.batch] 08-05-2020 14:28:43: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:28:43: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:28:43: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:28:43: SVR: Cleanup [javatest.batch] 08-05-2020 14:28:43: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:28: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/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] 08-05-2020 14:28:45: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:28:45: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:28:45: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testWorkCompletedException -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:28:45: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:28:45: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:45: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:45: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:28:45: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:28:45: Opened connection to http://localhost:8001/xa_workmgt_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:28:45: TRACE: got outputstream [javatest.batch] 08-05-2020 14:28:45: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:45: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:28:45: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:28:45: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:28:45: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:28:45: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:28:45: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:28:45: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:28:45: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:45: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:28:45: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:28:45: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:28:45: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 [javatest.batch] 08-05-2020 14:28:45: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 [javatest.batch] 08-05-2020 14:28:45: SVR-TRACE: ** IN getRunMethod: testname=testWorkCompletedException [javatest.batch] 08-05-2020 14:28:45: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:28:45: SVR-TRACE: **runmethod=testWorkCompletedException [javatest.batch] 08-05-2020 14:28:45: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:28:45: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:28:45: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkCompletedException_setup [javatest.batch] 08-05-2020 14:28:45: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:28:45: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:28:45: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:28:45: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkCompletedException_cleanup [javatest.batch] 08-05-2020 14:28:45: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:28:45: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:28:45: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:28:45: SVR: Using: java:comp/env/eis/whitebox-xa [javatest.batch] 08-05-2020 14:28:45: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:28:45: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:28:45: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:28:45: SVR: Got RA log. [javatest.batch] 08-05-2020 14:28:45: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:28: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:28:45: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:28:45: SVR: Performing end to end verification... [javatest.batch] 08-05-2020 14:28:45: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:28:45: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:28:45: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:28:45: SVR: Cleanup [javatest.batch] 08-05-2020 14:28:45: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:28: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/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] 08-05-2020 14:28:46: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:28:46: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:28:46: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testWorkListenerImplementation -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:28:46: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:28:46: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:46: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:46: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:28:46: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:28:46: Opened connection to http://localhost:8001/xa_workmgt_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:28:46: TRACE: got outputstream [javatest.batch] 08-05-2020 14:28:46: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:46: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:28:46: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:28:46: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:28:46: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:28:46: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:28:46: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:28:46: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:28:46: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:46: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:28:46: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:28:46: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:28:46: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 [javatest.batch] 08-05-2020 14:28:46: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 [javatest.batch] 08-05-2020 14:28:46: SVR-TRACE: ** IN getRunMethod: testname=testWorkListenerImplementation [javatest.batch] 08-05-2020 14:28:46: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:28:46: SVR-TRACE: **runmethod=testWorkListenerImplementation [javatest.batch] 08-05-2020 14:28:46: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:28:46: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:28:46: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkListenerImplementation_setup [javatest.batch] 08-05-2020 14:28:46: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:28:46: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:28:46: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:28:46: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkListenerImplementation_cleanup [javatest.batch] 08-05-2020 14:28:46: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:28:46: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:28:46: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:28:46: SVR: Using: java:comp/env/eis/whitebox-xa [javatest.batch] 08-05-2020 14:28:46: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:28:46: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:28:46: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:28:46: SVR: Got RA log. [javatest.batch] 08-05-2020 14:28:46: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:28: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:28:46: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:28:46: SVR: Performing end to end verification... [javatest.batch] 08-05-2020 14:28:46: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:28:46: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:28:46: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:28:46: SVR: Cleanup [javatest.batch] 08-05-2020 14:28:46: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:28:47: 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] 08-05-2020 14:28:48: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:28:48: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:28:48: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp/tstest.jte -t testWorkManagerImplementaion -vehicle connectorservlet -ap /home/jenkins/agent/workspace/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:28:48: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:28:48: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:48: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:48: TRACE: in ServiceEETest.run() method [javatest.batch] 08-05-2020 14:28:48: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 08-05-2020 14:28:48: Opened connection to http://localhost:8001/xa_workmgt_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 08-05-2020 14:28:48: TRACE: got outputstream [javatest.batch] 08-05-2020 14:28:48: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:48: SVR-TRACE: In doPost [javatest.batch] 08-05-2020 14:28:48: Test status from a connectorservlet: 0: [javatest.batch] 08-05-2020 14:28:48: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 08-05-2020 14:28:48: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 08-05-2020 14:28:48: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 08-05-2020 14:28:48: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 08-05-2020 14:28:48: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 08-05-2020 14:28:48: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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.15.56nulltest_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/Run_Standalone_TCK/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 08-05-2020 14:28:48: Test: returning from running in a connectorservlet vehicle [javatest.batch] 08-05-2020 14:28:48: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 08-05-2020 14:28:48: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:28:48: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 [javatest.batch] 08-05-2020 14:28:48: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 [javatest.batch] 08-05-2020 14:28:48: SVR-TRACE: ** IN getRunMethod: testname=testWorkManagerImplementaion [javatest.batch] 08-05-2020 14:28:48: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:28:48: SVR-TRACE: **runmethod=testWorkManagerImplementaion [javatest.batch] 08-05-2020 14:28:48: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:28:48: SVR-TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:28:48: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkManagerImplementaion_setup [javatest.batch] 08-05-2020 14:28:48: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:28:48: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:28:48: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:28:48: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkManagerImplementaion_cleanup [javatest.batch] 08-05-2020 14:28:48: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:28:48: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:28:48: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:28:48: SVR: Using: java:comp/env/eis/whitebox-xa [javatest.batch] 08-05-2020 14:28:48: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:28:48: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:28:48: SVR: Performing callback verification... [javatest.batch] 08-05-2020 14:28:48: SVR: Got RA log. [javatest.batch] 08-05-2020 14:28:48: SVR-TRACE: Got connection. [javatest.batch] 08-05-2020 14:28: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, XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, MAResourceAdapterImpl Started 1, 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, 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, Schedule Work Listener Called, 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 valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, 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, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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 1, NestWork.constructor, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred 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., cbTestGPCandCPCFail: callbacks are NOT handled - as expected., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), 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 executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, 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, submitted work with SIC Listener, enterred testSecurityInflow(), enterred testSecurityInflow(), SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Work Object Submitted, WorkListenerImpl.workAccepted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), 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.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, 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, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, cbTestCPCandPrin: callbacks handled., ResourceException(throwable) passed, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkListenerImpl.workAccepted for:notifications test, ResourceAdapterInternalException(str, str) passed, WorkListenerImpl.workStarted, ResourceAdapterInternalException(throwable) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, notifications test: workAccepted(): count=1, WorkException(str) passed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, WorkException(str, str) passed, setupSecurityContext() called with valid serviceSubject, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, cbTestCPCandPrin: callbacks handled., WorkRejectedException(null) passed, WorkRejectedException(str) passed, Context setup completed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, WorkListenerImpl.workCompleted, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., enterred submitSICWork(), notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, New Timer Provided by BootstrapContext, XATerminator is not null, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, Xid Committed, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, SUCCESS: WorkContextProvider causes expected WorkRejectedException, NotSupportedException(str, str) passed, TransactionContext supported by Server., NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityContext supported by Server., ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, HintsContext supported by Server., EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., notifications test: workAccepted(): count=1, New Timer Provided by BootstrapContext, XATerminator is not null, notifications test: workStarted(): count=2, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, getTransactionSynchronizationRegistry supported by Server, getTransactionSynchronizationRegistry supported by Server, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., TSR Lookup Successful, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., SUCCESS: validateCustomPermFromAppServer passed., 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(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(), LocalTxManagedConnectionFactory 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, 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, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, 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, 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, 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, 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, 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, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, 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, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, 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] 08-05-2020 14:28:48: SVR: Methods called correctly [javatest.batch] 08-05-2020 14:28:48: SVR: Performing end to end verification... [javatest.batch] 08-05-2020 14:28:48: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 08-05-2020 14:28:48: SVR: Values inserted into table! [javatest.batch] 08-05-2020 14:28:48: SVR: Table has been dropped! [javatest.batch] 08-05-2020 14:28:48: SVR: Cleanup [javatest.batch] 08-05-2020 14:28:48: SVR: Test running in servlet vehicle passed [javatest.batch] 08-05-2020 14:28:49: 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] 08-05-2020 14:28:49: Harness - harness.executeMode is set to "2" [javatest.batch] 08-05-2020 14:28:49: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 08-05-2020 14:28:49: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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/Run_Standalone_TCK/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/Run_Standalone_TCK/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/Run_Standalone_TCK/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/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 08-05-2020 14:28:49: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 08-05-2020 14:28:49: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:49: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 08-05-2020 14:28:49: TRACE: *** in EETest.run(argv,p) [javatest.batch] 08-05-2020 14:28:49: TRACE: TESTCLASS=com.sun.ts.tests.signaturetest.connector.ConnectorSigTest [javatest.batch] 08-05-2020 14:28:49: TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.signaturetest.connector.ConnectorSigTest [javatest.batch] 08-05-2020 14:28:49: TRACE: ** IN getRunMethod: testname=signatureTest [javatest.batch] 08-05-2020 14:28:49: TRACE: ** GOT RUN METHOD! [javatest.batch] 08-05-2020 14:28:49: TRACE: **runmethod=signatureTest [javatest.batch] 08-05-2020 14:28:49: TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 08-05-2020 14:28:49: TRACE: No setupMethod annotation present [javatest.batch] 08-05-2020 14:28:49: TRACE: getSetupMethod - checking for testcase specific setup method: signatureTest_setup [javatest.batch] 08-05-2020 14:28:49: TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 08-05-2020 14:28:49: TRACE: GOT SETUP METHOD! [javatest.batch] 08-05-2020 14:28:49: TRACE: No cleanupMethod annotation present [javatest.batch] 08-05-2020 14:28:49: TRACE: getCleanupMethod - checking for testcase specific cleanup method: signatureTest_cleanup [javatest.batch] 08-05-2020 14:28:49: TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 08-05-2020 14:28:49: TRACE: GOT CLEANUP METHOD! [javatest.batch] 08-05-2020 14:28:49: TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 08-05-2020 14:28:49: TRACE: $$$ SigTest.setup() called [javatest.batch] 08-05-2020 14:28:49: TRACE: $$$ SigTest.setup() complete [javatest.batch] 08-05-2020 14:28:49: TRACE: INVOKED SETUP METHOD! [javatest.batch] 08-05-2020 14:28:49: TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 08-05-2020 14:28:49: TRACE: $$$ SigTest.test1() called [javatest.batch] 08-05-2020 14:28:49: Using the following as the sig-Test map file: sig-test_se8.map [javatest.batch] 08-05-2020 14:28:49: Using the following as the SigTest Package file: sig-test-pkg-list_se8.txt [javatest.batch] 08-05-2020 14:28:49: optionalPkgToIgnore = [javatest.batch] 08-05-2020 14:28:49: ********** BEGIN PACKAGE LEVEL SIGNATURE VALIDATION ********** [javatest.batch] [javatest.batch] [javatest.batch] 08-05-2020 14:28:49: ********** BEGIN VALIDATE PACKAGE 'jakarta.resource' ********** [javatest.batch] [javatest.batch] 08-05-2020 14:28:49: ********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** [javatest.batch] 08-05-2020 14:28:49: Static mode supports checks of static constants values [javatest.batch] 08-05-2020 14:28:49: TRACE: Setting static mode flag to allow constant checking. [javatest.batch] 08-05-2020 14:28:49: TRACE: ----------------- BEGIN SIG PARAM DUMP ----------------- [javatest.batch] 08-05-2020 14:28:49: TRACE: Param[0]: -Static [javatest.batch] 08-05-2020 14:28:49: TRACE: Param[1]: -CheckValue [javatest.batch] 08-05-2020 14:28:49: TRACE: Param[2]: -mode [javatest.batch] 08-05-2020 14:28:49: TRACE: Param[3]: src [javatest.batch] 08-05-2020 14:28:49: TRACE: Param[4]: -Verbose [javatest.batch] 08-05-2020 14:28:49: TRACE: Param[5]: -FileName [javatest.batch] 08-05-2020 14:28:49: TRACE: Param[6]: /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/jakarta.resource.sig_2.0_se8 [javatest.batch] 08-05-2020 14:28:49: TRACE: Param[7]: -Classpath [javatest.batch] 08-05-2020 14:28:49: TRACE: Param[8]: /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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] 08-05-2020 14:28:49: TRACE: Param[9]: -Package [javatest.batch] 08-05-2020 14:28:49: TRACE: Param[10]: jakarta.resource [javatest.batch] 08-05-2020 14:28:49: TRACE: Param[11]: -Exclude [javatest.batch] 08-05-2020 14:28:49: TRACE: Param[12]: jakarta.resource.cci [javatest.batch] 08-05-2020 14:28:49: TRACE: Param[13]: -Exclude [javatest.batch] 08-05-2020 14:28:49: TRACE: Param[14]: jakarta.resource.spi [javatest.batch] 08-05-2020 14:28:49: TRACE: Param[15]: -Exclude [javatest.batch] 08-05-2020 14:28:49: TRACE: Param[16]: jakarta.resource.spi.endpoint [javatest.batch] 08-05-2020 14:28:49: TRACE: Param[17]: -Exclude [javatest.batch] 08-05-2020 14:28:49: TRACE: Param[18]: jakarta.resource.spi.security [javatest.batch] 08-05-2020 14:28:49: TRACE: Param[19]: -Exclude [javatest.batch] 08-05-2020 14:28:49: TRACE: Param[20]: jakarta.resource.spi.work [javatest.batch] 08-05-2020 14:28:49: TRACE: Param[21]: -ApiVersion [javatest.batch] 08-05-2020 14:28:49: TRACE: Param[22]: 2.0_se8 [javatest.batch] 08-05-2020 14:28:49: TRACE: ------------------ END SIG PARAM DUMP ------------------ [javatest.batch] 08-05-2020 14:28:50: TRACE: [javatest.batch] Calling: com.sun.tdk.signaturetest.SignatureTest() with following args: [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[0] = -Static [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[1] = -CheckValue [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[2] = -mode [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[3] = src [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[4] = -Verbose [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[5] = -FileName [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[6] = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/jakarta.resource.sig_2.0_se8 [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[7] = -Classpath [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[8] = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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] 08-05-2020 14:28:50: TRACE: testArguments[9] = -Package [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[10] = jakarta.resource [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[11] = -Exclude [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[12] = jakarta.resource.cci [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[13] = -Exclude [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[14] = jakarta.resource.spi [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[15] = -Exclude [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[16] = jakarta.resource.spi.endpoint [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[17] = -Exclude [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[18] = jakarta.resource.spi.security [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[19] = -Exclude [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[20] = jakarta.resource.spi.work [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[21] = -ApiVersion [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[22] = 2.0_se8 [javatest.batch] null [javatest.batch] 08-05-2020 14:28:50: ********** Status Report 'jakarta.resource' ********** [javatest.batch] [javatest.batch] 08-05-2020 14:28:50: SignatureTest report [javatest.batch] Base version: 2.0_se8 [javatest.batch] Tested version: 2.0_se8 [javatest.batch] Check mode: src [throws normalized] [javatest.batch] Constant checking: on [javatest.batch] [javatest.batch] [javatest.batch] [javatest.batch] 08-05-2020 14:28:50: ********** Package 'jakarta.resource' - PASSED (STATIC MODE) ********** [javatest.batch] 08-05-2020 14:28:50: [javatest.batch] [javatest.batch] [javatest.batch] 08-05-2020 14:28:50: ********** VALIDATE IN REFLECTIVE MODE **** [javatest.batch] 08-05-2020 14:28:50: Reflective mode supports verification within containers (ie ejb, servlet, etc) [javatest.batch] 08-05-2020 14:28:50: TRACE: Not Setting static mode flag to allow constant checking. [javatest.batch] 08-05-2020 14:28:50: TRACE: ----------------- BEGIN SIG PARAM DUMP ----------------- [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[0]: -Verbose [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[1]: -FileName [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[2]: /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/jakarta.resource.sig_2.0_se8 [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[3]: -Classpath [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[4]: /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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] 08-05-2020 14:28:50: TRACE: Param[5]: -Package [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[6]: jakarta.resource [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[7]: -Exclude [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[8]: jakarta.resource.cci [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[9]: -Exclude [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[10]: jakarta.resource.spi [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[11]: -Exclude [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[12]: jakarta.resource.spi.endpoint [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[13]: -Exclude [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[14]: jakarta.resource.spi.security [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[15]: -Exclude [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[16]: jakarta.resource.spi.work [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[17]: -ApiVersion [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[18]: 2.0_se8 [javatest.batch] 08-05-2020 14:28:50: TRACE: ------------------ END SIG PARAM DUMP ------------------ [javatest.batch] 08-05-2020 14:28:50: TRACE: [javatest.batch] Calling: com.sun.tdk.signaturetest.SignatureTest() with following args: [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[0] = -Verbose [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[1] = -FileName [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[2] = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/jakarta.resource.sig_2.0_se8 [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[3] = -Classpath [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[4] = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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] 08-05-2020 14:28:50: TRACE: testArguments[5] = -Package [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[6] = jakarta.resource [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[7] = -Exclude [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[8] = jakarta.resource.cci [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[9] = -Exclude [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[10] = jakarta.resource.spi [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[11] = -Exclude [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[12] = jakarta.resource.spi.endpoint [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[13] = -Exclude [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[14] = jakarta.resource.spi.security [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[15] = -Exclude [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[16] = jakarta.resource.spi.work [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[17] = -ApiVersion [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[18] = 2.0_se8 [javatest.batch] null [javatest.batch] 08-05-2020 14:28:50: ********** Status Report 'jakarta.resource' ********** [javatest.batch] [javatest.batch] 08-05-2020 14:28:50: SignatureTest report [javatest.batch] Base version: 2.0_se8 [javatest.batch] Tested version: 2.0_se8 [javatest.batch] Check mode: src [throws normalized] [javatest.batch] Constant checking: on [javatest.batch] [javatest.batch] [javatest.batch] [javatest.batch] 08-05-2020 14:28:50: ********** Package 'jakarta.resource' - PASSED (REFLECTION MODE) ********** [javatest.batch] 08-05-2020 14:28:50: ********** END VALIDATE PACKAGE 'jakarta.resource' ********** [javatest.batch] [javatest.batch] 08-05-2020 14:28:50: [javatest.batch] [javatest.batch] 08-05-2020 14:28:50: [javatest.batch] [javatest.batch] 08-05-2020 14:28:50: ********** BEGIN VALIDATE PACKAGE 'jakarta.resource.cci' ********** [javatest.batch] [javatest.batch] 08-05-2020 14:28:50: ********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** [javatest.batch] 08-05-2020 14:28:50: Static mode supports checks of static constants values [javatest.batch] 08-05-2020 14:28:50: TRACE: Setting static mode flag to allow constant checking. [javatest.batch] 08-05-2020 14:28:50: TRACE: ----------------- BEGIN SIG PARAM DUMP ----------------- [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[0]: -Static [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[1]: -CheckValue [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[2]: -mode [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[3]: src [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[4]: -Verbose [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[5]: -FileName [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[6]: /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/jakarta.resource.sig_2.0_se8 [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[7]: -Classpath [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[8]: /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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] 08-05-2020 14:28:50: TRACE: Param[9]: -Package [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[10]: jakarta.resource.cci [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[11]: -ApiVersion [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[12]: 2.0_se8 [javatest.batch] 08-05-2020 14:28:50: TRACE: ------------------ END SIG PARAM DUMP ------------------ [javatest.batch] 08-05-2020 14:28:50: TRACE: [javatest.batch] Calling: com.sun.tdk.signaturetest.SignatureTest() with following args: [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[0] = -Static [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[1] = -CheckValue [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[2] = -mode [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[3] = src [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[4] = -Verbose [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[5] = -FileName [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[6] = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/jakarta.resource.sig_2.0_se8 [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[7] = -Classpath [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[8] = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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] 08-05-2020 14:28:50: TRACE: testArguments[9] = -Package [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[10] = jakarta.resource.cci [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[11] = -ApiVersion [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[12] = 2.0_se8 [javatest.batch] null [javatest.batch] 08-05-2020 14:28:50: ********** Status Report 'jakarta.resource.cci' ********** [javatest.batch] [javatest.batch] 08-05-2020 14:28:50: SignatureTest report [javatest.batch] Base version: 2.0_se8 [javatest.batch] Tested version: 2.0_se8 [javatest.batch] Check mode: src [throws normalized] [javatest.batch] Constant checking: on [javatest.batch] [javatest.batch] [javatest.batch] [javatest.batch] 08-05-2020 14:28:50: ********** Package 'jakarta.resource.cci' - PASSED (STATIC MODE) ********** [javatest.batch] 08-05-2020 14:28:50: [javatest.batch] [javatest.batch] [javatest.batch] 08-05-2020 14:28:50: ********** VALIDATE IN REFLECTIVE MODE **** [javatest.batch] 08-05-2020 14:28:50: Reflective mode supports verification within containers (ie ejb, servlet, etc) [javatest.batch] 08-05-2020 14:28:50: TRACE: Not Setting static mode flag to allow constant checking. [javatest.batch] 08-05-2020 14:28:50: TRACE: ----------------- BEGIN SIG PARAM DUMP ----------------- [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[0]: -Verbose [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[1]: -FileName [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[2]: /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/jakarta.resource.sig_2.0_se8 [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[3]: -Classpath [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[4]: /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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] 08-05-2020 14:28:50: TRACE: Param[5]: -Package [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[6]: jakarta.resource.cci [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[7]: -ApiVersion [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[8]: 2.0_se8 [javatest.batch] 08-05-2020 14:28:50: TRACE: ------------------ END SIG PARAM DUMP ------------------ [javatest.batch] 08-05-2020 14:28:50: TRACE: [javatest.batch] Calling: com.sun.tdk.signaturetest.SignatureTest() with following args: [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[0] = -Verbose [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[1] = -FileName [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[2] = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/jakarta.resource.sig_2.0_se8 [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[3] = -Classpath [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[4] = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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] 08-05-2020 14:28:50: TRACE: testArguments[5] = -Package [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[6] = jakarta.resource.cci [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[7] = -ApiVersion [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[8] = 2.0_se8 [javatest.batch] null [javatest.batch] 08-05-2020 14:28:50: ********** Status Report 'jakarta.resource.cci' ********** [javatest.batch] [javatest.batch] 08-05-2020 14:28:50: SignatureTest report [javatest.batch] Base version: 2.0_se8 [javatest.batch] Tested version: 2.0_se8 [javatest.batch] Check mode: src [throws normalized] [javatest.batch] Constant checking: on [javatest.batch] [javatest.batch] [javatest.batch] [javatest.batch] 08-05-2020 14:28:50: ********** Package 'jakarta.resource.cci' - PASSED (REFLECTION MODE) ********** [javatest.batch] 08-05-2020 14:28:50: ********** END VALIDATE PACKAGE 'jakarta.resource.cci' ********** [javatest.batch] [javatest.batch] 08-05-2020 14:28:50: [javatest.batch] [javatest.batch] 08-05-2020 14:28:50: [javatest.batch] [javatest.batch] 08-05-2020 14:28:50: ********** BEGIN VALIDATE PACKAGE 'jakarta.resource.spi' ********** [javatest.batch] [javatest.batch] 08-05-2020 14:28:50: ********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** [javatest.batch] 08-05-2020 14:28:50: Static mode supports checks of static constants values [javatest.batch] 08-05-2020 14:28:50: TRACE: Setting static mode flag to allow constant checking. [javatest.batch] 08-05-2020 14:28:50: TRACE: ----------------- BEGIN SIG PARAM DUMP ----------------- [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[0]: -Static [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[1]: -CheckValue [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[2]: -mode [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[3]: src [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[4]: -Verbose [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[5]: -FileName [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[6]: /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/jakarta.resource.sig_2.0_se8 [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[7]: -Classpath [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[8]: /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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] 08-05-2020 14:28:50: TRACE: Param[9]: -Package [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[10]: jakarta.resource.spi [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[11]: -Exclude [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[12]: jakarta.resource.spi.endpoint [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[13]: -Exclude [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[14]: jakarta.resource.spi.security [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[15]: -Exclude [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[16]: jakarta.resource.spi.work [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[17]: -ApiVersion [javatest.batch] 08-05-2020 14:28:50: TRACE: Param[18]: 2.0_se8 [javatest.batch] 08-05-2020 14:28:50: TRACE: ------------------ END SIG PARAM DUMP ------------------ [javatest.batch] 08-05-2020 14:28:50: TRACE: [javatest.batch] Calling: com.sun.tdk.signaturetest.SignatureTest() with following args: [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[0] = -Static [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[1] = -CheckValue [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[2] = -mode [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[3] = src [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[4] = -Verbose [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[5] = -FileName [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[6] = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/jakarta.resource.sig_2.0_se8 [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[7] = -Classpath [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[8] = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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] 08-05-2020 14:28:50: TRACE: testArguments[9] = -Package [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[10] = jakarta.resource.spi [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[11] = -Exclude [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[12] = jakarta.resource.spi.endpoint [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[13] = -Exclude [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[14] = jakarta.resource.spi.security [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[15] = -Exclude [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[16] = jakarta.resource.spi.work [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[17] = -ApiVersion [javatest.batch] 08-05-2020 14:28:50: TRACE: testArguments[18] = 2.0_se8 [javatest.batch] null [javatest.batch] 08-05-2020 14:28:51: ********** Status Report 'jakarta.resource.spi' ********** [javatest.batch] [javatest.batch] 08-05-2020 14:28:51: SignatureTest report [javatest.batch] Base version: 2.0_se8 [javatest.batch] Tested version: 2.0_se8 [javatest.batch] Check mode: src [throws normalized] [javatest.batch] Constant checking: on [javatest.batch] [javatest.batch] [javatest.batch] [javatest.batch] 08-05-2020 14:28:51: ********** Package 'jakarta.resource.spi' - PASSED (STATIC MODE) ********** [javatest.batch] 08-05-2020 14:28:51: [javatest.batch] [javatest.batch] [javatest.batch] 08-05-2020 14:28:51: ********** VALIDATE IN REFLECTIVE MODE **** [javatest.batch] 08-05-2020 14:28:51: Reflective mode supports verification within containers (ie ejb, servlet, etc) [javatest.batch] 08-05-2020 14:28:51: TRACE: Not Setting static mode flag to allow constant checking. [javatest.batch] 08-05-2020 14:28:51: TRACE: ----------------- BEGIN SIG PARAM DUMP ----------------- [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[0]: -Verbose [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[1]: -FileName [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[2]: /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/jakarta.resource.sig_2.0_se8 [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[3]: -Classpath [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[4]: /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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] 08-05-2020 14:28:51: TRACE: Param[5]: -Package [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[6]: jakarta.resource.spi [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[7]: -Exclude [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[8]: jakarta.resource.spi.endpoint [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[9]: -Exclude [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[10]: jakarta.resource.spi.security [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[11]: -Exclude [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[12]: jakarta.resource.spi.work [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[13]: -ApiVersion [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[14]: 2.0_se8 [javatest.batch] 08-05-2020 14:28:51: TRACE: ------------------ END SIG PARAM DUMP ------------------ [javatest.batch] 08-05-2020 14:28:51: TRACE: [javatest.batch] Calling: com.sun.tdk.signaturetest.SignatureTest() with following args: [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[0] = -Verbose [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[1] = -FileName [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[2] = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/jakarta.resource.sig_2.0_se8 [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[3] = -Classpath [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[4] = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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] 08-05-2020 14:28:51: TRACE: testArguments[5] = -Package [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[6] = jakarta.resource.spi [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[7] = -Exclude [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[8] = jakarta.resource.spi.endpoint [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[9] = -Exclude [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[10] = jakarta.resource.spi.security [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[11] = -Exclude [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[12] = jakarta.resource.spi.work [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[13] = -ApiVersion [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[14] = 2.0_se8 [javatest.batch] null [javatest.batch] 08-05-2020 14:28:51: ********** Status Report 'jakarta.resource.spi' ********** [javatest.batch] [javatest.batch] 08-05-2020 14:28:51: SignatureTest report [javatest.batch] Base version: 2.0_se8 [javatest.batch] Tested version: 2.0_se8 [javatest.batch] Check mode: src [throws normalized] [javatest.batch] Constant checking: on [javatest.batch] [javatest.batch] [javatest.batch] [javatest.batch] 08-05-2020 14:28:51: ********** Package 'jakarta.resource.spi' - PASSED (REFLECTION MODE) ********** [javatest.batch] 08-05-2020 14:28:51: ********** END VALIDATE PACKAGE 'jakarta.resource.spi' ********** [javatest.batch] [javatest.batch] 08-05-2020 14:28:51: [javatest.batch] [javatest.batch] 08-05-2020 14:28:51: [javatest.batch] [javatest.batch] 08-05-2020 14:28:51: ********** BEGIN VALIDATE PACKAGE 'jakarta.resource.spi.work' ********** [javatest.batch] [javatest.batch] 08-05-2020 14:28:51: ********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** [javatest.batch] 08-05-2020 14:28:51: Static mode supports checks of static constants values [javatest.batch] 08-05-2020 14:28:51: TRACE: Setting static mode flag to allow constant checking. [javatest.batch] 08-05-2020 14:28:51: TRACE: ----------------- BEGIN SIG PARAM DUMP ----------------- [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[0]: -Static [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[1]: -CheckValue [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[2]: -mode [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[3]: src [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[4]: -Verbose [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[5]: -FileName [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[6]: /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/jakarta.resource.sig_2.0_se8 [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[7]: -Classpath [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[8]: /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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] 08-05-2020 14:28:51: TRACE: Param[9]: -Package [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[10]: jakarta.resource.spi.work [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[11]: -ApiVersion [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[12]: 2.0_se8 [javatest.batch] 08-05-2020 14:28:51: TRACE: ------------------ END SIG PARAM DUMP ------------------ [javatest.batch] 08-05-2020 14:28:51: TRACE: [javatest.batch] Calling: com.sun.tdk.signaturetest.SignatureTest() with following args: [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[0] = -Static [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[1] = -CheckValue [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[2] = -mode [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[3] = src [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[4] = -Verbose [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[5] = -FileName [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[6] = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/jakarta.resource.sig_2.0_se8 [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[7] = -Classpath [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[8] = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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] 08-05-2020 14:28:51: TRACE: testArguments[9] = -Package [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[10] = jakarta.resource.spi.work [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[11] = -ApiVersion [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[12] = 2.0_se8 [javatest.batch] null [javatest.batch] 08-05-2020 14:28:51: ********** Status Report 'jakarta.resource.spi.work' ********** [javatest.batch] [javatest.batch] 08-05-2020 14:28:51: SignatureTest report [javatest.batch] Base version: 2.0_se8 [javatest.batch] Tested version: 2.0_se8 [javatest.batch] Check mode: src [throws normalized] [javatest.batch] Constant checking: on [javatest.batch] [javatest.batch] [javatest.batch] [javatest.batch] 08-05-2020 14:28:51: ********** Package 'jakarta.resource.spi.work' - PASSED (STATIC MODE) ********** [javatest.batch] 08-05-2020 14:28:51: [javatest.batch] [javatest.batch] [javatest.batch] 08-05-2020 14:28:51: ********** VALIDATE IN REFLECTIVE MODE **** [javatest.batch] 08-05-2020 14:28:51: Reflective mode supports verification within containers (ie ejb, servlet, etc) [javatest.batch] 08-05-2020 14:28:51: TRACE: Not Setting static mode flag to allow constant checking. [javatest.batch] 08-05-2020 14:28:51: TRACE: ----------------- BEGIN SIG PARAM DUMP ----------------- [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[0]: -Verbose [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[1]: -FileName [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[2]: /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/jakarta.resource.sig_2.0_se8 [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[3]: -Classpath [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[4]: /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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] 08-05-2020 14:28:51: TRACE: Param[5]: -Package [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[6]: jakarta.resource.spi.work [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[7]: -ApiVersion [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[8]: 2.0_se8 [javatest.batch] 08-05-2020 14:28:51: TRACE: ------------------ END SIG PARAM DUMP ------------------ [javatest.batch] 08-05-2020 14:28:51: TRACE: [javatest.batch] Calling: com.sun.tdk.signaturetest.SignatureTest() with following args: [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[0] = -Verbose [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[1] = -FileName [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[2] = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/jakarta.resource.sig_2.0_se8 [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[3] = -Classpath [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[4] = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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] 08-05-2020 14:28:51: TRACE: testArguments[5] = -Package [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[6] = jakarta.resource.spi.work [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[7] = -ApiVersion [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[8] = 2.0_se8 [javatest.batch] null [javatest.batch] 08-05-2020 14:28:51: ********** Status Report 'jakarta.resource.spi.work' ********** [javatest.batch] [javatest.batch] 08-05-2020 14:28:51: SignatureTest report [javatest.batch] Base version: 2.0_se8 [javatest.batch] Tested version: 2.0_se8 [javatest.batch] Check mode: src [throws normalized] [javatest.batch] Constant checking: on [javatest.batch] [javatest.batch] [javatest.batch] [javatest.batch] 08-05-2020 14:28:51: ********** Package 'jakarta.resource.spi.work' - PASSED (REFLECTION MODE) ********** [javatest.batch] 08-05-2020 14:28:51: ********** END VALIDATE PACKAGE 'jakarta.resource.spi.work' ********** [javatest.batch] [javatest.batch] 08-05-2020 14:28:51: [javatest.batch] [javatest.batch] 08-05-2020 14:28:51: [javatest.batch] [javatest.batch] 08-05-2020 14:28:51: ********** BEGIN VALIDATE PACKAGE 'jakarta.resource.spi.endpoint' ********** [javatest.batch] [javatest.batch] 08-05-2020 14:28:51: ********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** [javatest.batch] 08-05-2020 14:28:51: Static mode supports checks of static constants values [javatest.batch] 08-05-2020 14:28:51: TRACE: Setting static mode flag to allow constant checking. [javatest.batch] 08-05-2020 14:28:51: TRACE: ----------------- BEGIN SIG PARAM DUMP ----------------- [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[0]: -Static [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[1]: -CheckValue [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[2]: -mode [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[3]: src [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[4]: -Verbose [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[5]: -FileName [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[6]: /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/jakarta.resource.sig_2.0_se8 [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[7]: -Classpath [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[8]: /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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] 08-05-2020 14:28:51: TRACE: Param[9]: -Package [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[10]: jakarta.resource.spi.endpoint [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[11]: -ApiVersion [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[12]: 2.0_se8 [javatest.batch] 08-05-2020 14:28:51: TRACE: ------------------ END SIG PARAM DUMP ------------------ [javatest.batch] 08-05-2020 14:28:51: TRACE: [javatest.batch] Calling: com.sun.tdk.signaturetest.SignatureTest() with following args: [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[0] = -Static [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[1] = -CheckValue [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[2] = -mode [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[3] = src [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[4] = -Verbose [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[5] = -FileName [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[6] = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/jakarta.resource.sig_2.0_se8 [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[7] = -Classpath [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[8] = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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] 08-05-2020 14:28:51: TRACE: testArguments[9] = -Package [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[10] = jakarta.resource.spi.endpoint [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[11] = -ApiVersion [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[12] = 2.0_se8 [javatest.batch] null [javatest.batch] 08-05-2020 14:28:51: ********** Status Report 'jakarta.resource.spi.endpoint' ********** [javatest.batch] [javatest.batch] 08-05-2020 14:28:51: SignatureTest report [javatest.batch] Base version: 2.0_se8 [javatest.batch] Tested version: 2.0_se8 [javatest.batch] Check mode: src [throws normalized] [javatest.batch] Constant checking: on [javatest.batch] [javatest.batch] [javatest.batch] [javatest.batch] 08-05-2020 14:28:51: ********** Package 'jakarta.resource.spi.endpoint' - PASSED (STATIC MODE) ********** [javatest.batch] 08-05-2020 14:28:51: [javatest.batch] [javatest.batch] [javatest.batch] 08-05-2020 14:28:51: ********** VALIDATE IN REFLECTIVE MODE **** [javatest.batch] 08-05-2020 14:28:51: Reflective mode supports verification within containers (ie ejb, servlet, etc) [javatest.batch] 08-05-2020 14:28:51: TRACE: Not Setting static mode flag to allow constant checking. [javatest.batch] 08-05-2020 14:28:51: TRACE: ----------------- BEGIN SIG PARAM DUMP ----------------- [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[0]: -Verbose [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[1]: -FileName [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[2]: /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/jakarta.resource.sig_2.0_se8 [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[3]: -Classpath [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[4]: /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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] 08-05-2020 14:28:51: TRACE: Param[5]: -Package [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[6]: jakarta.resource.spi.endpoint [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[7]: -ApiVersion [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[8]: 2.0_se8 [javatest.batch] 08-05-2020 14:28:51: TRACE: ------------------ END SIG PARAM DUMP ------------------ [javatest.batch] 08-05-2020 14:28:51: TRACE: [javatest.batch] Calling: com.sun.tdk.signaturetest.SignatureTest() with following args: [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[0] = -Verbose [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[1] = -FileName [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[2] = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/jakarta.resource.sig_2.0_se8 [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[3] = -Classpath [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[4] = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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] 08-05-2020 14:28:51: TRACE: testArguments[5] = -Package [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[6] = jakarta.resource.spi.endpoint [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[7] = -ApiVersion [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[8] = 2.0_se8 [javatest.batch] null [javatest.batch] 08-05-2020 14:28:51: ********** Status Report 'jakarta.resource.spi.endpoint' ********** [javatest.batch] [javatest.batch] 08-05-2020 14:28:51: SignatureTest report [javatest.batch] Base version: 2.0_se8 [javatest.batch] Tested version: 2.0_se8 [javatest.batch] Check mode: src [throws normalized] [javatest.batch] Constant checking: on [javatest.batch] [javatest.batch] [javatest.batch] [javatest.batch] 08-05-2020 14:28:51: ********** Package 'jakarta.resource.spi.endpoint' - PASSED (REFLECTION MODE) ********** [javatest.batch] 08-05-2020 14:28:51: ********** END VALIDATE PACKAGE 'jakarta.resource.spi.endpoint' ********** [javatest.batch] [javatest.batch] 08-05-2020 14:28:51: [javatest.batch] [javatest.batch] 08-05-2020 14:28:51: [javatest.batch] [javatest.batch] 08-05-2020 14:28:51: ********** BEGIN VALIDATE PACKAGE 'jakarta.resource.spi.security' ********** [javatest.batch] [javatest.batch] 08-05-2020 14:28:51: ********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** [javatest.batch] 08-05-2020 14:28:51: Static mode supports checks of static constants values [javatest.batch] 08-05-2020 14:28:51: TRACE: Setting static mode flag to allow constant checking. [javatest.batch] 08-05-2020 14:28:51: TRACE: ----------------- BEGIN SIG PARAM DUMP ----------------- [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[0]: -Static [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[1]: -CheckValue [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[2]: -mode [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[3]: src [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[4]: -Verbose [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[5]: -FileName [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[6]: /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/jakarta.resource.sig_2.0_se8 [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[7]: -Classpath [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[8]: /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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] 08-05-2020 14:28:51: TRACE: Param[9]: -Package [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[10]: jakarta.resource.spi.security [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[11]: -ApiVersion [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[12]: 2.0_se8 [javatest.batch] 08-05-2020 14:28:51: TRACE: ------------------ END SIG PARAM DUMP ------------------ [javatest.batch] 08-05-2020 14:28:51: TRACE: [javatest.batch] Calling: com.sun.tdk.signaturetest.SignatureTest() with following args: [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[0] = -Static [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[1] = -CheckValue [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[2] = -mode [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[3] = src [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[4] = -Verbose [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[5] = -FileName [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[6] = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/jakarta.resource.sig_2.0_se8 [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[7] = -Classpath [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[8] = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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] 08-05-2020 14:28:51: TRACE: testArguments[9] = -Package [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[10] = jakarta.resource.spi.security [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[11] = -ApiVersion [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[12] = 2.0_se8 [javatest.batch] null [javatest.batch] 08-05-2020 14:28:51: ********** Status Report 'jakarta.resource.spi.security' ********** [javatest.batch] [javatest.batch] 08-05-2020 14:28:51: SignatureTest report [javatest.batch] Base version: 2.0_se8 [javatest.batch] Tested version: 2.0_se8 [javatest.batch] Check mode: src [throws normalized] [javatest.batch] Constant checking: on [javatest.batch] [javatest.batch] [javatest.batch] [javatest.batch] 08-05-2020 14:28:51: ********** Package 'jakarta.resource.spi.security' - PASSED (STATIC MODE) ********** [javatest.batch] 08-05-2020 14:28:51: [javatest.batch] [javatest.batch] [javatest.batch] 08-05-2020 14:28:51: ********** VALIDATE IN REFLECTIVE MODE **** [javatest.batch] 08-05-2020 14:28:51: Reflective mode supports verification within containers (ie ejb, servlet, etc) [javatest.batch] 08-05-2020 14:28:51: TRACE: Not Setting static mode flag to allow constant checking. [javatest.batch] 08-05-2020 14:28:51: TRACE: ----------------- BEGIN SIG PARAM DUMP ----------------- [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[0]: -Verbose [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[1]: -FileName [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[2]: /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/jakarta.resource.sig_2.0_se8 [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[3]: -Classpath [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[4]: /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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] 08-05-2020 14:28:51: TRACE: Param[5]: -Package [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[6]: jakarta.resource.spi.security [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[7]: -ApiVersion [javatest.batch] 08-05-2020 14:28:51: TRACE: Param[8]: 2.0_se8 [javatest.batch] 08-05-2020 14:28:51: TRACE: ------------------ END SIG PARAM DUMP ------------------ [javatest.batch] 08-05-2020 14:28:51: TRACE: [javatest.batch] Calling: com.sun.tdk.signaturetest.SignatureTest() with following args: [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[0] = -Verbose [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[1] = -FileName [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[2] = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/jakarta.resource.sig_2.0_se8 [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[3] = -Classpath [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[4] = /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin/xml/../../../glassfish6/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] 08-05-2020 14:28:51: TRACE: testArguments[5] = -Package [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[6] = jakarta.resource.spi.security [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[7] = -ApiVersion [javatest.batch] 08-05-2020 14:28:51: TRACE: testArguments[8] = 2.0_se8 [javatest.batch] null [javatest.batch] 08-05-2020 14:28:51: ********** Status Report 'jakarta.resource.spi.security' ********** [javatest.batch] [javatest.batch] 08-05-2020 14:28:51: SignatureTest report [javatest.batch] Base version: 2.0_se8 [javatest.batch] Tested version: 2.0_se8 [javatest.batch] Check mode: src [throws normalized] [javatest.batch] Constant checking: on [javatest.batch] [javatest.batch] [javatest.batch] [javatest.batch] 08-05-2020 14:28:51: ********** Package 'jakarta.resource.spi.security' - PASSED (REFLECTION MODE) ********** [javatest.batch] 08-05-2020 14:28:51: ********** END VALIDATE PACKAGE 'jakarta.resource.spi.security' ********** [javatest.batch] [javatest.batch] 08-05-2020 14:28:51: [javatest.batch] [javatest.batch] 08-05-2020 14:28:51: [javatest.batch] [javatest.batch] 08-05-2020 14:28:51: ****************************************************** [javatest.batch] ****************************************************** [javatest.batch] All package signatures passed. [javatest.batch] Passed packages listed below: [javatest.batch] jakarta.resource(static mode) [javatest.batch] jakarta.resource(reflection mode) [javatest.batch] jakarta.resource.cci(static mode) [javatest.batch] jakarta.resource.cci(reflection mode) [javatest.batch] jakarta.resource.spi(static mode) [javatest.batch] jakarta.resource.spi(reflection mode) [javatest.batch] jakarta.resource.spi.work(static mode) [javatest.batch] jakarta.resource.spi.work(reflection mode) [javatest.batch] jakarta.resource.spi.endpoint(static mode) [javatest.batch] jakarta.resource.spi.endpoint(reflection mode) [javatest.batch] jakarta.resource.spi.security(static mode) [javatest.batch] jakarta.resource.spi.security(reflection mode) [javatest.batch] ****************************************************** [javatest.batch] ****************************************************** [javatest.batch] [javatest.batch] 08-05-2020 14:28:51: TRACE: $$$ SigTest.test1() returning [javatest.batch] 08-05-2020 14:28:51: TRACE: $$$ SigTest.cleanup() called [javatest.batch] 08-05-2020 14:28:51: cleanup [javatest.batch] 08-05-2020 14:28:51: TRACE: $$$ SigTest.cleanup() returning [javatest.batch] STATUS:Passed. [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] Aug 5, 2020 2:28:52 PM Finished executing all tests, wait for cleanup... [javatest.batch] Aug 5, 2020 2:28:52 PM Harness done with cleanup from test run. [javatest.batch] Total time = 229s [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/Run_Standalone_TCK/JTwork. [javatest.batch] Report written to /home/jenkins/agent/workspace/Run_Standalone_TCK/JTreport BUILD SUCCESSFUL Total time: 3 minutes 51 seconds [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Create summary.txt, API, and run.log artifacts) [Pipeline] sh + cd /home/jenkins/agent/workspace/Run_Standalone_TCK/connectors-tck/bin + cat run.log + sed -e '1,/Completed running/d' ++ head -1 summary.txt ++ tail -1 ++ sed 's/.*=\s\(.*\)/\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