Skip to content

Regression

com.sun.ts.tests.jaspic.spi.soap.Client.GetConfigProvider (from authentication-tck)

Failing for the past 1 build (Since Unstable #100 )
Took 0 ms.

Error Message

test result: Failed. An error occurred during the Deployment phase for tests in this directory.

Stacktrace

test result: Failed. An error occurred during the Deployment phase for tests in this directory.

Standard Output

#Test Results (version 2)
#Tue Apr 12 11:09:54 UTC 2022
#-----testdescription-----
$file=/home/jenkins/agent/workspace/jakartaee-tck_master/authentication-tck/src/com/sun/ts/tests/jaspic/spi/soap/Client.java
$root=/home/jenkins/agent/workspace/jakartaee-tck_master/authentication-tck/src
assertion_ids=JASPIC\:JAVADOC\:77  See assertion html documents.\nJASPIC\:JAVADOC\:79  Get a registered AuthConfigProvider from the factory.\n                Get the provider of ServerAuthConfig and ClientAuthConfig objects registered for the identified message layer and \n                application context. All factories shall employ the following precedence rules to select the registered\n                AuthConfigProvider that matches the layer and appContext arguments\: The provider specifically registered \n                for the values passed as the layer and appContext arguments shall be selected. If no provider is\n                selected according to the preceding rule, the provider specifically registered for the value passed as \n                the appContext argument and for all (that is, null) layers shall be selected. If no provider is selected\n                according to the preceding rules, the provider specifically registered for the value passed as the layer \n                argument and for all (that is, null) appContexts shall be selected. If no provider is selected according\n                to the preceding rules, the provider registered for all (that is, null) layers and for all (that is, \n                null) appContexts shall be selected. If no provider is selected according to the preceding rules, the\n                factory shall terminate its search for a registered provider. The above precedence rules apply \n                equivalently to registrations created with a null or non-null className argument.\nJASPIC\:JAVADOC\:80  Get the system-wide AuthConfigFactory implementation.\n                If a non-null system-wide factory instance is defined at the time of the call, for example, with setFactory, it will \n                be returned. Otherwise, an attempt will be made to construct an instance of the default\n                AuthConfigFactory implementation class. The fully qualified class name of the default factory \n                implementation class is obtained from the value of the authconfigprovider.factory security property.\n                When an instance of the default factory implementation class is successfully constructed by this method, \n                this method will set it as the system-wide factory instance. The absolute pathname of the Java security\n                properties file is JAVA_HOME/lib/security/java.security, where JAVA_HOME refers to the directory where \n                the JDK was installed.\nJASPIC\:JAVADOC\:84  Registers within the factory and records within the factory's persistent declarative representation of provider registrations\n                a provider of ServerAuthConfig and/or ClientAuthConfig objects for a message layer and application \n                context identifier.\n                This method typically constructs an instance of the provider before registering it with the factory. Factories may \n                extend or modify the persisted registrations of existing provider instances, if those instances were\n                registered with ClassName and properties arguments equivalent to those passed in the current call. This \n                method employs the two argument constructor required to be supported by every implementation of the\n                AuthConfigProvider interface, and this method must pass a null value for the factory argument of the \n                constructor. AuthConfigProviderImpl AuthConfigProviderImpl(Map properties, AuthConfigFactory factory).\n                At most one registration may exist within the factory for a given combination of message layer and \n                appContext. Any pre-existing registration with identical values for layer and appContext is replaced by\n                a subsequent registration. When replacement occurs, the registration identifier, layer, and appContext \n                identifier remain unchanged, and the AuthConfigProvider (with initialization properties) and description\n                are replaced. Within the lifetime of its Java process, a factory must assign unique registration \n                identifiers to registrations, and must never assign a previously used registration identifier to a\n                registration whose message layer and or appContext identifier differ from the previous use. Programmatic \n                registrations performed by using this method must update (according to the replacement rules described\n                above) the persistent declarative representation of provider registrations employed by the factory \n                constructor.\nJASPIC\:JAVADOC\:85  Registers within the (in-memory) factory, a provider of ServerAuthConfig and/or ClientAuthConfig objects for a message layer\n                and application context identifier. \n                This method does NOT effect the factory's persistent declarative representation of provider registrations, and is\n                intended to be used by providers to perform self-Registration. At most one registration may exist within \n                the factory for a given combination of message layer and appContext. Any pre-existing registration with\n                identical values for layer and appContext is replaced by a subsequent registration. When replacement \n                occurs, the registration identifier, layer, and appContext identifier remain unchanged, and the\n                AuthConfigProvider (with initialization properties) and description are replaced. Within the lifetime of \n                its Java process, a factory must assign unique registration identifiers to registrations, and must never\n                assign a previously used registration identifier to a registration whose message layer and or appContext \n                identifier differ from the previous use.\nJASPIC\:JAVADOC\:91  Get the persisted status from the registration context.\nJASPIC\:SPEC\:8  The runtime must invoke the getConfigProvider method of the factory to obtain the\n                AuthConfigProvider. The runtime must specify appropriate (non-null) layer and application context \n                identifiers in its call to getConfigProvider.\nJASPIC\:SPEC\:14  The call to acquire the configuration object must specify the same values for layer and\n                application context identifier that were used to acquire the provider\nJASPIC\:SPEC\:110  The message layer value used to select the AuthConfigProvider and ServerAuthConfig objects for\n                this profile must be SOAP\nJASPIC\:SPEC\:116  The factory implementation returned by calling the getFactory method of the abstract\n                AuthConfigFactory class must have been configured such that it returns a non-null AuthConfigProvider for \n                those application contexts for which pluggable authentication modules have been configured at the SOAP\n                layer.\nJASPIC\:SPEC\:117  For each application context for which it is servicing requests, the runtime must call\n                getConfigProvider to acquire the provider object corresponding to the layer and application context. The \n                layer and appContext arguments to getConfigProvider must be as defined in Section 4.1, Message Layer\n                Identifier and Section 4.2, Application Context Identifier respectively.
classname=com.sun.ts.tests.jaspic.spi.soap.Client
direction=forward
finder=cts
id=GetConfigProvider
keywords=GetConfigProvider jaspic_soap all jaspic jaspic_soap jaspic_soap_optional GetConfigProvider novehicle forward
service_eetest=no
testName=GetConfigProvider
testProps=\ log.file.location  provider.configuration.file  vendor.authconfig.factory  webServerHost  webServerPort  platform.mode  user  password  logical.hostname.soap
test_directory=com/sun/ts/tests/jaspic/spi/soap

#-----environment-----
deployment_host.1=${orb.host}
deployment_port.1=${s1as.admin.port}
harness.executeMode=0
harness.log.delayseconds=1
harness.log.port=2000
harness.log.traceflag=true
harness.socket.retry.count=10
harness.temp.directory=${ts.home}/tmp
jakarta.persistence.jdbc.driver=org.apache.derby.jdbc.ClientDriver
jakarta.persistence.jdbc.password=cts1
jakarta.persistence.jdbc.url=jdbc\:derby\://localhost\:1527/derbyDB;create\=true
jakarta.persistence.jdbc.user=cts1
jakarta.persistence.provider=org.eclipse.persistence.jpa.PersistenceProvider
jaspic.home=/home/jenkins/agent/workspace/jakartaee-tck_master/glassfish7/glassfish
javaee.home=${jaspic.home}
jimage.dir=${ts.home}/tmp/jdk-bundles
jpa.provider.implementation.specific.properties=eclipselink.logging.level\=OFF
log.file.location=${s1as.domain}/logs
logical.hostname.soap=localhost
namingServiceHost1=${orb.host}
namingServiceHost2=${orb.host}
namingServicePort1=${orb.port}
namingServicePort2=${orb.port}
orb.host=localhost
orb.port=3700
password=j2ee
persistence.second.level.caching.supported=true
persistence.unit.name=CTS-EM
persistence.unit.name.2=JPATCK2
platform.mode=jakartaEE
porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection
porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection
porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment
porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM
porting.ts.deploy2.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIDeployment2
porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin
porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin
porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext
porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext
porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL
porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL
provider.configuration.file=${javaee.home}/domains/domain1/config/ProviderConfiguration.xml
s1as.admin.port=4848
s1as.domain=${s1as.domain.dir}/${s1as.domain.name}
s1as.domain.dir=${jaspic.home}/domains
s1as.domain.name=domain1
securedWebServicePort=1044
securedWebServicePort.2=1045
ts.home=/home/jenkins/agent/workspace/jakartaee-tck_master/authentication-tck/bin/xml/../..
user=j2ee
variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl
vendor.authconfig.factory=com.sun.enterprise.security.jmac.config.GFAuthConfigFactory
webServerHost=${orb.host}
webServerHost.2=${orb.host}
webServerPort=8080
webServerPort.2=8002
wsdlRepository1=${harness.temp.directory}/wsdlRepository1
wsdlRepository2=${harness.temp.directory}/wsdlRepository2

#-----testresult-----
description=file\:/home/jenkins/agent/workspace/jakartaee-tck_master/authentication-tck/src/com/sun/ts/tests/jaspic/spi/soap/Client.java\#GetConfigProvider
end=Tue Apr 12 11\:09\:54 UTC 2022
environment=ts_unix
execStatus=Failed. An error occurred during the Deployment phase for tests in this directory.
harnessLoaderMode=Classpath Loader
harnessVariety=Full Bundle
javatestOS=Linux 5.14.14-200.fc34.x86_64 (amd64)
javatestVersion=5.0
script=com.sun.ts.lib.harness.TSScript
sections=script_messages Deployment TestRun
start=Tue Apr 12 11\:09\:54 UTC 2022
test=com/sun/ts/tests/jaspic/spi/soap/Client.java\#GetConfigProvider
timeoutSeconds=600
totalTime=17
work=/home/jenkins/agent/workspace/jakartaee-tck_master/authentication-tckwork/authentication-tck/com/sun/ts/tests/jaspic/spi/soap

#section:script_messages
----------messages:(0/0)----------

#section:Deployment
----------messages:(0/0)----------
----------log:(68/6907)----------
Undeploying apps...
AutoDeployment.isDeployed()
AutoDeployment.isDeployed()
Search for s1as runtime files match:`Hello.ear`
Valid runtime files after sweep:
/home/jenkins/agent/workspace/jakartaee-tck_master/authentication-tck/bin/xml/../../dist/com/sun/ts/tests/jaspic/spi/soap/Hello.ear.sun-application.xml
Search for s1as runtime files match:`HelloClnt.ear`
Valid runtime files after sweep:
Deploying apps for forward rebuildable...
Search for s1as runtime files match:`Hello.ear`
Valid runtime files after sweep:
/home/jenkins/agent/workspace/jakartaee-tck_master/authentication-tck/bin/xml/../../tmp/Hello.ear.sun-application.xml
getAppNameFromApplicationXML() returning "null"
Deployment of app(s) from:  /home/jenkins/agent/workspace/jakartaee-tck_master/authentication-tck/bin/xml/../../dist/com/sun/ts/tests/jaspic/spi/soap failed!
harness.executeMode is set to "0"
keywords (to be passed to tests) set to:  all
An error ocurred during deployment of apps in this directory:  /home/jenkins/agent/workspace/jakartaee-tck_master/authentication-tck/bin/xml/../../src/com/sun/ts/tests/jaspic/spi/soap.  Thus, all other tests in this directory will fail with the same error.
harness.executeMode is set to "0"
keywords (to be passed to tests) set to:  all
An error ocurred during deployment of apps in this directory:  /home/jenkins/agent/workspace/jakartaee-tck_master/authentication-tck/bin/xml/../../src/com/sun/ts/tests/jaspic/spi/soap.  Thus, all other tests in this directory will fail with the same error.
harness.executeMode is set to "0"
keywords (to be passed to tests) set to:  all
An error ocurred during deployment of apps in this directory:  /home/jenkins/agent/workspace/jakartaee-tck_master/authentication-tck/bin/xml/../../src/com/sun/ts/tests/jaspic/spi/soap.  Thus, all other tests in this directory will fail with the same error.
harness.executeMode is set to "0"
keywords (to be passed to tests) set to:  all
An error ocurred during deployment of apps in this directory:  /home/jenkins/agent/workspace/jakartaee-tck_master/authentication-tck/bin/xml/../../src/com/sun/ts/tests/jaspic/spi/soap.  Thus, all other tests in this directory will fail with the same error.
harness.executeMode is set to "0"
keywords (to be passed to tests) set to:  all
An error ocurred during deployment of apps in this directory:  /home/jenkins/agent/workspace/jakartaee-tck_master/authentication-tck/bin/xml/../../src/com/sun/ts/tests/jaspic/spi/soap.  Thus, all other tests in this directory will fail with the same error.
harness.executeMode is set to "0"
keywords (to be passed to tests) set to:  all
An error ocurred during deployment of apps in this directory:  /home/jenkins/agent/workspace/jakartaee-tck_master/authentication-tck/bin/xml/../../src/com/sun/ts/tests/jaspic/spi/soap.  Thus, all other tests in this directory will fail with the same error.
harness.executeMode is set to "0"
keywords (to be passed to tests) set to:  all
An error ocurred during deployment of apps in this directory:  /home/jenkins/agent/workspace/jakartaee-tck_master/authentication-tck/bin/xml/../../src/com/sun/ts/tests/jaspic/spi/soap.  Thus, all other tests in this directory will fail with the same error.
harness.executeMode is set to "0"
keywords (to be passed to tests) set to:  all
An error ocurred during deployment of apps in this directory:  /home/jenkins/agent/workspace/jakartaee-tck_master/authentication-tck/bin/xml/../../src/com/sun/ts/tests/jaspic/spi/soap.  Thus, all other tests in this directory will fail with the same error.
harness.executeMode is set to "0"
keywords (to be passed to tests) set to:  all
An error ocurred during deployment of apps in this directory:  /home/jenkins/agent/workspace/jakartaee-tck_master/authentication-tck/bin/xml/../../src/com/sun/ts/tests/jaspic/spi/soap.  Thus, all other tests in this directory will fail with the same error.
harness.executeMode is set to "0"
keywords (to be passed to tests) set to:  all
An error ocurred during deployment of apps in this directory:  /home/jenkins/agent/workspace/jakartaee-tck_master/authentication-tck/bin/xml/../../src/com/sun/ts/tests/jaspic/spi/soap.  Thus, all other tests in this directory will fail with the same error.
harness.executeMode is set to "0"
keywords (to be passed to tests) set to:  all
An error ocurred during deployment of apps in this directory:  /home/jenkins/agent/workspace/jakartaee-tck_master/authentication-tck/bin/xml/../../src/com/sun/ts/tests/jaspic/spi/soap.  Thus, all other tests in this directory will fail with the same error.
harness.executeMode is set to "0"
keywords (to be passed to tests) set to:  all
An error ocurred during deployment of apps in this directory:  /home/jenkins/agent/workspace/jakartaee-tck_master/authentication-tck/bin/xml/../../src/com/sun/ts/tests/jaspic/spi/soap.  Thus, all other tests in this directory will fail with the same error.
harness.executeMode is set to "0"
keywords (to be passed to tests) set to:  all
An error ocurred during deployment of apps in this directory:  /home/jenkins/agent/workspace/jakartaee-tck_master/authentication-tck/bin/xml/../../src/com/sun/ts/tests/jaspic/spi/soap.  Thus, all other tests in this directory will fail with the same error.
harness.executeMode is set to "0"
keywords (to be passed to tests) set to:  all
An error ocurred during deployment of apps in this directory:  /home/jenkins/agent/workspace/jakartaee-tck_master/authentication-tck/bin/xml/../../src/com/sun/ts/tests/jaspic/spi/soap.  Thus, all other tests in this directory will fail with the same error.
harness.executeMode is set to "0"
keywords (to be passed to tests) set to:  all
An error ocurred during deployment of apps in this directory:  /home/jenkins/agent/workspace/jakartaee-tck_master/authentication-tck/bin/xml/../../src/com/sun/ts/tests/jaspic/spi/soap.  Thus, all other tests in this directory will fail with the same error.
harness.executeMode is set to "0"
keywords (to be passed to tests) set to:  all
An error ocurred during deployment of apps in this directory:  /home/jenkins/agent/workspace/jakartaee-tck_master/authentication-tck/bin/xml/../../src/com/sun/ts/tests/jaspic/spi/soap.  Thus, all other tests in this directory will fail with the same error.
harness.executeMode is set to "0"
keywords (to be passed to tests) set to:  all
An error ocurred during deployment of apps in this directory:  /home/jenkins/agent/workspace/jakartaee-tck_master/authentication-tck/bin/xml/../../src/com/sun/ts/tests/jaspic/spi/soap.  Thus, all other tests in this directory will fail with the same error.
harness.executeMode is set to "0"
keywords (to be passed to tests) set to:  all
An error ocurred during deployment of apps in this directory:  /home/jenkins/agent/workspace/jakartaee-tck_master/authentication-tck/bin/xml/../../src/com/sun/ts/tests/jaspic/spi/soap.  Thus, all other tests in this directory will fail with the same error.
result: Passed. Deployment phase completed. However, check the output above to see if actual deployment passed or failed.

#section:TestRun
----------messages:(0/0)----------
----------log:(221/13919)----------
com.sun.ts.lib.porting.TSDeploymentException: The following error occurred while executing this line:
/home/jenkins/agent/workspace/jakartaee-tck_master/authentication-tck/bin/xml/impl/glassfish/deploy.xml:152: The following error occurred while executing this line:
/home/jenkins/agent/workspace/jakartaee-tck_master/authentication-tck/bin/xml/impl/glassfish/deploy.xml:200: Deployment timeout reached - 1200 seconds.
************************************************
GLASSFISH SERVER LOG CONTENTS:  Last 200 lines/home/jenkins/agent/workspace/jakartaee-tck_master/glassfish7/glassfish/domains/domain1/logs/server.log
************************************************
393:  -Djavax.xml.accessExternalSchema=all
394:  -Djava.security.policy=/home/jenkins/agent/workspace/jakartaee-tck_master/glassfish7/glassfish/domains/domain1/config/server.policy
395:  -Djava.security.auth.login.config=/home/jenkins/agent/workspace/jakartaee-tck_master/glassfish7/glassfish/domains/domain1/config/login.conf
396:  -Dcom.sun.enterprise.security.httpsOutboundKeyAlias=s1as
397:  -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/jakartaee-tck_master/glassfish7/glassfish/domains/domain1/config/keystore.jks
398:  -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/jakartaee-tck_master/glassfish7/glassfish/domains/domain1/config/cacerts.jks
399:  -Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
400:  -DANTLR_USE_DIRECT_CLASS_LOADING=true
401:  -Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
402:  -Dorg.glassfish.additionalOSGiBundlesToStart=org.apache.felix.shell,org.apache.felix.gogo.runtime,org.apache.felix.gogo.shell,org.apache.felix.gogo.command,org.apache.felix.shell.remote,org.apache.felix.fileinstall
403:  -Dosgi.shell.telnet.port=6666
404:  -Dosgi.shell.telnet.maxconn=1
405:  -Dosgi.shell.telnet.ip=127.0.0.1
406:  -Dgosh.args=--nointeractive
407:  -Dfelix.fileinstall.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/glassfish7/glassfish/modules/autostart/
408:  -Dfelix.fileinstall.poll=5000
409:  -Dfelix.fileinstall.log.level=2
410:  -Dfelix.fileinstall.bundles.new.start=true
411:  -Dfelix.fileinstall.bundles.startTransient=true
412:  -Dfelix.fileinstall.disableConfigSave=false
413:  -Dorg.glassfish.gmbal.no.multipleUpperBoundsException=true
414:  -Dcom.ctc.wstx.returnNullForDefaultNamespace=true
415:  -Dj2eelogin.name=j2ee
416:  -Dj2eelogin.password=j2ee
417:  -Dri.log.file.location=${ri.log.file.location}
418:  -Dcom.sun.aas.instanceRoot=/home/jenkins/agent/workspace/jakartaee-tck_master/glassfish7/glassfish/domains/domain1
419:  -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/jakartaee-tck_master/glassfish7/glassfish
420:  -Djava.library.path=/home/jenkins/agent/workspace/jakartaee-tck_master/glassfish7/glassfish/lib:/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib
421:  com.sun.enterprise.glassfish.bootstrap.ASMain
422:  -upgrade
423:  false
424:  -domaindir
425:  /home/jenkins/agent/workspace/jakartaee-tck_master/glassfish7/glassfish/domains/domain1
426:  -read-stdin
427:  true
428:  -asadmin-args
429:  --host,,,localhost,,,--port,,,4848,,,--user,,,admin,,,--passwordfile,,,/home/jenkins/agent/workspace/jakartaee-tck_master/authentication-tck/bin/password.txt,,,--secure=false,,,--terse=false,,,--echo=false,,,--interactive=false,,,start-domain,,,--verbose=false,,,--watchdog=false,,,--debug=false,,,--domaindir,,,/home/jenkins/agent/workspace/jakartaee-tck_master/glassfish7/glassfish/domains,,,domain1
430:  -domainname
431:  domain1
432:  -instancename
433:  server
434:  -type
435:  DAS
436:  -verbose
437:  false
438:  -asadmin-classpath
439:  /home/jenkins/agent/workspace/jakartaee-tck_master/glassfish7/glassfish/lib/client/appserver-cli.jar
440:  -debug
441:  false
442:  -asadmin-classname
443:  com.sun.enterprise.admin.cli.AdminMain]]
444:  
445:  [2022-04-12T08:49:07.160+0000] [] [INFO] [NCLS-GFLAUNCHER-00005] [jakarta.enterprise.launcher] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1649753347160] [levelValue: 800] [[
446:    JVM invocation command line:
447:  /opt/jdk-17.0.1/bin/java
448:  -cp
449:  /home/jenkins/agent/workspace/jakartaee-tck_master/glassfish7/glassfish/modules/glassfish.jar
450:  -XX:+UnlockDiagnosticVMOptions
451:  -XX:NewRatio=2
452:  -XX:MaxPermSize=128m
453:  -Xmx512m
454:  -Xbootclasspath/a:/home/jenkins/agent/workspace/jakartaee-tck_master/glassfish7/glassfish/lib/grizzly-npn-api.jar
455:  --add-opens=java.base/java.io=ALL-UNNAMED
456:  --add-opens=java.base/java.lang=ALL-UNNAMED
457:  --add-opens=java.base/java.util=ALL-UNNAMED
458:  --add-opens=java.base/sun.net.www.protocol.jrt=ALL-UNNAMED
459:  --add-opens=java.naming/javax.naming.spi=ALL-UNNAMED
460:  --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
461:  --add-opens=jdk.management/com.sun.management.internal=ALL-UNNAMED
462:  --add-exports=java.naming/com.sun.jndi.ldap=ALL-UNNAMED
463:  -javaagent:/home/jenkins/agent/workspace/jakartaee-tck_master/glassfish7/glassfish/lib/monitor/flashlight-agent.jar
464:  -Djava.awt.headless=true
465:  -Djdk.corba.allowOutputStreamSubclass=true
466:  -Djdk.tls.rejectClientInitiatedRenegotiation=true
467:  -Djavax.xml.accessExternalSchema=all
468:  -Djava.security.policy=/home/jenkins/agent/workspace/jakartaee-tck_master/glassfish7/glassfish/domains/domain1/config/server.policy
469:  -Djava.security.auth.login.config=/home/jenkins/agent/workspace/jakartaee-tck_master/glassfish7/glassfish/domains/domain1/config/login.conf
470:  -Dcom.sun.enterprise.security.httpsOutboundKeyAlias=s1as
471:  -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/jakartaee-tck_master/glassfish7/glassfish/domains/domain1/config/keystore.jks
472:  -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/jakartaee-tck_master/glassfish7/glassfish/domains/domain1/config/cacerts.jks
473:  -Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
474:  -DANTLR_USE_DIRECT_CLASS_LOADING=true
475:  -Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
476:  -Dorg.glassfish.additionalOSGiBundlesToStart=org.apache.felix.shell,org.apache.felix.gogo.runtime,org.apache.felix.gogo.shell,org.apache.felix.gogo.command,org.apache.felix.shell.remote,org.apache.felix.fileinstall
477:  -Dosgi.shell.telnet.port=6666
478:  -Dosgi.shell.telnet.maxconn=1
479:  -Dosgi.shell.telnet.ip=127.0.0.1
480:  -Dgosh.args=--nointeractive
481:  -Dfelix.fileinstall.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/glassfish7/glassfish/modules/autostart/
482:  -Dfelix.fileinstall.poll=5000
483:  -Dfelix.fileinstall.log.level=2
484:  -Dfelix.fileinstall.bundles.new.start=true
485:  -Dfelix.fileinstall.bundles.startTransient=true
486:  -Dfelix.fileinstall.disableConfigSave=false
487:  -Dorg.glassfish.gmbal.no.multipleUpperBoundsException=true
488:  -Dcom.ctc.wstx.returnNullForDefaultNamespace=true
489:  -Dj2eelogin.name=j2ee
490:  -Dj2eelogin.password=j2ee
491:  -Dri.log.file.location=${ri.log.file.location}
492:  -Dcom.sun.aas.instanceRoot=/home/jenkins/agent/workspace/jakartaee-tck_master/glassfish7/glassfish/domains/domain1
493:  -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/jakartaee-tck_master/glassfish7/glassfish
494:  -Djava.library.path=/home/jenkins/agent/workspace/jakartaee-tck_master/glassfish7/glassfish/lib:/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib
495:  com.sun.enterprise.glassfish.bootstrap.ASMain
496:  -upgrade
497:  false
498:  -domaindir
499:  /home/jenkins/agent/workspace/jakartaee-tck_master/glassfish7/glassfish/domains/domain1
500:  -read-stdin
501:  true
502:  -asadmin-args
503:  --host,,,localhost,,,--port,,,4848,,,--user,,,admin,,,--passwordfile,,,/home/jenkins/agent/workspace/jakartaee-tck_master/authentication-tck/bin/password.txt,,,--secure=false,,,--terse=false,,,--echo=false,,,--interactive=false,,,start-domain,,,--verbose=false,,,--watchdog=false,,,--debug=false,,,--domaindir,,,/home/jenkins/agent/workspace/jakartaee-tck_master/glassfish7/glassfish/domains,,,domain1
504:  -domainname
505:  domain1
506:  -instancename
507:  server
508:  -type
509:  DAS
510:  -verbose
511:  false
512:  -asadmin-classpath
513:  /home/jenkins/agent/workspace/jakartaee-tck_master/glassfish7/glassfish/lib/client/appserver-cli.jar
514:  -debug
515:  false
516:  -asadmin-classname
517:  com.sun.enterprise.admin.cli.AdminMain]]
518:  
519:  [2022-04-12T09:09:11.392+0000] [] [INFO] [NCLS-GFLAUNCHER-00005] [jakarta.enterprise.launcher] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1649754551392] [levelValue: 800] [[
520:    JVM invocation command line:
521:  /opt/jdk-17.0.1/bin/java
522:  -cp
523:  /home/jenkins/agent/workspace/jakartaee-tck_master/glassfish7/glassfish/modules/glassfish.jar
524:  -XX:+UnlockDiagnosticVMOptions
525:  -XX:NewRatio=2
526:  -XX:MaxPermSize=128m
527:  -Xmx512m
528:  -Xbootclasspath/a:/home/jenkins/agent/workspace/jakartaee-tck_master/glassfish7/glassfish/lib/grizzly-npn-api.jar
529:  --add-opens=java.base/java.io=ALL-UNNAMED
530:  --add-opens=java.base/java.lang=ALL-UNNAMED
531:  --add-opens=java.base/java.util=ALL-UNNAMED
532:  --add-opens=java.base/sun.net.www.protocol.jrt=ALL-UNNAMED
533:  --add-opens=java.naming/javax.naming.spi=ALL-UNNAMED
534:  --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
535:  --add-opens=jdk.management/com.sun.management.internal=ALL-UNNAMED
536:  --add-exports=java.naming/com.sun.jndi.ldap=ALL-UNNAMED
537:  -javaagent:/home/jenkins/agent/workspace/jakartaee-tck_master/glassfish7/glassfish/lib/monitor/flashlight-agent.jar
538:  -Djava.awt.headless=true
539:  -Djdk.corba.allowOutputStreamSubclass=true
540:  -Djdk.tls.rejectClientInitiatedRenegotiation=true
541:  -Djavax.xml.accessExternalSchema=all
542:  -Djava.security.policy=/home/jenkins/agent/workspace/jakartaee-tck_master/glassfish7/glassfish/domains/domain1/config/server.policy
543:  -Djava.security.auth.login.config=/home/jenkins/agent/workspace/jakartaee-tck_master/glassfish7/glassfish/domains/domain1/config/login.conf
544:  -Dcom.sun.enterprise.security.httpsOutboundKeyAlias=s1as
545:  -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/jakartaee-tck_master/glassfish7/glassfish/domains/domain1/config/keystore.jks
546:  -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/jakartaee-tck_master/glassfish7/glassfish/domains/domain1/config/cacerts.jks
547:  -Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
548:  -DANTLR_USE_DIRECT_CLASS_LOADING=true
549:  -Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
550:  -Dorg.glassfish.additionalOSGiBundlesToStart=org.apache.felix.shell,org.apache.felix.gogo.runtime,org.apache.felix.gogo.shell,org.apache.felix.gogo.command,org.apache.felix.shell.remote,org.apache.felix.fileinstall
551:  -Dosgi.shell.telnet.port=6666
552:  -Dosgi.shell.telnet.maxconn=1
553:  -Dosgi.shell.telnet.ip=127.0.0.1
554:  -Dgosh.args=--nointeractive
555:  -Dfelix.fileinstall.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/glassfish7/glassfish/modules/autostart/
556:  -Dfelix.fileinstall.poll=5000
557:  -Dfelix.fileinstall.log.level=2
558:  -Dfelix.fileinstall.bundles.new.start=true
559:  -Dfelix.fileinstall.bundles.startTransient=true
560:  -Dfelix.fileinstall.disableConfigSave=false
561:  -Dorg.glassfish.gmbal.no.multipleUpperBoundsException=true
562:  -Dcom.ctc.wstx.returnNullForDefaultNamespace=true
563:  -Dj2eelogin.name=j2ee
564:  -Dj2eelogin.password=j2ee
565:  -Dri.log.file.location=${ri.log.file.location}
566:  -Dcom.sun.aas.instanceRoot=/home/jenkins/agent/workspace/jakartaee-tck_master/glassfish7/glassfish/domains/domain1
567:  -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/jakartaee-tck_master/glassfish7/glassfish
568:  -Djava.library.path=/home/jenkins/agent/workspace/jakartaee-tck_master/glassfish7/glassfish/lib:/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib
569:  com.sun.enterprise.glassfish.bootstrap.ASMain
570:  -upgrade
571:  false
572:  -domaindir
573:  /home/jenkins/agent/workspace/jakartaee-tck_master/glassfish7/glassfish/domains/domain1
574:  -read-stdin
575:  true
576:  -asadmin-args
577:  --host,,,localhost,,,--port,,,4848,,,--secure=false,,,--terse=false,,,--echo=false,,,--interactive=false,,,start-domain,,,--verbose=false,,,--watchdog=false,,,--debug=false,,,--domaindir,,,/home/jenkins/agent/workspace/jakartaee-tck_master/glassfish7/glassfish/domains,,,domain1
578:  -domainname
579:  domain1
580:  -instancename
581:  server
582:  -type
583:  DAS
584:  -verbose
585:  false
586:  -asadmin-classpath
587:  /home/jenkins/agent/workspace/jakartaee-tck_master/glassfish7/glassfish/lib/client/appserver-cli.jar
588:  -debug
589:  false
590:  -asadmin-classname
591:  com.sun.enterprise.admin.cli.AdminMain]]
592:  
************************************************
END OF GLASSFISH SERVER LOG CONTENTS/home/jenkins/agent/workspace/jakartaee-tck_master/glassfish7/glassfish/domains/domain1/logs/server.log
************************************************

	at com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment.deploy(AutoDeployment.java:227)
	at com.sun.ts.lib.harness.SuiteSynchronizer.continueToDeployApps(SuiteSynchronizer.java:1103)
	at com.sun.ts.lib.harness.SuiteSynchronizer.deployApps(SuiteSynchronizer.java:715)
	at com.sun.ts.lib.harness.SuiteSynchronizer.doDeployment(SuiteSynchronizer.java:387)
	at com.sun.ts.lib.harness.TSHarnessObserver.startingTest(TSHarnessObserver.java:367)
	at com.sun.javatest.Harness$Notifier.startingTest(Harness.java:995)
	at com.sun.javatest.TestRunner.notifyStartingTest(TestRunner.java:212)
	at com.sun.javatest.DefaultTestRunner.runTest(DefaultTestRunner.java:167)
	at com.sun.javatest.DefaultTestRunner.access$100(DefaultTestRunner.java:43)
	at com.sun.javatest.DefaultTestRunner$1.run(DefaultTestRunner.java:66)

result: Not run. Test running...


test result: Failed. An error occurred during the Deployment phase for tests in this directory.