Skip to content

Regression

com.sun.ts.tests.jsp.spec.tagfiles.directives.attribute20.URLClient.defaultRtexprvalueTest (from pages-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:29:21 UTC 2021
#-----testdescription-----
$file=/home/jenkins/agent/workspace/jakartaee-tck_master/pages-tck/src/com/sun/ts/tests/jsp/spec/tagfiles/directives/attribute20/URLClient.java
$root=/home/jenkins/agent/workspace/jakartaee-tck_master/pages-tck/src
assertion_ids=JSP\:SPEC\:230  The attribute directive is analogous to the\n\t\t\t\t < attribute> element in the Tag Library Descriptor, and allows for\n\t\t\t\tthe declaration of custom action attributes.\nJSP\:SPEC\:230.1  The 'name' attribute specifies the unique name of the\n\t\t\t\t\t\tattribute being declared.\nJSP\:SPEC\:230.1.1  A translation error will occur if the 'name'\n\t\t\t\t\t\t\t\tattribute is not specified.\nJSP\:SPEC\:230.1.2  A translation error will result if there is an\n\t\t\t\t\t\t\t\tattribute directive with a name attribute equal to the value of \n\t\t\t\t\t\t\t\tthe name-given attribute of a variable directive in this\n\t\t\t\t\t\t\t\ttranslation unit.\nJSP\:SPEC\:230.1.3  A translation error will result if there is an\n\t\t\t\t\t\t\t\tattribute directive with a name attribute equal to the value of \n\t\t\t\t\t\t\t\tthe dynamicattributes attribute of a tag directive in this\n\t\t\t\t\t\t\t\ttranslation unit.\nJSP\:SPEC\:230.2  A translation error will occur if more than one\n\t\t\t\t\t\tattribute directive appears in the same translation unit with the \n\t\t\t\t\t\tsame name.\nJSP\:SPEC\:230.3  The 'required' attribute indicates whether or not the\n\t\t\t\t\t\tattribute must be present.\nJSP\:SPEC\:230.3.1  If 'true' the attribute is requried and a\n\t\t\t\t\t\t\t\ttranslation error will occur if the attribute is not provided.\nJSP\:SPEC\:230.3.2  If 'false', the attribute need not be present.\nJSP\:SPEC\:230.3.3  If the 'required' attribute is not specified, the\n\t\t\t\t\t\t\t\tvalue of 'false' will be assumed.\nJSP\:SPEC\:230.4  The 'fragment' attribute specifies whether this\n\t\t\t\t\t\tattribute is a fragment to be evaluated by the tag handler or a \n\t\t\t\t\t\tnormal attribute to be evaluated by the container prior to being\n\t\t\t\t\t\tpassed to the tag handler.\nJSP\:SPEC\:230.4.1  If 'true', the type of the attribute is fixed to\n\t\t\t\t\t\t\t\tjavax.servlet.jsp.tagext.JspFragment.\nJSP\:SPEC\:230.4.2  If 'true' the 'rtexprvalue' attribute is fixed at\n\t\t\t\t\t\t\t\ttrue.\nJSP\:SPEC\:230.4.2.1  A translation error will occur if the 'fragment'\n\t\t\t\t\t\t\t\t\t\tattribute is 'true' and the 'rtexprvalue' attribute is \n\t\t\t\t\t\t\t\t\t\tspecified.\nJSP\:SPEC\:230.4.3  If 'false', the container will evaluate the\n\t\t\t\t\t\t\t\tattribute before passing it to the tag handler.\nJSP\:SPEC\:230.4.4  If the 'fragment' attribute is not specified, the\n\t\t\t\t\t\t\t\tbehavior will be as if it was defined as 'false'\nJSP\:SPEC\:230.4.5  If the 'fragment' attribute is true, and the 'type'\n\t\t\t\t\t\t\t\tattribute is specified, a translation error will occur\nJSP\:SPEC\:230.5  The 'rtexprevalue' attribute specifies whether this\n\t\t\t\t\t\tattribute accepts dynamic attribute value.\nJSP\:SPEC\:230.5.1  If 'true', the attribute can accept dynamic values.\nJSP\:SPEC\:230.5.2  If 'false', the attribute cannot accept a dynamic\n\t\t\t\t\t\t\t\tvalue. Any attempt to pass a dynamic value when false will \n\t\t\t\t\t\t\t\tresult in a translation error.\nJSP\:SPEC\:230.5.3  If 'rtexprvalue' is not specified, the default of\n\t\t\t\t\t\t\t\t'false' will be assumed.\nJSP\:SPEC\:230.5.4  A translation error will occur if any other value\n\t\t\t\t\t\t\t\toutside of 'true' or 'false' is provided.\nJSP\:SPEC\:230.6  The 'type' attribute specifies the runtime type of the\n\t\t\t\t\t\tattribute being described.\nJSP\:SPEC\:230.6.1  If the 'type' attribute is not specified, the\n\t\t\t\t\t\t\t\tdefault of java.lang.String will be assumed.\nJSP\:SPEC\:230.6.2  It is a translation error to specify a primitive\n\t\t\t\t\t\t\t\ttype.\nJSP\:SPEC\:230.7  The 'description' attribute specifies a description of\n\t\t\t\t\t\tthe attribute.\nJSP\:SPEC\:230.7.1  If the 'description' attribute is not specified, no\n\t\t\t\t\t\t\t\tdescription will be available.\nJSP\:SPEC\:230.8  The deferredValue attribute of the attribute directive\n\t\t\t\t\t\tdetermines whether the attribute's value represents a deferred \n\t\t\t\t\t\tvalue expression\nJSP\:SPEC\:230.8.1  Only one of deferredValue or deferredMethod\n\t\t\t\t\t\t\t\tattribute directive attributes may be true. \n\t\t\t\t\t\t\t\t[OnlyOneOfDeferredValueOrMethod]\nJSP\:SPEC\:230.8.2  If the deferredValueType of the attribute directive\n\t\t\t\t\t\t\t\tis specified, default for deferredValue is true, otherwise \n\t\t\t\t\t\t\t\tdefault is false.[DefaultDeferredValue]\nJSP\:SPEC\:230.8.3  The deferredValue attribute causes a translation\n\t\t\t\t\t\t\t\terror if specified in a tag file with a JSP v ersion less than\n\t\t\t\t\t\t\t\t2.1. [deferredValueMinimumJspVersion]\nJSP\:SPEC\:230.9  The deferredValueType attribute of the attribute\n\t\t\t\t\t\tdirective is the expected type resulting from the evaluation of \n\t\t\t\t\t\tthe attribute's value expression.\nJSP\:SPEC\:230.9.1  The deferredValueType attribute defaults to\n\t\t\t\t\t\t\t\tjava.lang.String if not specified. \n\t\t\t\t\t\t\t\t[DeferredValueTypeNotSpecified]\nJSP\:SPEC\:230.9.2  If both deferredValueType and deferredValue are\n\t\t\t\t\t\t\t\tspecified, deferredValue must be true. \n\t\t\t\t\t\t\t\t[BothDeferredValueTypeAndDeferredValue]\nJSP\:SPEC\:230.9.3  deferredValue is true, the default for\n\t\t\t\t\t\t\t\tdeferredValueType is \n\t\t\t\t\t\t\t\tjava.lang.Object.[DeferredValueTypeDefaultWhenDeferredValueTrue]\nJSP\:SPEC\:230.9.4  The deferredValueType attribute causes a\n\t\t\t\t\t\t\t\ttranslation error if specified in a tag file with a JSP version \n\t\t\t\t\t\t\t\tless than 2.1. [deferredValueTypeMinimumJspVersion]\nJSP\:SPEC\:230.10  The deferredMethod attribute of the attribute\n\t\t\t\t\t\tdirective determines whether the attribute's value represents a \n\t\t\t\t\t\tdeferred method expression.\nJSP\:SPEC\:230.10.1  If deferredMethodSignature is specified, the default\n\t\t\t\t\t\t\t\tof the deferredMethod attribute is true, otherwise default is \n\t\t\t\t\t\t\t\tfalse. [DefaultDeferredMethod]\nJSP\:SPEC\:230.10.2  The deferredMethod attribute causes a translation\n\t\t\t\t\t\t\t\terror if specified in a tag file with a JSP version less than \n\t\t\t\t\t\t\t\t2.1.\n\t\t\t\t\t\t\t\t[deferredMethodMinimumJspVersion]\nJSP\:SPEC\:230.11  The deferredMethodSignature attribute of the attribute\n\t\t\t\t\t\tdirective represents the signature, as defined in the Java \n\t\t\t\t\t\tLanguage Specification, of the method to be invoked in the\n\t\t\t\t\t\tattribute's method expression.\nJSP\:SPEC\:230.11.1  If both deferredMethod and deferredMethodSignature\n\t\t\t\t\t\t\t\tare specified, deferredMethod must be true. \n\t\t\t\t\t\t\t\t[BothDeferredMethodAndSignature]\nJSP\:SPEC\:230.11.2  If deferredMethod is true and\n\t\t\t\t\t\t\t\tdeferredMethodSignature is not specified, \n\t\t\t\t\t\t\t\tdeferredMethodSignature defaults to void methodname().\n\t\t\t\t\t\t\t\t[DefaultDeferredMethodSignature]\nJSP\:SPEC\:230.11.3  The deferredMethodSignature attribute causes a\n\t\t\t\t\t\t\t\ttranslation error if specified in a tag file with a JSP version \n\t\t\t\t\t\t\t\tless than 2.1.\n\t\t\t\t\t\t\t\t[deferredMethodSignatureMinimumJspVersion]
classname=com.sun.ts.tests.jsp.spec.tagfiles.directives.attribute20.URLClient
direction=forward
finder=cts
id=defaultRtexprvalueTest
keywords=all jsp javaee javaee_web_profile defaultRtexprvalueTest novehicle forward
service_eetest=no
testName=defaultRtexprvalueTest
testProps=\ webServerHost  webServerPort  ts_home
test_directory=com/sun/ts/tests/jsp/spec/tagfiles/directives/attribute20

#-----environment-----
TS_HOME=/home/jenkins/agent/workspace/jakartaee-tck_master/pages-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/pages-tck/bin/xml/../..
ts_home=${TS_HOME}
webServerHost=localhost
webServerPort=8080

#-----testresult-----
description=file\:/home/jenkins/agent/workspace/jakartaee-tck_master/pages-tck/src/com/sun/ts/tests/jsp/spec/tagfiles/directives/attribute20/URLClient.java\#defaultRtexprvalueTest
end=Wed Sep 29 10\:29\:21 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\:29\:21 UTC 2021
test=com/sun/ts/tests/jsp/spec/tagfiles/directives/attribute20/URLClient.java\#defaultRtexprvalueTest
timeoutSeconds=600
totalTime=4
work=/home/jenkins/agent/workspace/jakartaee-tck_master/pages-tckwork/pages-tck/com/sun/ts/tests/jsp/spec/tagfiles/directives/attribute20

#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