Skip to content

Regression

com.sun.ts.tests.jstl.spec.xml.xmlcore.parse.JSTLClient.negativeParseScopeVarSyntaxTest (from tags-tck)

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

Error Message

test result: Failed. Illegal access to test: com.sun.ts.lib.deliverable.PropertyNotSetException: No value found for jimage.dir. Please check your jte file for an appropiate value

Stacktrace

test result: Failed. Illegal access to test: com.sun.ts.lib.deliverable.PropertyNotSetException: No value found for jimage.dir. Please check your jte file for an appropiate value

Standard Output

#Test Results (version 2)
#Wed Sep 29 10:28:27 UTC 2021
#-----testdescription-----
$file=/home/jenkins/agent/workspace/jakartaee-tck_master/tags-tck/src/com/sun/ts/tests/jstl/spec/xml/xmlcore/parse/JSTLClient.java
$root=/home/jenkins/agent/workspace/jakartaee-tck_master/tags-tck/src
assertion_ids=JSTL\:SPEC\:67  The  < x\:parse> action parses an XML document.\nJSTL\:SPEC\:67.1  The 'systemIDl' attribute specifies the URL of the\n\t\t\t\t\t\tsource XML document to be parsed.\nJSTL\:SPEC\:67.1.1  The result of the evaluated expression must be of\n\t\t\t\t\t\t\t\ttype String\nJSTL\:SPEC\:67.1.2  If the evaluated expression is not of type String,\n\t\t\t\t\t\t\t\tan Exception is thrown.\nJSTL\:SPEC\:67.2  The 'xml' attribute specifies the source XML document\n\t\t\t\t\t\tto be parsed.\nJSTL\:SPEC\:67.2.1  The result of the evaluated expression must be of\n\t\t\t\t\t\t\t\ttype String or Reader\nJSTL\:SPEC\:67.2.2  If the evaluated expression is not of type String or\n\t\t\t\t\t\t\t\tReader, an Exception is thrown.\nJSTL\:SPEC\:67.3  The 'filter' attribute specifies the filter to be\n\t\t\t\t\t\tapplied to the source document.\nJSTL\:SPEC\:67.3.1  The result of the evaluated expression must be of\n\t\t\t\t\t\t\t\ttype 'org.xml.sax.XMLFilter'\nJSTL\:SPEC\:67.3.2  If the evaluated expression is not of type\n\t\t\t\t\t\t\t\torg.xml.sax.XMLFilter, an Exception is thrown.\nJSTL\:SPEC\:67.3.3  If filter is null, filtering is not performed\nJSTL\:SPEC\:67.4  The 'var' attribute specifies the named of the\n\t\t\t\t\t\texported scoped attribute for the parsed XML document.\nJSTL\:SPEC\:67.4.1  The type of the exported scoped attribute is\n\t\t\t\t\t\t\t\timplementation specified.\nJSTL\:SPEC\:67.4.2  If the 'var' attribute is specified, but empty, a\n\t\t\t\t\t\t\t\ttranslation time validation error will occur.\nJSTL\:SPEC\:67.5  The 'scope' attribute specifies the scope in which to\n\t\t\t\t\t\texport 'var'.\nJSTL\:SPEC\:67.5.1  A value of 'page' will export 'var' to the page\n\t\t\t\t\t\t\t\tscope.\nJSTL\:SPEC\:67.5.2  A value of 'request' will export 'var' to the \n\t\t\t\t\t\t\t\trequest scope.\nJSTL\:SPEC\:67.5.3  A value of 'session' will export 'var' to the\n\t\t\t\t\t\t\t\tsession scope.\nJSTL\:SPEC\:67.5.4  A value of 'application' will export 'var' to the\n\t\t\t\t\t\t\t\tapplication scope.\nJSTL\:SPEC\:67.5.5  If the 'scope' attribute is provided an invalid\n\t\t\t\t\t\t\t\tvalue, a translation time validation error will occur.\nJSTL\:SPEC\:67.6  The 'varDom' attribute specifies the exported scoped\n\t\t\t\t\t\tattribute for the parsed XML document.\nJSTL\:SPEC\:67.6.1  The exported scoped attribute must be of type\n\t\t\t\t\t\t\t\torg.w3c.dom.Document.\nJSTL\:SPEC\:67.7  The 'scopeDom' attribute specifies the scope in which\n\t\t\t\t\t\tto export 'varDom'.\nJSTL\:SPEC\:67.7.1  A value of 'page' will export 'varDom' to the page\n\t\t\t\t\t\t\t\tscope.\nJSTL\:SPEC\:67.7.2  A value of 'request' will export 'varDom' to the\n\t\t\t\t\t\t\t\trequest scope.\nJSTL\:SPEC\:67.7.3  A value of 'session' will export 'varDom' to the\n\t\t\t\t\t\t\t\tsession scope.\nJSTL\:SPEC\:67.7.4  A value of 'application' will export 'varDom' to the\n\t\t\t\t\t\t\t\tapplication scope.\nJSTL\:SPEC\:67.7.5  If the scopeDom attribute is provided an invalid\n\t\t\t\t\t\t\t\tvalue, a translation time validation error will occur.\nJSTL\:SPEC\:67.8  It is invalid to specify 'xmlUrl' if the action has\n\t\t\t\t\t\tbody-content.\nJSTL\:SPEC\:67.9  It is invalid to specify 'xmlTest' if the action has\n\t\t\t\t\t\tbody-content.\nJSTL\:SPEC\:67.10  One and only one of var and varDom must be specified\nJSTL\:SPEC\:67.11  If 'scope' is specified, 'var' must also be specified.\nJSTL\:SPEC\:67.12  If 'scopeDom' is specified, 'varDom' must also be\n\t\t\t\t\t\tspecified.\nJSTL\:SPEC\:67.13  If 'xmlUrl' is null or empty, a JspException is\n\t\t\t\t\t\tthrown.\nJSTL\:SPEC\:67.14  The document to be parsed can be specified as body\n\t\t\t\t\t\tcontent of the action.\nJSTL\:SPEC\:67.15  The 'var' or 'varDom' attribute is required across all\n\t\t\t\t\t\tsyntax variations.\nJSTL\:SPEC\:67.16  If an exception is caused by the body content, it must\n\t\t\t\t\t\tbe propagated.\nJSTL\:SPEC\:67.17  If an exception is caused by the action, it must be\n\t\t\t\t\t\tpropagated.\nJSTL\:SPEC\:67.18  If the source XML document is null or empty, a\n\t\t\t\t\t\tJspException is thrown.\nJSTL\:SPEC\:67.19  The 'doc' attribute specifies the source XML document\n\t\t\t\t\t\tto be parsed.\nJSTL\:SPEC\:67.19.1  The result of the evaluated expression must be of\n\t\t\t\t\t\t\t\ttype String or Reader\nJSTL\:SPEC\:67.19.2  If the evaluated expression is not of type String or\n\t\t\t\t\t\t\t\tReader, an Exception is thrown.
classname=com.sun.ts.tests.jstl.spec.xml.xmlcore.parse.JSTLClient
direction=forward
finder=cts
id=negativeParseScopeVarSyntaxTest
keywords=all jstl javaee javaee_web_profile negativeParseScopeVarSyntaxTest novehicle forward
service_eetest=no
testName=negativeParseScopeVarSyntaxTest
testProps=\ webServerHost  webServerPort  ts_home
test_directory=com/sun/ts/tests/jstl/spec/xml/xmlcore/parse

#-----environment-----
TS_HOME=/home/jenkins/agent/workspace/jakartaee-tck_master/tags-tck/bin/xml/../..
harness.executeMode=2
harness.log.delayseconds=1
harness.log.port=2000
harness.log.traceflag=true
harness.socket.retry.count=10
harness.temp.directory=${ts.home}/tmp
porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL
ts.home=/home/jenkins/agent/workspace/jakartaee-tck_master/tags-tck/bin/xml/../..
ts_home=${TS_HOME}
webServerHost=localhost
webServerPort=8080

#-----testresult-----
description=file\:/home/jenkins/agent/workspace/jakartaee-tck_master/tags-tck/src/com/sun/ts/tests/jstl/spec/xml/xmlcore/parse/JSTLClient.java\#negativeParseScopeVarSyntaxTest
end=Wed Sep 29 10\:28\:27 UTC 2021
environment=ts_unix
execStatus=Failed. Illegal access to test\: com.sun.ts.lib.deliverable.PropertyNotSetException\: No value found for jimage.dir. Please check your jte file for an appropiate value
harnessLoaderMode=Classpath Loader
harnessVariety=Full Bundle
javatestOS=Linux 5.12.7-300.fc34.x86_64 (amd64)
javatestVersion=5.0
script=com.sun.ts.lib.harness.TSScript
sections=script_messages TestRun
start=Wed Sep 29 10\:28\:27 UTC 2021
test=com/sun/ts/tests/jstl/spec/xml/xmlcore/parse/JSTLClient.java\#negativeParseScopeVarSyntaxTest
timeoutSeconds=600
totalTime=3
work=/home/jenkins/agent/workspace/jakartaee-tck_master/tags-tckwork/tags-tck/com/sun/ts/tests/jstl/spec/xml/xmlcore/parse

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

#section:TestRun
----------messages:(0/0)----------
----------log:(0/0)----------
result: Failed. Illegal access to test: com.sun.ts.lib.deliverable.PropertyNotSetException: No value found for jimage.dir. Please check your jte file for an appropiate value


test result: Failed. Illegal access to test: com.sun.ts.lib.deliverable.PropertyNotSetException: No value found for jimage.dir. Please check your jte file for an appropiate value