Skip to content

Failed

com.sun.ts.tests.jstl.compat.onedotzero.JSTLClient.positivePNValueTest (from tags-tck)

Failing for the past 3 builds (Since #48 )
Took 2 sec.

Error Message

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

Stacktrace

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

Standard Output

#Test Results (version 2)
#Fri Jul 26 19:41:58 UTC 2019
#-----testdescription-----
$file=/home/jenkins/workspace/jakartaee-tck_master/tags-tck/src/com/sun/ts/tests/jstl/compat/onedotzero/JSTLClient.java
$root=/home/jenkins/workspace/jakartaee-tck_master/tags-tck/src
assertion_ids=JSTL\:SPEC\:58  The  < fmt\:parseDate> action parses the string\n\t\t\t\trepresentation of dates and times that were formatted in a \n\t\t\t\tlocale-sensitive or customized manner.\nJSTL\:SPEC\:58.1  The 'value' attribute specifies the date to be parsed.\nJSTL\:SPEC\:58.1.1  The result of the evaluated expression must be of\n\t\t\t\t\t\t\t\ttype String.\nJSTL\:SPEC\:58.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\:58.2  The 'type' attribute specifies what the date string\n\t\t\t\t\t\tspecified by value contains.\nJSTL\:SPEC\:58.2.1  A value of 'time' specifies that only the time\n\t\t\t\t\t\t\t\tportion should be present.\nJSTL\:SPEC\:58.2.2  A value of 'date' specifies that only the date\n\t\t\t\t\t\t\t\tportion should be present.\nJSTL\:SPEC\:58.2.3  A value of 'both' specifies that both the data and\n\t\t\t\t\t\t\t\ttime portion should be present.\nJSTL\:SPEC\:58.2.4  The result of the evaluated expression must be of\n\t\t\t\t\t\t\t\ttype String.\nJSTL\:SPEC\:58.2.5  If the evaluated expression is not of type String,\n\t\t\t\t\t\t\t\tan Exception is thrown.\nJSTL\:SPEC\:58.2.6  If the value evaluates to null, the default value,\n\t\t\t\t\t\t\t\t'both', will be used.\nJSTL\:SPEC\:58.2.7  An invalid value will result in an Exception being\n\t\t\t\t\t\t\t\tthrown.\nJSTL\:SPEC\:58.3  The 'dateStyle' attribute specifies the formatting\n\t\t\t\t\t\tstyle for dates which determins how the date component of the date \n\t\t\t\t\t\tstring is parsed.\nJSTL\:SPEC\:58.3.1  A value of 'default' will cause the date to be\n\t\t\t\t\t\t\t\tparsed in the default style.\nJSTL\:SPEC\:58.3.2  A value of 'short' will cause the date to be parsed\n\t\t\t\t\t\t\t\tin the short style.\nJSTL\:SPEC\:58.3.3  A value of 'medium' will cause the date to be parsed\n\t\t\t\t\t\t\t\tin the medium style.\nJSTL\:SPEC\:58.3.4  A value of 'long' will cause the date to be parsed\n\t\t\t\t\t\t\t\tusing the long style.\nJSTL\:SPEC\:58.3.5  A value of 'full' will cause the date to be parsed\n\t\t\t\t\t\t\t\tusing the full style.\nJSTL\:SPEC\:58.3.6  The result of the evaluated expression must be of\n\t\t\t\t\t\t\t\ttype String\nJSTL\:SPEC\:58.3.7  The 'dateStyle' attribute will be ignored if 'type'\n\t\t\t\t\t\t\t\tis set to 'time'.\nJSTL\:SPEC\:58.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\:58.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\:58.3.10  An invalid value will result in an Exception being\n\t\t\t\t\t\t\t\tthrown.\nJSTL\:SPEC\:58.4  The 'timeStyle' attribute specifies the formatting\n\t\t\t\t\t\tstyles for times which determins how the time component in the \n\t\t\t\t\t\tdata string is parsed.\nJSTL\:SPEC\:58.4.1  A value of 'default' will cause the time to be\n\t\t\t\t\t\t\t\tparsed using the default style.\nJSTL\:SPEC\:58.4.2  A value of 'short' will cause the time to be parsed\n\t\t\t\t\t\t\t\tusing the short style.\nJSTL\:SPEC\:58.4.3  A value of 'medium' will cause the time to be parsed\n\t\t\t\t\t\t\t\tusing the medium style.\nJSTL\:SPEC\:58.4.4  A value of 'long' will cause the time to be parsed\n\t\t\t\t\t\t\t\tusing the long style.\nJSTL\:SPEC\:58.4.5  A value of 'full' will cause the time to be parsed\n\t\t\t\t\t\t\t\tusing the full style.\nJSTL\:SPEC\:58.4.6  The result of the evaluated expression must be of\n\t\t\t\t\t\t\t\ttype String\nJSTL\:SPEC\:58.4.7  The 'timeStyle' attribute will be ignored if 'type'\n\t\t\t\t\t\t\t\tis equal to 'date'.\nJSTL\:SPEC\:58.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\:58.5  The 'pattern' attribute specifies a custom formatting\n\t\t\t\t\t\tpattern which determines how the date string is to be parsed.\nJSTL\:SPEC\:58.5.1  The result of the evaluated expression must be of\n\t\t\t\t\t\t\t\ttype String\nJSTL\:SPEC\:58.5.2  If the evaluated expression is not of type String,\n\t\t\t\t\t\t\t\tan Exception is thrown.\nJSTL\:SPEC\:58.6  The 'timeZone' attribute specifies the time zone in\n\t\t\t\t\t\twhich to interpret any time information in the date string.\nJSTL\:SPEC\:58.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\:58.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\:58.7  The 'parseLocale' attribute specifies the locale whose\n\t\t\t\t\t\tpredefined formatting styles for dates and times are to be used \n\t\t\t\t\t\tduring the parse operation, or to which the pattern specified via\n\t\t\t\t\t\tthe 'pattern' attribute (if present) is applied.\nJSTL\:SPEC\:58.7.1  The result of the evaluated expression must be of\n\t\t\t\t\t\t\t\ttype String or type java.util.Locale.\nJSTL\:SPEC\:58.7.2  If the evaluated expression is not of type String or\n\t\t\t\t\t\t\t\ttype java.util.Locale, an Exception is thrown.\nJSTL\:SPEC\:58.8  The 'var' attribute specifies the name of the exported\n\t\t\t\t\t\tscoped attribute in which the parsed result is stored.\nJSTL\:SPEC\:58.8.1  The type of the exported attribute must be of type\n\t\t\t\t\t\t\t\tjava.util.Date.\nJSTL\:SPEC\:58.8.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\:58.9  The 'scope' attribute specifies the scope for 'var'.\nJSTL\:SPEC\:58.9.1  A value of 'page' will export var to the page scope.\nJSTL\:SPEC\:58.9.2  A value of 'request' will export var to the request\n\t\t\t\t\t\t\t\tscope.\nJSTL\:SPEC\:58.9.3  A value of 'session' will export var to the session\n\t\t\t\t\t\t\t\tscope.\nJSTL\:SPEC\:58.9.4  A value of 'application' will export var to the\n\t\t\t\t\t\t\t\tapplication scope.\nJSTL\:SPEC\:58.9.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\:58.10  If 'scope' is specified, 'var' must also be specified.\nJSTL\:SPEC\:58.11  If 'value' is null or empty, the scoped variable\n\t\t\t\t\t\tdefined by 'var' is removed.\nJSTL\:SPEC\:58.12  The date string to be parsed can be specified via the\n\t\t\t\t\t\ttag's body content.\nJSTL\:SPEC\:58.13  If the 'var' attribute is not specified, the result of\n\t\t\t\t\t\tthe parsed date string is written to the current JspWriter object.\nJSTL\:SPEC\:58.14  If the 'var' attribute is specified, and 'scope' is\n\t\t\t\t\t\tnot, 'var' will be exported to the page scope.\nJSTL\:SPEC\:58.15  If the 'type' attribute is not specified, the action\n\t\t\t\t\t\twill use date as the default.\nJSTL\:SPEC\:58.16  If the 'dateStyle' attribute is not specified, the\n\t\t\t\t\t\taction will assume the date to be parsed is in the default style.\nJSTL\:SPEC\:58.17  if the 'timeStyle' attribute is not specified, the\n\t\t\t\t\t\taction will assume the time to be parsed in in the default style.\nJSTL\:SPEC\:58.18  If the 'parseLocale' attribute is not specified, the\n\t\t\t\t\t\tpage's formatting locale is used.\nJSTL\:SPEC\:58.19  The value of the 'timeZone' attribute will be used if\n\t\t\t\t\t\tthe given time information does not specify a time zone.\nJSTL\:SPEC\:58.20  If the 'timeZone' attribute is missing, and the action\n\t\t\t\t\t\tis nested inside a  < fmt\:timeZone> tag, the time zone is taken\n\t\t\t\t\t\tfrom the enclosing  < fmt\:timeZone> tag.\nJSTL\:SPEC\:58.21  If the 'timeZone' attribute is missing, and the action\n\t\t\t\t\t\tis not nested inside a  < fmt\:timeZone> tag, the value of the\n\t\t\t\t\t\t'javax.servlet.jsp.jstl.fmt.timeZone' scoped attribute or context \n\t\t\t\t\t\tconfiguration parameter is used.\nJSTL\:SPEC\:58.22  If the 'timeZone' attribute is missing, and the action\n\t\t\t\t\t\tis not nested inside a  < fmt\:timeZone> tag, or the\n\t\t\t\t\t\t'javax.servlet.jsp.jstl.fmt.timeZone' scoped attribute or context \n\t\t\t\t\t\tparameter is not set, the container's time zone is used.\nJSTL\:SPEC\:58.23  A 'javax.servlet.jsp.JspException' is thrown if the\n\t\t\t\t\t\tgiven date string cannot be parsed as a date.\nJSTL\:SPEC\:58.23.1  The message of the rethrown JspException must\n\t\t\t\t\t\t\t\tinclude the value that was to be parsed, and the caught \n\t\t\t\t\t\t\t\texception must be provided as the root cause.\nJSTL\:SPEC\:58.24  If an exception is caused by the body content, it must\n\t\t\t\t\t\tbe propagated.\nJSTL\:SPEC\:58.25  If 'timeZone' is null or empty, it is treated as if it\n\t\t\t\t\t\twas missing.\nJSTL\:SPEC\:58.26  If 'parseLocale' is null or empty, it is treated as if\n\t\t\t\t\t\tit was missing.\nJSTL\:SPEC\:58.27  If this action fails to determine a formatting locale,\n\t\t\t\t\t\tit must throw a JspException whose message must include the value \n\t\t\t\t\t\tthat was to be parsed.
classname=com.sun.ts.tests.jstl.compat.onedotzero.JSTLClient
direction=forward
finder=cts
id=positivePNValueTest
keywords=all jstl javaee javaee_web_profile positivePNValueTest novehicle forward
service_eetest=no
testName=positivePNValueTest
testProps=\ webServerHost  webServerPort  ts_home  jstl.db.url  jstl.db.user  jstl.db.password  jstl.db.driver
test_directory=com/sun/ts/tests/jstl/compat/onedotzero

#-----environment-----
JAVA_HOME=/opt/jdk1.8.0_191/jre
JAVA_OPTIONS=
LOCAL_CLASSES=/home/jenkins/workspace/jakartaee-tck_master/tags-tck/bin/xml/../../lib/tsharness.jar\:/home/jenkins/workspace/jakartaee-tck_master/tags-tck/bin/xml/../../lib/jstltck.jar\:/home/jenkins/workspace/jakartaee-tck_master/tags-tck/bin/xml/../../lib/javatest.jar\:/home/jenkins/workspace/jakartaee-tck_master/tags-tck/bin/xml/../../classes\:/home/jenkins/workspace/jakartaee-tck_master/glassfish5/glassfish/modules/javax.servlet.jsp.jstl.jar\:/home/jenkins/workspace/jakartaee-tck_master/glassfish5/glassfish/modules/jakarta.servlet.jsp.jstl-api.jar\:/home/jenkins/workspace/jakartaee-tck_master/glassfish5/glassfish/modules/jakarta.servlet-api.jar\:/home/jenkins/workspace/jakartaee-tck_master/glassfish5/glassfish/modules/javax.servlet.jsp.jar\:/home/jenkins/workspace/jakartaee-tck_master/glassfish5/glassfish/modules/jakarta.servlet.jsp-api.jar\:/home/jenkins/workspace/jakartaee-tck_master/glassfish5/glassfish/modules/jakarta.el.jar\:/home/jenkins/workspace/jakartaee-tck_master/glassfish5/glassfish/../javadb/lib/derbyclient.jar\:/home/jenkins/workspace/jakartaee-tck_master/tags-tck/bin/xml/../../lib/commons-httpclient-3.1.jar\:/home/jenkins/workspace/jakartaee-tck_master/tags-tck/bin/xml/../../lib/commons-codec-1.9.jar\:/home/jenkins/workspace/jakartaee-tck_master/tags-tck/bin/xml/../../lib/commons-logging-1.1.3.jar\:/home/jenkins/workspace/jakartaee-tck_master/tags-tck/bin/xml/../../lib/sigtest.jar
SYSTEMROOT=${env.SystemRoot}
TS_HOME=/home/jenkins/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
jstl.db.driver=org.apache.derby.jdbc.ClientDriver
jstl.db.name=derbyDB
jstl.db.password=cts1
jstl.db.port=1527
jstl.db.server=localhost
jstl.db.url=jdbc\:derby\://${jstl.db.server}\:${jstl.db.port}/${jstl.db.name};create\=true
jstl.db.user=cts1
pathsep=\:
porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL
ts.home=/home/jenkins/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/workspace/jakartaee-tck_master/tags-tck/src/com/sun/ts/tests/jstl/compat/onedotzero/JSTLClient.java\#positivePNValueTest
end=Fri Jul 26 19\:41\:58 UTC 2019
environment=ts_unix
execStatus=Failed. Test case throws exception\: [BaseUrlClient] positivePNValueTest failed\! Check output for cause of failure.
harnessLoaderMode=Classpath Loader
harnessVariety=Full Bundle
javatestOS=Linux 3.10.0-957.1.3.el7.x86_64 (amd64)
javatestVersion=5.0
script=com.sun.ts.lib.harness.TSScript
sections=script_messages TestRun
start=Fri Jul 26 19\:41\:56 UTC 2019
test=com/sun/ts/tests/jstl/compat/onedotzero/JSTLClient.java\#positivePNValueTest
timeoutSeconds=600
totalTime=1505
work=/home/jenkins/workspace/jakartaee-tck_master/tags-tckwork/tags-tck/com/sun/ts/tests/jstl/compat/onedotzero

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

#section:TestRun
----------messages:(1/1703)----------
command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/jdk1.8.0_191/jre/lib/rt.jar:/home/jenkins/workspace/jakartaee-tck_master/tags-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/workspace/jakartaee-tck_master/tags-tck/bin/xml/../../lib/jstltck.jar:/home/jenkins/workspace/jakartaee-tck_master/tags-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/workspace/jakartaee-tck_master/tags-tck/bin/xml/../../classes:/home/jenkins/workspace/jakartaee-tck_master/glassfish5/glassfish/modules/javax.servlet.jsp.jstl.jar:/home/jenkins/workspace/jakartaee-tck_master/glassfish5/glassfish/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/workspace/jakartaee-tck_master/glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/workspace/jakartaee-tck_master/glassfish5/glassfish/modules/javax.servlet.jsp.jar:/home/jenkins/workspace/jakartaee-tck_master/glassfish5/glassfish/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/workspace/jakartaee-tck_master/glassfish5/glassfish/modules/jakarta.el.jar:/home/jenkins/workspace/jakartaee-tck_master/glassfish5/glassfish/../javadb/lib/derbyclient.jar:/home/jenkins/workspace/jakartaee-tck_master/tags-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/workspace/jakartaee-tck_master/tags-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/workspace/jakartaee-tck_master/tags-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/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.compat.onedotzero.JSTLClient -p /home/jenkins/workspace/jakartaee-tck_master/tags-tck/bin/xml/../../tmp/tstest.jte -t positivePNValueTest
----------log:(96/6835)----------
************************************************************
* props file set to "/tmp/?-cts-props.txt"
************************************************************
07-26-2019 19:41:57:  TRACE: #######  Value of harness.socket.retry.count is "10"
07-26-2019 19:41:57:  TRACE: #######  Value of harness.log.port is "2000"
07-26-2019 19:41:57:  TRACE: #######  Actual bind value of harness.log.port is "2000"
07-26-2019 19:41:57:  TRACE: *** in EETest.run(argv,p)
07-26-2019 19:41:57:  TRACE: TESTCLASS=com.sun.ts.tests.jstl.compat.onedotzero.JSTLClient
07-26-2019 19:41:57:  TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jstl.compat.onedotzero.JSTLClient
07-26-2019 19:41:57:  TRACE: ** IN getRunMethod: testname=positivePNValueTest
07-26-2019 19:41:57:  TRACE: ** GOT RUN METHOD!
07-26-2019 19:41:57:  TRACE: **runmethod=positivePNValueTest
07-26-2019 19:41:57:  TRACE: ABOUT TO GET SETUP METHOD!
07-26-2019 19:41:57:  TRACE: No setupMethod annotation present
07-26-2019 19:41:57:  TRACE: getSetupMethod - checking for testcase specific setup method:  positivePNValueTest_setup
07-26-2019 19:41:57:  TRACE: getSetupMethod - checking for default class specific setup method
07-26-2019 19:41:57:  TRACE: GOT SETUP METHOD!
07-26-2019 19:41:57:  TRACE: No cleanupMethod annotation present
07-26-2019 19:41:57:  TRACE: getCleanupMethod - checking for testcase specific cleanup method:  positivePNValueTest_cleanup
07-26-2019 19:41:57:  TRACE: getCleanupMethod - checking for default class specific cleanup method
07-26-2019 19:41:57:  TRACE: GOT CLEANUP METHOD!
07-26-2019 19:41:57:  TRACE: ABOUT TO INVOKE SETUP METHOD!
07-26-2019 19:41:57:  [BaseUrlClient] Test setup OK
07-26-2019 19:41:57:  TRACE: INVOKED SETUP METHOD!
07-26-2019 19:41:57:  TRACE: ABOUT TO INVOKE EETEST RUN METHOD!
07-26-2019 19:41:57:  TRACE: [HttpRequest] Added request header: jstl.db.user: cts1

07-26-2019 19:41:57:  TRACE: [HttpRequest] Added request header: jstl.db.driver: org.apache.derby.jdbc.ClientDriver

07-26-2019 19:41:57:  TRACE: [HttpRequest] Added request header: jstl.db.password: cts1

07-26-2019 19:41:57:  TRACE: [HttpRequest] Added request header: jstl.db.url: jdbc:derby://localhost:1527/derbyDB;create=true

07-26-2019 19:41:57:  TRACE: [BaseUrlClient] EXECUTING
07-26-2019 19:41:57:  ERROR: Root cause of Failure: Connection refused (Connection refused)
07-26-2019 19:41:57:  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.compat.onedotzero.JSTLClient.positivePNValueTest(JSTLClient.java:389)
	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.compat.onedotzero.JSTLClient.run(JSTLClient.java:65)
	at com.sun.ts.tests.jstl.compat.onedotzero.JSTLClient.main(JSTLClient.java:51)

07-26-2019 19:41:57:  ERROR: Test case throws exception: [BaseUrlClient] positivePNValueTest failed! Check output for cause of failure.
07-26-2019 19:41:57:  ERROR: Exception at:  
07-26-2019 19:41:57:  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.compat.onedotzero.JSTLClient.positivePNValueTest(JSTLClient.java:389)
	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.compat.onedotzero.JSTLClient.run(JSTLClient.java:65)
	at com.sun.ts.tests.jstl.compat.onedotzero.JSTLClient.main(JSTLClient.java:51)
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-26-2019 19:41:57:  [BaseUrlClient] Test cleanup OK
STATUS:Failed.Test case throws exception: [BaseUrlClient] positivePNValueTest failed! Check output for cause of failure.
result: Failed. Test case throws exception: [BaseUrlClient] positivePNValueTest failed! Check output for cause of failure.


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