Skip to content

Failed

com.sun.ts.tests.jstl.spec.core.urlresource.importtag.JSTLClient.positiveImportUrlTest (from tags-tck)

Failing for the past 1 build (Since #99 )
Took 2 sec.

Error Message

test result: Failed. Test case throws exception: [BaseUrlClient] positiveImportUrlTest failed! Check output for cause of failure.

Stacktrace

test result: Failed. Test case throws exception: [BaseUrlClient] positiveImportUrlTest failed! Check output for cause of failure.

Standard Output

#Test Results (version 2)
#Fri Mar 26 03:33:37 UTC 2021
#-----testdescription-----
$file=/home/jenkins/agent/workspace/jakartaee-tck_master/tags-tck/src/com/sun/ts/tests/jstl/spec/core/urlresource/importtag/JSTLClient.java
$root=/home/jenkins/agent/workspace/jakartaee-tck_master/tags-tck/src
assertion_ids=JSTL\:SPEC\:23  The  < c\:import >  action imports the content of a\n\t\t\t\tURL-based resource.\nJSTL\:SPEC\:23.1  The 'url' attribute specifies the URL of the resource\n\t\t\t\t\t\tto import.\nJSTL\:SPEC\:23.1.1  The 'url' attribute must be able to accept relative\n\t\t\t\t\t\t\t\tURLs as defined by the JSP specification.\nJSTL\:SPEC\:23.1.1.1  A relative URL can be a context-relative path\n\t\t\t\t\t\t\t\t\t\twhich starts with a '/' and is interpreted as relative to the \n\t\t\t\t\t\t\t\t\t\tapplication to which the JSP page belongs.\nJSTL\:SPEC\:23.1.1.2  A relative URL can be a page-relative path which\n\t\t\t\t\t\t\t\t\t\tdoes not start with a '/' and is interpreted as relative to \n\t\t\t\t\t\t\t\t\t\tthe current JSP page.\nJSTL\:SPEC\:23.1.1.3  The semantics of importing a resource specified\n\t\t\t\t\t\t\t\t\t\twith a relative URL in the same context are the same as an \n\t\t\t\t\t\t\t\t\t\tinclude performed by a RequestDispatcher.\nJSTL\:SPEC\:23.1.1.3.1  The whole enviroment (request, session,\n\t\t\t\t\t\t\t\t\t\t\t\tapplication) of the importing page is available to the \n\t\t\t\t\t\t\t\t\t\t\t\ttarget resource (including request parameters of the\n\t\t\t\t\t\t\t\t\t\t\t\timporting page).\nJSTL\:SPEC\:23.1.2  The 'url' attribute must be able to accept relative\n\t\t\t\t\t\t\t\tURLs of a foreign context within the same container.\nJSTL\:SPEC\:23.1.2.1  The relative URL specified must be a\n\t\t\t\t\t\t\t\t\t\tcontext-relative path (starts with a '/').\nJSTL\:SPEC\:23.1.2.2  The semantics of importing a resource specified\n\t\t\t\t\t\t\t\t\t\twith a relative URL in a foreign context are the same as an \n\t\t\t\t\t\t\t\t\t\tinclude performed by a RequestDispatcher on a foreign context\n\t\t\t\t\t\t\t\t\t\tin the Servlet specification.\nJSTL\:SPEC\:23.1.2.2.1  Only the 'request' environement of the importing\n\t\t\t\t\t\t\t\t\t\t\t\tpage is available to the target resource.\nJSTL\:SPEC\:23.1.3  The 'url' attribute must accept absolute URLs\nJSTL\:SPEC\:23.1.3.1  The  < c\:import >  action supports, at a\n\t\t\t\t\t\t\t\t\t\tminimum, the protocols offered in the J2SE platform for \n\t\t\t\t\t\t\t\t\t\tabsolute URLs.\nJSTL\:SPEC\:23.1.3.2  When importing resources referenced by an absolute\n\t\t\t\t\t\t\t\t\t\tURL, none of the current execution environment (request, \n\t\t\t\t\t\t\t\t\t\tsession, application) is made available to the target\n\t\t\t\t\t\t\t\t\t\tresource, even if the absolute URL resolves to the same host \n\t\t\t\t\t\t\t\t\t\tand context path.\nJSTL\:SPEC\:23.1.3.3  When importing an external resource using the HTTP\n\t\t\t\t\t\t\t\t\t\tprotocol,  < c\:import >  behaves according to the semantics\n\t\t\t\t\t\t\t\t\t\tof a GET request sent via the java.net.HttpURLConnection \n\t\t\t\t\t\t\t\t\t\tclass, with setFollowRedirects set to true.\nJSTL\:SPEC\:23.1.4  The result of the evaluated expression must be of\n\t\t\t\t\t\t\t\ttype 'String'.\nJSTL\:SPEC\:23.1.5  If the evaluated expression is not of type String,\n\t\t\t\t\t\t\t\tan Exception is thrown.\nJSTL\:SPEC\:23.2  The 'context' attribute specifies the name of a\n\t\t\t\t\t\tcontext when accessing a relative URL resource that belongs to a \n\t\t\t\t\t\tforeign context.\nJSTL\:SPEC\:23.2.1  The result of the evaluated expression must be of\n\t\t\t\t\t\t\t\ttype 'String'.\nJSTL\:SPEC\:23.2.2  If the evaluated expression is not of type String,\n\t\t\t\t\t\t\t\tan Exception is thrown.\nJSTL\:SPEC\:23.2.3  The relative URL must be context-relative (i.e.\n\t\t\t\t\t\t\t\tmust start with a "/").\nJSTL\:SPEC\:23.2.4  The context name must also start with a "/".\nJSTL\:SPEC\:23.3  The 'var' attribute specifies the name of the exported\n\t\t\t\t\t\tscoped variable for the resource's content.\nJSTL\:SPEC\:23.3.1  The type of the exported variable is 'String'.\nJSTL\:SPEC\:23.3.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\:23.4  The 'scope' attribute specifies the scope in which to\n\t\t\t\t\t\texport 'var'.\nJSTL\:SPEC\:23.4.1  A value of 'page' will export 'var' to the page\n\t\t\t\t\t\t\t\tscope.\nJSTL\:SPEC\:23.4.2  A value of 'request' will export 'var' to the\n\t\t\t\t\t\t\t\trequest scope.\nJSTL\:SPEC\:23.4.3  A value of 'session' will export 'var' to the\n\t\t\t\t\t\t\t\tsession scope.\nJSTL\:SPEC\:23.4.4  A value of 'application' will export 'var' to the\n\t\t\t\t\t\t\t\tapplication scope.\nJSTL\:SPEC\:23.4.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\:23.5  The 'charEncoding' attribute specifies the character\n\t\t\t\t\t\tencoding of the content at the input resource.\nJSTL\:SPEC\:23.5.1  The values supported by the 'charEncoding' attribute\n\t\t\t\t\t\t\t\tare the same as those supported by the constructor of the Java \n\t\t\t\t\t\t\t\tclass java.io.InputStreamReader.\nJSTL\:SPEC\:23.5.2  The result of the evaluated expression must be of\n\t\t\t\t\t\t\t\ttype 'String'.\nJSTL\:SPEC\:23.5.3  If the evaluated expression is not of type String,\n\t\t\t\t\t\t\t\tan Exception is thrown.\nJSTL\:SPEC\:23.6  The 'varReader' attribute specifies the name of the\n\t\t\t\t\t\texported scoped variable for the resources content.\nJSTL\:SPEC\:23.6.1  The exported variable, as defined by the 'varReader'\n\t\t\t\t\t\t\t\tattribute is of type 'Reader'.\nJSTL\:SPEC\:23.6.2  The exported variable can only be accessed within\n\t\t\t\t\t\t\t\tthe body content of the  < c\:import >  action.\nJSTL\:SPEC\:23.7  If the 'var' attribute is specified, body content must\n\t\t\t\t\t\tconsist of only  < c\:param >  subtags.\nJSTL\:SPEC\:23.8  If the 'varReader' attribute is specified, body\n\t\t\t\t\t\tcontent must not contain  < c\:param >  subtags.\nJSTL\:SPEC\:23.9  It is invalid to specify the 'scope' attribute if the\n\t\t\t\t\t\t'varReader' attribute is defined.\nJSTL\:SPEC\:23.10  The 'url' attribute is required across all syntax\n\t\t\t\t\t\tvariations.\nJSTL\:SPEC\:23.11  If the 'var' or 'varReader' attributes are not\n\t\t\t\t\t\tspecified, the content of the imported resource is written to the \n\t\t\t\t\t\tcurrent JspWriter object.\nJSTL\:SPEC\:23.12  If the 'charEncoding' attribute is not specified and\n\t\t\t\t\t\tthe response of the  < c\:import >  request has a "Content-Type"\n\t\t\t\t\t\theader, then the character encoding specified is used.\nJSTL\:SPEC\:23.13  If the 'charEncoding' attribute is not specified, and\n\t\t\t\t\t\tthe response of the  < c\:import >  request does not contain a\n\t\t\t\t\t\t"Content-Type" header, then the default encoding of ISO-8859-1 \n\t\t\t\t\t\twill be used.\nJSTL\:SPEC\:23.14  If the 'scope' attibute is not specified, the variable\n\t\t\t\t\t\tassociated with the 'var' attribute will be exported to the page \n\t\t\t\t\t\tscope.\nJSTL\:SPEC\:23.15  If 'url' is null, empty, or invalid, a JspException is\n\t\t\t\t\t\tthrown.\nJSTL\:SPEC\:23.16  If an exception is caused by the body content, it must\n\t\t\t\t\t\tbe propagated.\nJSTL\:SPEC\:23.17  If an exception is caused by the action itself, it\n\t\t\t\t\t\tmust be propagated.\nJSTL\:SPEC\:23.18  If charEncoding is null or empty, it is considered\n\t\t\t\t\t\tmissing\nJSTL\:SPEC\:23.19  Error handling for internal resources\:\nJSTL\:SPEC\:23.19.1  If a RequestDispatcher cannot be found for the\n\t\t\t\t\t\t\t\tresource, throw a JspException with the resource path included \n\t\t\t\t\t\t\t\tin the message.\nJSTL\:SPEC\:23.19.2  Otherwise, if the RequestDispatcher.include() method\n\t\t\t\t\t\t\t\tthrows an IOException or RuntimeException, throw a JspException \n\t\t\t\t\t\t\t\twith the caught exception as the root cause.\nJSTL\:SPEC\:23.19.3  Otherwise, if the RequestDispatcher.include() method\n\t\t\t\t\t\t\t\tthrows a ServletException, look for a root cause.\nJSTL\:SPEC\:23.19.3.1  If there's a root cause, throw a JspException with\n\t\t\t\t\t\t\t\t\t\tthe root cause message included in the message and the \n\t\t\t\t\t\t\t\t\t\toriginal root cause as the JspException root cause\nJSTL\:SPEC\:23.19.3.2  Otherwise, throw a JspException with the caught\n\t\t\t\t\t\t\t\t\t\texception as the root cause.\nJSTL\:SPEC\:23.19.4  Otherwise, if the resource invoked through\n\t\t\t\t\t\t\t\tRequestDispatcher.include() method sets a response status code \n\t\t\t\t\t\t\t\tother than 2xx, throw a JspException with the path and status\n\t\t\t\t\t\t\t\tcode in the message.\nJSTL\:SPEC\:23.20  Error handling for external resources\:\nJSTL\:SPEC\:23.20.1  If the URLConnection class throws an IOException or\n\t\t\t\t\t\t\t\ta RuntimeException, throw a JspException with the message from \n\t\t\t\t\t\t\t\tthe original exception included in the message and the original\n\t\t\t\t\t\t\t\texception as the root cause\nJSTL\:SPEC\:23.20.2  For an HttpURLConnection, if the response status\n\t\t\t\t\t\t\t\tcode is other than 2xx (i.e. 200-299, the range of success c odes\n\t\t\t\t\t\t\t\tin the HTTP response codes), throw a JspException with the path \n\t\t\t\t\t\t\t\tand status code in the message.\nJSTL\:SPEC\:23.21  If the character encoding is not specified, the\n\t\t\t\t\t\tfollowing rules apply\:\nJSTL\:SPEC\:23.21.1  If URLConnection.getContentType() has a non-null\n\t\t\t\t\t\t\t\tresult, the character set is retrieved from \n\t\t\t\t\t\t\t\tURLConnection.getContentType() by parsing this method's result\n\t\t\t\t\t\t\t\taccording to RFC 2045 (section 5.1)\nJSTL\:SPEC\:23.21.2  If this method's result does not include a character\n\t\t\t\t\t\t\t\tset, or if the character set causes \n\t\t\t\t\t\t\t\tInputStreamReader(InputStream in, String charsetName) to throw\n\t\t\t\t\t\t\t\tan UnsupportedEncodingException, then use ISO-8859-1
classname=com.sun.ts.tests.jstl.spec.core.urlresource.importtag.JSTLClient
direction=forward
finder=cts
id=positiveImportUrlTest
keywords=all jstl javaee javaee_web_profile positiveImportUrlTest novehicle forward
service_eetest=no
testName=positiveImportUrlTest
testProps=\ webServerHost  webServerPort  ts_home
test_directory=com/sun/ts/tests/jstl/spec/core/urlresource/importtag

#-----environment-----
JAVA_HOME=/opt/jdk-11.0.7
JAVA_OPTIONS=
LOCAL_CLASSES=/home/jenkins/agent/workspace/jakartaee-tck_master/tags-tck/bin/xml/../../lib/tsharness.jar\:/home/jenkins/agent/workspace/jakartaee-tck_master/tags-tck/bin/xml/../../lib/jstltck.jar\:/home/jenkins/agent/workspace/jakartaee-tck_master/tags-tck/bin/xml/../../lib/javatest.jar\:/home/jenkins/agent/workspace/jakartaee-tck_master/tags-tck/bin/xml/../../classes\:/home/jenkins/agent/workspace/jakartaee-tck_master/glassfish6/glassfish/modules/jakarta.servlet.jsp.jstl.jar\:/home/jenkins/agent/workspace/jakartaee-tck_master/glassfish6/glassfish/modules/jakarta.servlet.jsp.jstl-api.jar\:/home/jenkins/agent/workspace/jakartaee-tck_master/glassfish6/glassfish/modules/jakarta.servlet-api.jar\:/home/jenkins/agent/workspace/jakartaee-tck_master/glassfish6/glassfish/modules/jakarta.servlet.jsp.jar\:/home/jenkins/agent/workspace/jakartaee-tck_master/glassfish6/glassfish/modules/jakarta.servlet.jsp-api.jar\:/home/jenkins/agent/workspace/jakartaee-tck_master/glassfish6/glassfish/modules/jakarta.el.jar\:/home/jenkins/agent/workspace/jakartaee-tck_master/glassfish6/glassfish/modules/jakarta.el-api.jar\:/home/jenkins/agent/workspace/jakartaee-tck_master/glassfish6/glassfish/../javadb/lib/derbyclient.jar\:/home/jenkins/agent/workspace/jakartaee-tck_master/tags-tck/bin/xml/../../lib/commons-httpclient-3.1.jar\:/home/jenkins/agent/workspace/jakartaee-tck_master/tags-tck/bin/xml/../../lib/commons-codec-1.9.jar\:/home/jenkins/agent/workspace/jakartaee-tck_master/tags-tck/bin/xml/../../lib/commons-logging-1.1.3.jar\:/home/jenkins/agent/workspace/jakartaee-tck_master/tags-tck/bin/xml/../../lib/sigtest.jar
SYSTEMROOT=${env.SystemRoot}
TS_HOME=/home/jenkins/agent/workspace/jakartaee-tck_master/tags-tck/bin/xml/../..
command.testExecute=com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH\=${JAVA_HOME}/lib/rt.jar${pathsep}${LOCAL_CLASSES} HOME\="${user.home}" windir\=${windir} SYSTEMROOT\=${SYSTEMROOT} ${JAVA_HOME}/bin/java ${JAVA_OPTIONS} $testExecuteClass $testExecuteArgs
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
pathsep=\:
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}
user.home=?
webServerHost=localhost
webServerPort=8080
windir=${env.windir}

#-----testresult-----
description=file\:/home/jenkins/agent/workspace/jakartaee-tck_master/tags-tck/src/com/sun/ts/tests/jstl/spec/core/urlresource/importtag/JSTLClient.java\#positiveImportUrlTest
end=Fri Mar 26 03\:33\:37 UTC 2021
environment=ts_unix
execStatus=Failed. Test case throws exception\: [BaseUrlClient] positiveImportUrlTest failed\! Check output for cause of failure.
harnessLoaderMode=Classpath Loader
harnessVariety=Full Bundle
javatestOS=Linux 3.10.0-1062.el7.x86_64 (amd64)
javatestVersion=5.0
script=com.sun.ts.lib.harness.TSScript
sections=script_messages TestRun
start=Fri Mar 26 03\:33\:35 UTC 2021
test=com/sun/ts/tests/jstl/spec/core/urlresource/importtag/JSTLClient.java\#positiveImportUrlTest
timeoutSeconds=600
totalTime=1507
work=/home/jenkins/agent/workspace/jakartaee-tck_master/tags-tckwork/tags-tck/com/sun/ts/tests/jstl/spec/core/urlresource/importtag

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

#section:TestRun
----------messages:(1/1906)----------
command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/jdk-11.0.7/lib/rt.jar:/home/jenkins/agent/workspace/jakartaee-tck_master/tags-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/jakartaee-tck_master/tags-tck/bin/xml/../../lib/jstltck.jar:/home/jenkins/agent/workspace/jakartaee-tck_master/tags-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/jakartaee-tck_master/tags-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/jakartaee-tck_master/glassfish6/glassfish/modules/jakarta.servlet.jsp.jstl.jar:/home/jenkins/agent/workspace/jakartaee-tck_master/glassfish6/glassfish/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/jakartaee-tck_master/glassfish6/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/jakartaee-tck_master/glassfish6/glassfish/modules/jakarta.servlet.jsp.jar:/home/jenkins/agent/workspace/jakartaee-tck_master/glassfish6/glassfish/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/jakartaee-tck_master/glassfish6/glassfish/modules/jakarta.el.jar:/home/jenkins/agent/workspace/jakartaee-tck_master/glassfish6/glassfish/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/jakartaee-tck_master/glassfish6/glassfish/../javadb/lib/derbyclient.jar:/home/jenkins/agent/workspace/jakartaee-tck_master/tags-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/jakartaee-tck_master/tags-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/jakartaee-tck_master/tags-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/jakartaee-tck_master/tags-tck/bin/xml/../../lib/sigtest.jar HOME=? windir= SYSTEMROOT= /opt/jdk-11.0.7/bin/java com.sun.ts.tests.jstl.spec.core.urlresource.importtag.JSTLClient -p /home/jenkins/agent/workspace/jakartaee-tck_master/tags-tck/bin/xml/../../tmp/tstest.jte -t positiveImportUrlTest
----------log:(59/4718)*----------
************************************************************
* props file set to "/tmp/?-cts-props.txt"
************************************************************
03-26-2021 03:33:35:  TRACE: #######  Value of harness.socket.retry.count is "10"
03-26-2021 03:33:35:  TRACE: #######  Value of harness.log.port is "2000"
03-26-2021 03:33:35:  TRACE: #######  Actual bind value of harness.log.port is "2000"
03-26-2021 03:33:35:  TRACE: *** in EETest.run(argv,p)
03-26-2021 03:33:35:  TRACE: TESTCLASS=com.sun.ts.tests.jstl.spec.core.urlresource.importtag.JSTLClient
03-26-2021 03:33:35:  TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jstl.spec.core.urlresource.importtag.JSTLClient
03-26-2021 03:33:35:  TRACE: ** IN getRunMethod: testname=positiveImportUrlTest
03-26-2021 03:33:35:  TRACE: ** GOT RUN METHOD!
03-26-2021 03:33:35:  TRACE: **runmethod=positiveImportUrlTest
03-26-2021 03:33:35:  TRACE: ABOUT TO GET SETUP METHOD!
03-26-2021 03:33:35:  TRACE: No setupMethod annotation present
03-26-2021 03:33:35:  TRACE: getSetupMethod - checking for testcase specific setup method:  positiveImportUrlTest_setup
03-26-2021 03:33:35:  TRACE: getSetupMethod - checking for default class specific setup method
03-26-2021 03:33:35:  TRACE: GOT SETUP METHOD!
03-26-2021 03:33:35:  TRACE: No cleanupMethod annotation present
03-26-2021 03:33:35:  TRACE: getCleanupMethod - checking for testcase specific cleanup method:  positiveImportUrlTest_cleanup
03-26-2021 03:33:35:  TRACE: getCleanupMethod - checking for default class specific cleanup method
03-26-2021 03:33:35:  TRACE: GOT CLEANUP METHOD!
03-26-2021 03:33:35:  TRACE: ABOUT TO INVOKE SETUP METHOD!
03-26-2021 03:33:35:  [BaseUrlClient] Test setup OK
03-26-2021 03:33:35:  TRACE: INVOKED SETUP METHOD!
03-26-2021 03:33:35:  TRACE: ABOUT TO INVOKE EETEST RUN METHOD!
03-26-2021 03:33:35:  TRACE: [BaseUrlClient] EXECUTING
03-26-2021 03:33:35:  [HttpRequest] Dispatching request: 'GET /jstl_core_url_import_web/positiveImportUrlTest.jsp HTTP/1.1' to target server at 'localhost:8080'
03-26-2021 03:33:35:  TRACE: ########## The real value set: false
03-26-2021 03:33:35:  TRACE: [WIRE] - >> "GET /jstl_core_url_import_web/positiveImportUrlTest.jsp HTTP/1.1[\\r][\\n]"
03-26-2021 03:33:35:  TRACE: [WIRE] - >> "User-Agent: Jakarta Commons-HttpClient/3.1[\\r][\\n]"
03-26-2021 03:33:35:  TRACE: [WIRE] - >> "Host: localhost:8080[\\r][\\n]"
03-26-2021 03:33:35:  TRACE: [WIRE] - >> "[\\r][\\n]"
03-26-2021 03:33:35:  TRACE: [WIRE] - << "HTTP/1.1 404 Not Found[\\r][\\n]"
03-26-2021 03:33:35:  TRACE: [WIRE] - << "HTTP/1.1 404 Not Found[\\r][\\n]"
03-26-2021 03:33:35:  TRACE: [WIRE] - << "Server: Eclipse GlassFish  6.1.0 [\\r][\\n]"
03-26-2021 03:33:35:  TRACE: [WIRE] - << "X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish  6.1.0  Java/Oracle Corporation/11)[\\r][\\n]"
03-26-2021 03:33:35:  TRACE: [WIRE] - << "Content-Language: [\\r][\\n]"
03-26-2021 03:33:35:  TRACE: [WIRE] - << "Content-Type: text/html[\\r][\\n]"
03-26-2021 03:33:35:  TRACE: [WIRE] - << "Content-Length: 1048[\\r][\\n]"
03-26-2021 03:33:35:  TRACE: [WIRE] - << "[\\r][\\n]"
03-26-2021 03:33:35:  ERROR: [WebValidatorBase] Unexpected 404 received from target server!  Request path: /jstl_core_url_import_web/positiveImportUrlTest.jsp
03-26-2021 03:33:35:  ERROR: Test case throws exception: [BaseUrlClient] positiveImportUrlTest failed! Check output for cause of failure.
03-26-2021 03:33:35:  ERROR: Exception at:  
03-26-2021 03:33:35:  ERROR: com.sun.ts.tests.common.webclient.TestFailureException: Test FAILED!
	at com.sun.ts.tests.common.webclient.WebTestCase.execute(WebTestCase.java:180)
	at com.sun.ts.tests.common.webclient.BaseUrlClient.invoke(BaseUrlClient.java:455)
	at com.sun.ts.tests.jstl.spec.core.urlresource.importtag.JSTLClient.positiveImportUrlTest(JSTLClient.java:77)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.sun.ts.lib.harness.EETest.run(EETest.java:596)
	at com.sun.ts.lib.harness.EETest.getPropsReady(EETest.java:486)
	at com.sun.ts.lib.harness.EETest.run(EETest.java:337)
	at com.sun.ts.tests.jstl.spec.core.urlresource.importtag.JSTLClient.run(JSTLClient.java:64)
	at com.sun.ts.tests.jstl.spec.core.urlresource.importtag.JSTLClient.main(JSTLClient.java:50)

03-26-2021 03:33:35:  [BaseUrlClient] Test cleanup OK
STATUS:Failed.Test case throws exception: [BaseUrlClient] positiveImportUrlTest failed! Check output for cause of failure.
result: Failed. Test case throws exception: [BaseUrlClient] positiveImportUrlTest failed! Check output for cause of failure.


test result: Failed. Test case throws exception: [BaseUrlClient] positiveImportUrlTest failed! Check output for cause of failure.