Skip to content

Failed

com.sun.ts.tests.jstl.spec.fmt.format.fmtdate.JSTLClient.positiveFDValueTest (from tags-tck)

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

Error Message

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

Stacktrace

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

Standard Output

#Test Results (version 2)
#Thu Jul 23 12:52:20 UTC 2020
#-----testdescription-----
$file=/home/jenkins/agent/workspace/jakartaee-tck_master/tags-tck/src/com/sun/ts/tests/jstl/spec/fmt/format/fmtdate/JSTLClient.java
$root=/home/jenkins/agent/workspace/jakartaee-tck_master/tags-tck/src
assertion_ids=JSTL\:SPEC\:57  The  < fmt\:formatDate> action allows the formatting of\n\t\t\t\tdates and times in a locale-sensitive or customized manner.\nJSTL\:SPEC\:57.1  The 'value' attribute specifies the date and/or time\n\t\t\t\t\t\tto be formatted.\nJSTL\:SPEC\:57.1.1  The type of the evaluated expression must be of\n\t\t\t\t\t\t\t\tjava.util.Date.\nJSTL\:SPEC\:57.1.2  If the evaluated expression is not of type\n\t\t\t\t\t\t\t\tjava.util.Date, an Exception is thrown.\nJSTL\:SPEC\:57.1.3  The 'value' attribute is required.\nJSTL\:SPEC\:57.2  The 'type' attribute specifies which date/time\n\t\t\t\t\t\tcomponents to be formatted.\nJSTL\:SPEC\:57.2.1  A value of 'time' will result in only the time\n\t\t\t\t\t\t\t\tcomponent being formatted.\nJSTL\:SPEC\:57.2.2  A value of 'date' will result in only the date\n\t\t\t\t\t\t\t\tcomponent being formatted.\nJSTL\:SPEC\:57.2.3  A value of 'both' will result in both the data and\n\t\t\t\t\t\t\t\ttime components being formatted.\nJSTL\:SPEC\:57.2.4  If the value evaluates to null, the default value,\n\t\t\t\t\t\t\t\t'date', will be used.\nJSTL\:SPEC\:57.2.5  An invalid value will result in an Exception being\n\t\t\t\t\t\t\t\tthrown.\nJSTL\:SPEC\:57.2.10  An invalid value will result in an Exception being\n\t\t\t\t\t\t\t\tthrown.\nJSTL\:SPEC\:57.3  The 'dateStyle' attribute specifies the formatting\n\t\t\t\t\t\tstyle for dates.\nJSTL\:SPEC\:57.3.1  The 'dateStyle' attribute will only be applied if\n\t\t\t\t\t\t\t\t'type' is not set, or type is set to 'date' or 'both'\nJSTL\:SPEC\:57.3.2  The result of the evaluated expression must be of\n\t\t\t\t\t\t\t\ttype String.\nJSTL\:SPEC\:57.3.3  A value of 'default' will format the date using the\n\t\t\t\t\t\t\t\tdefault style.\nJSTL\:SPEC\:57.3.4  A value of 'short' will format the date using the\n\t\t\t\t\t\t\t\tshort style.\nJSTL\:SPEC\:57.3.5  A value of 'medium' will format the date using the\n\t\t\t\t\t\t\t\tmedium style.\nJSTL\:SPEC\:57.3.6  A value of 'long' will format the date using the\n\t\t\t\t\t\t\t\tlong style.\nJSTL\:SPEC\:57.3.7  A value of 'full' will format the date using the\n\t\t\t\t\t\t\t\tfull style.\nJSTL\:SPEC\:57.3.8  If the evaluated expression is not of type String,\n\t\t\t\t\t\t\t\tan Exception is thrown.\nJSTL\:SPEC\:57.3.9  If the value evaluates to null, the default value,\n\t\t\t\t\t\t\t\t'default', will be used.\nJSTL\:SPEC\:57.3.10  An invalid value will result in an Exception being\n\t\t\t\t\t\t\t\tthrown.\nJSTL\:SPEC\:57.4  The 'timeStyle' attribute specifies the formatting\n\t\t\t\t\t\tstyle for times.\nJSTL\:SPEC\:57.4.1  The 'timeStyle' attribute will only be applied if\n\t\t\t\t\t\t\t\t'type' is set to 'time' or 'both'\nJSTL\:SPEC\:57.4.2  The result of the evaluated expression must be of\n\t\t\t\t\t\t\t\ttype String.\nJSTL\:SPEC\:57.4.3  A value of 'default' will format the time using the\n\t\t\t\t\t\t\t\tdefault style.\nJSTL\:SPEC\:57.4.4  A value of 'short' will format the time using the\n\t\t\t\t\t\t\t\tshort style.\nJSTL\:SPEC\:57.4.5  A value of 'medium' will format the time using the\n\t\t\t\t\t\t\t\tmedium style.\nJSTL\:SPEC\:57.4.6  A value of 'long' will format the time using the\n\t\t\t\t\t\t\t\tlong style.\nJSTL\:SPEC\:57.4.7  A value of 'full' will format the time using the\n\t\t\t\t\t\t\t\tfull style.\nJSTL\:SPEC\:57.4.8  If the evaluated expression is not of type String,\n\t\t\t\t\t\t\t\tan Exception is thrown.\nJSTL\:SPEC\:57.4.9  If the value evaluates to null, the default value,\n\t\t\t\t\t\t\t\t'default', will be used.\nJSTL\:SPEC\:57.4.10  An invalid value will result in an Exception being\n\t\t\t\t\t\t\t\tthrown.\nJSTL\:SPEC\:57.5  The 'pattern' attribute specifies a custom formatting\n\t\t\t\t\t\tstype for dates and times.\nJSTL\:SPEC\:57.5.1  The result of the evaluated string must be of type\n\t\t\t\t\t\t\t\tString.\nJSTL\:SPEC\:57.6  The 'timeZone' attribute specifies the time zone in\n\t\t\t\t\t\twhich to represent the formatted time.\nJSTL\:SPEC\:57.6.1  The result of the evaluated expression must be of\n\t\t\t\t\t\t\t\ttype String or java.util.TimeZone.\nJSTL\:SPEC\:57.6.2  If the evaluated expression is not of type String or\n\t\t\t\t\t\t\t\tjava.util.TimeZone, an Exception is thrown.\nJSTL\:SPEC\:57.7  The 'var' attribute specifies the name of the exported\n\t\t\t\t\t\tscoped variable which stores the formatted result.\nJSTL\:SPEC\:57.7.1  The type of the exported attribute must be of type\n\t\t\t\t\t\t\t\tString.\nJSTL\:SPEC\:57.7.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\:57.8  The 'scope' attribute specifies the scope of 'var'.\nJSTL\:SPEC\:57.8.1  A value of 'page' will export 'var' to the page\n\t\t\t\t\t\t\t\tscope.\nJSTL\:SPEC\:57.8.2  A value of 'request' will export 'var' to the\n\t\t\t\t\t\t\t\trequest scope.\nJSTL\:SPEC\:57.8.3  A value of 'session' will export 'var' to the\n\t\t\t\t\t\t\t\tsession scope.\nJSTL\:SPEC\:57.8.4  A value of 'application' will export 'var' to the\n\t\t\t\t\t\t\t\tapplication scope.\nJSTL\:SPEC\:57.8.5  The default value of the 'scope' attribute is\n\t\t\t\t\t\t\t\t'page'.\nJSTL\:SPEC\:57.8.6  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\:57.9  If 'scope' is specified, 'var' must also be specified.\nJSTL\:SPEC\:57.10  If 'value' is null or empty, nothing is written to the\n\t\t\t\t\t\tcurrent JspWriter object and the scoped variable is removed if it \n\t\t\t\t\t\tis specified.\nJSTL\:SPEC\:57.11  If 'timeZone' is null or empty, it is handled as if it\n\t\t\t\t\t\twas missing.\nJSTL\:SPEC\:57.12  If 'var' is not specified, the formatted result is\n\t\t\t\t\t\twritten to the current JspWriter object.\nJSTL\:SPEC\:57.13  The value to be parsed can be passed as body content\n\t\t\t\t\t\tto the action.\nJSTL\:SPEC\:57.14  If value is missing and the action has no body, the\n\t\t\t\t\t\tcurrent date and time are used.\nJSTL\:SPEC\:57.15  If the 'timeZone' attribute is not specified and the\n\t\t\t\t\t\taction is nested inside a  < fmt\:timeZone> tag, the time zone is\n\t\t\t\t\t\ttaken from the enclosing  < fmt\:timeZone> tag.\nJSTL\:SPEC\:57.16  If the 'timeZone' attribute is not specified and the\n\t\t\t\t\t\taction is not nested inside a  < fmt\:timeZone> tag, the time zone\n\t\t\t\t\t\tas defined by the 'javax.servlet.jsp.jstl.fmt.timeZone' scope \n\t\t\t\t\t\tattribute or context configuration parameter is used.\nJSTL\:SPEC\:57.17  If the 'timeZone' attribute is not specified, and the\n\t\t\t\t\t\taction is not nested inside a  < fmt\:timeZone> tag, and the\n\t\t\t\t\t\t'javax.servlet.jsp.jstl.fmt.timeZone' attribute is not available, \n\t\t\t\t\t\tthe time zone of the container is used.\nJSTL\:SPEC\:57.18  If the 'pattern' attribute is specified, its value\n\t\t\t\t\t\tmust use the pattern syntax specified in the documentation for the \n\t\t\t\t\t\tJava class java.text.SimpleDateFormat.\nJSTL\:SPEC\:57.19  If the 'type' attribute is not specified, the action\n\t\t\t\t\t\twill format the value as if 'date' was specified.\nJSTL\:SPEC\:57.20  If the 'dateStyle' attribute is not specified, the\n\t\t\t\t\t\taction will assume 'default'\nJSTL\:SPEC\:57.21  If the 'timeStyle' attribute is not specified, the\n\t\t\t\t\t\taction will assume 'default'.\nJSTL\:SPEC\:57.22  If the input to the 'value' attribute is a string\n\t\t\t\t\t\tliteral, it is parsed into an instance of java.util.Date according \n\t\t\t\t\t\tto the default formatting style for dates of the English ("en")\n\t\t\t\t\t\tlocale; i.e. it is parsed in a fashion equivalent to using a \n\t\t\t\t\t\t < fmt\:parseDate> action with type equal to 'date' and dateStyle\n\t\t\t\t\t\tequal to 'default'.\nJSTL\:SPEC\:57.23  A javax.servlet.jsp.JspException is thrown if the date\n\t\t\t\t\t\tto be formatted is given as a string and connect be parsed as a \n\t\t\t\t\t\tdate.\nJSTL\:SPEC\:57.24  If an exception is caused by the body content, it must\n\t\t\t\t\t\tbe propagated.\nJSTL\:SPEC\:57.25  The body content must be empty.
classname=com.sun.ts.tests.jstl.spec.fmt.format.fmtdate.JSTLClient
direction=forward
finder=cts
id=positiveFDValueTest
keywords=all jstl javaee javaee_web_profile positiveFDValueTest novehicle forward
service_eetest=no
testName=positiveFDValueTest
testProps=\ webServerHost  webServerPort  ts_home
test_directory=com/sun/ts/tests/jstl/spec/fmt/format/fmtdate

#-----environment-----
JAVA_HOME=/opt/jdk1.8.0_191/jre
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/javax.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/javax.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/../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/fmt/format/fmtdate/JSTLClient.java\#positiveFDValueTest
end=Thu Jul 23 12\:52\:20 UTC 2020
environment=ts_unix
execStatus=Failed. Test case throws exception\: [BaseUrlClient] positiveFDValueTest failed\! Check output for cause of failure.
harnessLoaderMode=Classpath Loader
harnessVariety=Full Bundle
javatestOS=Linux 3.10.0-1062.12.1.el7.x86_64 (amd64)
javatestVersion=5.0
script=com.sun.ts.lib.harness.TSScript
sections=script_messages TestRun
start=Thu Jul 23 12\:52\:18 UTC 2020
test=com/sun/ts/tests/jstl/spec/fmt/format/fmtdate/JSTLClient.java\#positiveFDValueTest
timeoutSeconds=600
totalTime=1506
work=/home/jenkins/agent/workspace/jakartaee-tck_master/tags-tckwork/tags-tck/com/sun/ts/tests/jstl/spec/fmt/format/fmtdate

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

#section:TestRun
----------messages:(1/1805)----------
command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/jdk1.8.0_191/jre/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/javax.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/javax.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/../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/jdk1.8.0_191/jre/bin/java com.sun.ts.tests.jstl.spec.fmt.format.fmtdate.JSTLClient -p /home/jenkins/agent/workspace/jakartaee-tck_master/tags-tck/bin/xml/../../tmp/tstest.jte -t positiveFDValueTest
----------log:(88/6463)----------
************************************************************
* props file set to "/tmp/?-cts-props.txt"
************************************************************
07-23-2020 12:52:19:  TRACE: #######  Value of harness.socket.retry.count is "10"
07-23-2020 12:52:19:  TRACE: #######  Value of harness.log.port is "2000"
07-23-2020 12:52:19:  TRACE: #######  Actual bind value of harness.log.port is "2000"
07-23-2020 12:52:19:  TRACE: *** in EETest.run(argv,p)
07-23-2020 12:52:19:  TRACE: TESTCLASS=com.sun.ts.tests.jstl.spec.fmt.format.fmtdate.JSTLClient
07-23-2020 12:52:19:  TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jstl.spec.fmt.format.fmtdate.JSTLClient
07-23-2020 12:52:19:  TRACE: ** IN getRunMethod: testname=positiveFDValueTest
07-23-2020 12:52:19:  TRACE: ** GOT RUN METHOD!
07-23-2020 12:52:19:  TRACE: **runmethod=positiveFDValueTest
07-23-2020 12:52:19:  TRACE: ABOUT TO GET SETUP METHOD!
07-23-2020 12:52:19:  TRACE: No setupMethod annotation present
07-23-2020 12:52:19:  TRACE: getSetupMethod - checking for testcase specific setup method:  positiveFDValueTest_setup
07-23-2020 12:52:19:  TRACE: getSetupMethod - checking for default class specific setup method
07-23-2020 12:52:19:  TRACE: GOT SETUP METHOD!
07-23-2020 12:52:19:  TRACE: No cleanupMethod annotation present
07-23-2020 12:52:19:  TRACE: getCleanupMethod - checking for testcase specific cleanup method:  positiveFDValueTest_cleanup
07-23-2020 12:52:19:  TRACE: getCleanupMethod - checking for default class specific cleanup method
07-23-2020 12:52:19:  TRACE: GOT CLEANUP METHOD!
07-23-2020 12:52:19:  TRACE: ABOUT TO INVOKE SETUP METHOD!
07-23-2020 12:52:19:  [BaseUrlClient] Test setup OK
07-23-2020 12:52:19:  TRACE: INVOKED SETUP METHOD!
07-23-2020 12:52:19:  TRACE: ABOUT TO INVOKE EETEST RUN METHOD!
07-23-2020 12:52:19:  TRACE: [BaseUrlClient] EXECUTING
07-23-2020 12:52:19:  ERROR: Root cause of Failure: Connection refused (Connection refused)
07-23-2020 12:52:19:  ERROR: java.net.ConnectException: Connection refused (Connection refused)
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at java.net.Socket.connect(Socket.java:538)
	at java.net.Socket.<init>(Socket.java:434)
	at java.net.Socket.<init>(Socket.java:286)
	at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:80)
	at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:122)
	at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)
	at com.sun.ts.tests.common.webclient.http.HttpRequest.execute(HttpRequest.java:409)
	at com.sun.ts.tests.common.webclient.WebTestCase.execute(WebTestCase.java:171)
	at com.sun.ts.tests.common.webclient.BaseUrlClient.invoke(BaseUrlClient.java:455)
	at com.sun.ts.tests.jstl.spec.fmt.format.fmtdate.JSTLClient.positiveFDValueTest(JSTLClient.java:83)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.fmt.format.fmtdate.JSTLClient.run(JSTLClient.java:69)
	at com.sun.ts.tests.jstl.spec.fmt.format.fmtdate.JSTLClient.main(JSTLClient.java:55)

07-23-2020 12:52:19:  ERROR: Test case throws exception: [BaseUrlClient] positiveFDValueTest failed! Check output for cause of failure.
07-23-2020 12:52:19:  ERROR: Exception at:  
07-23-2020 12:52:19:  ERROR: com.sun.ts.tests.common.webclient.TestFailureException: [FATAL] Unexpected failure during test execution.Connection refused (Connection refused)
	at com.sun.ts.tests.common.webclient.WebTestCase.execute(WebTestCase.java:175)
	at com.sun.ts.tests.common.webclient.BaseUrlClient.invoke(BaseUrlClient.java:455)
	at com.sun.ts.tests.jstl.spec.fmt.format.fmtdate.JSTLClient.positiveFDValueTest(JSTLClient.java:83)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.fmt.format.fmtdate.JSTLClient.run(JSTLClient.java:69)
	at com.sun.ts.tests.jstl.spec.fmt.format.fmtdate.JSTLClient.main(JSTLClient.java:55)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at java.net.Socket.connect(Socket.java:538)
	at java.net.Socket.<init>(Socket.java:434)
	at java.net.Socket.<init>(Socket.java:286)
	at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:80)
	at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:122)
	at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)
	at com.sun.ts.tests.common.webclient.http.HttpRequest.execute(HttpRequest.java:409)
	at com.sun.ts.tests.common.webclient.WebTestCase.execute(WebTestCase.java:171)
	... 11 more

07-23-2020 12:52:19:  [BaseUrlClient] Test cleanup OK
STATUS:Failed.Test case throws exception: [BaseUrlClient] positiveFDValueTest failed! Check output for cause of failure.
result: Failed. Test case throws exception: [BaseUrlClient] positiveFDValueTest failed! Check output for cause of failure.


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