Skip to content

Regression

com.sun.ts.tests.jstl.spec.xml.xtransform.transform.JSTLClient.positiveTransformScopeTest (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/xtransform/transform/JSTLClient.java
$root=/home/jenkins/agent/workspace/jakartaee-tck_master/tags-tck/src
assertion_ids=JSTL\:SPEC\:73  The  < x\:transform> action applies a transformation to\n\t\t\t\tan XML document given a specified XSLT stylesheet or a transformer \n\t\t\t\tobject.\nJSTL\:SPEC\:73.1  The 'xmlSystemID' attribute specifies the URL of the\n\t\t\t\t\t\tsource XML document to be transformed.\nJSTL\:SPEC\:73.1.1  The result of the evaluated expression must be\n\t\t\t\t\t\t\t\tString.\nJSTL\:SPEC\:73.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\:73.2  The 'xml' attribute specifies the source XML document\n\t\t\t\t\t\tto be transformed.\nJSTL\:SPEC\:73.2.1  The type of the evaluated expression can be\:\nJSTL\:SPEC\:73.2.1.1  String\nJSTL\:SPEC\:73.2.1.2  Reader\nJSTL\:SPEC\:73.2.1.3  javax.xml.transform.Source\nJSTL\:SPEC\:73.2.1.4  An object exported by  < x\:parse> or  < x\:set>\nJSTL\:SPEC\:73.2.1.5  org.w3c.dom.Document\nJSTL\:SPEC\:73.2.1.6  If the evaluated expression is not of type String,\n\t\t\t\t\t\t\t\t\t\tReader, javax.xml.transform.Source, org.w3c.dom.Document, or \n\t\t\t\t\t\t\t\t\t\tan Object exported by  < x\:parse> or  < x\:set>, an Exception\n\t\t\t\t\t\t\t\t\t\tis thrown.\nJSTL\:SPEC\:73.3  The 'xsltSystemID' attribute specifies the URL of the\n\t\t\t\t\t\ttransformation stylesheet.\nJSTL\:SPEC\:73.3.1  The result of the evaluated expression must be of\n\t\t\t\t\t\t\t\ttype String.\nJSTL\:SPEC\:73.3.2  If the evaluated expression is not of type String,\n\t\t\t\t\t\t\t\tan Exception is thrown.\nJSTL\:SPEC\:73.4  The 'xslt' attribute specifies the transformation\n\t\t\t\t\t\tstylesheet.\nJSTL\:SPEC\:73.4.1  The type of the evaluated expression can be\:\nJSTL\:SPEC\:73.4.1.1  String\nJSTL\:SPEC\:73.4.1.2  Reader\nJSTL\:SPEC\:73.4.1.3  javax.xml.transform.Source\nJSTL\:SPEC\:73.4.1.4  If the evaluated expression is not of type String,\n\t\t\t\t\t\t\t\t\t\tReader, or javax.xml.transform.Source, an Exception is thrown.\nJSTL\:SPEC\:73.5  The 'var' attribute specifies the name of the exported\n\t\t\t\t\t\tscoped attribute to hold the result of the transformation.\nJSTL\:SPEC\:73.5.1  The type of the exported attribute must be\n\t\t\t\t\t\t\t\t'org.w3c.dom.Document'\nJSTL\:SPEC\:73.5.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\:73.6  The 'scope' attribute specifies the scope in which to\n\t\t\t\t\t\texport 'var'.\nJSTL\:SPEC\:73.6.1  A value of 'page' will export 'var' to the page\n\t\t\t\t\t\t\t\tscope.\nJSTL\:SPEC\:73.6.2  A value of 'request' will export 'var' to the\n\t\t\t\t\t\t\t\trequest scope.\nJSTL\:SPEC\:73.6.3  A value of 'session' will export 'var' to the\n\t\t\t\t\t\t\t\tsession scope.\nJSTL\:SPEC\:73.6.4  A value of 'application' will export 'var' to the\n\t\t\t\t\t\t\t\tapplication scope.\nJSTL\:SPEC\:73.6.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\:73.7  The 'result' attribute specifies how the tranformation\n\t\t\t\t\t\tresult should be processed.\nJSTL\:SPEC\:73.8  If 'doc' or 'xslt' is null or empty, a JspException is\n\t\t\t\t\t\tthrown.\nJSTL\:SPEC\:73.8.1  If the evaluated expression is not of type\n\t\t\t\t\t\t\t\tjavax.xml.transform.Result, an Exception is thrown.\nJSTL\:SPEC\:73.9  If 'var' or 'result' is not specified, the result of\n\t\t\t\t\t\tthe transformation is written to the current JspWriter.\nJSTL\:SPEC\:73.10  One and only one attribute, either 'xmlUrl' or\n\t\t\t\t\t\t'xmlText', must be present in the action, if the action has no \n\t\t\t\t\t\tbody content.\nJSTL\:SPEC\:73.11  One and only one attribute, either 'xsltUrl' or\n\t\t\t\t\t\t'xsltText', must be present in the action, across all syntax \n\t\t\t\t\t\tvariations.\nJSTL\:SPEC\:73.12  The XML document to be parsed can be specified as body\n\t\t\t\t\t\tcontent of the action.\nJSTL\:SPEC\:73.13  < x\:param> subtags can be nested after the XML\n\t\t\t\t\t\tcontent within the actions body.\nJSTL\:SPEC\:73.14  If an exception is caused by the body content, it must\n\t\t\t\t\t\tbe propagated.\nJSTL\:SPEC\:73.15  If an exception is caused by the action itself, it\n\t\t\t\t\t\tmust be propagated.\nJSTL\:SPEC\:73.16  The 'docSystemID' attribute specifies the URL of the\n\t\t\t\t\t\tsource XML document to be transformed.\nJSTL\:SPEC\:73.16.1  The result of the evaluated expression must be\n\t\t\t\t\t\t\t\tString.\nJSTL\:SPEC\:73.16.2  If the evaluated expression is not of type String,\n\t\t\t\t\t\t\t\tan Exception is thrown.\nJSTL\:SPEC\:73.17  The 'doc' attribute specifies the source XML document\n\t\t\t\t\t\tto be transformed.\nJSTL\:SPEC\:73.17.1  The type of the evaluated expression can be\:\nJSTL\:SPEC\:73.17.1.1  String\nJSTL\:SPEC\:73.17.1.2  Reader\nJSTL\:SPEC\:73.17.1.3  javax.xml.transform.Source\nJSTL\:SPEC\:73.17.1.4  An object exported by  < x\:parse> or  < x\:set>\nJSTL\:SPEC\:73.17.1.5  org.w3c.dom.Document\nJSTL\:SPEC\:73.17.1.6  If the evaluated expression is not of type String,\n\t\t\t\t\t\t\t\t\t\tReader, javax. xml.transform.Source, org.w3c.dom.Document, or\n\t\t\t\t\t\t\t\t\t\tan Object exported by  < x\:parse> or  < x\:set>, an Exception\n\t\t\t\t\t\t\t\t\t\tis thrown.
classname=com.sun.ts.tests.jstl.spec.xml.xtransform.transform.JSTLClient
direction=forward
finder=cts
id=positiveTransformScopeTest
keywords=all jstl javaee javaee_web_profile positiveTransformScopeTest novehicle forward
service_eetest=no
testName=positiveTransformScopeTest
testProps=\ webServerHost  webServerPort  ts_home
test_directory=com/sun/ts/tests/jstl/spec/xml/xtransform/transform

#-----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/xtransform/transform/JSTLClient.java\#positiveTransformScopeTest
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/xtransform/transform/JSTLClient.java\#positiveTransformScopeTest
timeoutSeconds=600
totalTime=2
work=/home/jenkins/agent/workspace/jakartaee-tck_master/tags-tckwork/tags-tck/com/sun/ts/tests/jstl/spec/xml/xtransform/transform

#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