Skip to content

Failed

com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client.MarshallAllSimpleXMLDataTypesTest_from_standalone (from xml-rpc-tck)

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

Error Message

test result: Failed. Test case throws exception: MarshallAllSimpleXMLDataTypesTest failed

Stacktrace

test result: Failed. Test case throws exception: MarshallAllSimpleXMLDataTypesTest failed

Standard Output

#Test Results (version 2)
#Mon Jul 06 13:20:10 UTC 2020
#-----testdescription-----
$file=/home/jenkins/agent/workspace/jakartaee-tck_8.0.2/xml-rpc-tck/src/com/sun/ts/tests/jaxrpc/ee/w2j/rpc/encoded/marshalltest/Client.java
$root=/home/jenkins/agent/workspace/jakartaee-tck_8.0.2/xml-rpc-tck/src
assertion_ids=JAXRPC\:SPEC\:50  Support the mapping of XML datatypes to Java types\nJAXRPC\:SPEC\:52  The following specifies the Java mapping for the built-in simple XML data types.\nJAXRPC\:SPEC\:52.1  Simple type xsd\:string maps to the java type java.lang.String\nJAXRPC\:SPEC\:52.2  Simple type xsd\:integer maps to the java type java.math.BigInteger\nJAXRPC\:SPEC\:52.3  Simple type xsd\:int maps to the java type int\nJAXRPC\:SPEC\:52.4  Simple type xsd\:long maps to the java type long\nJAXRPC\:SPEC\:52.5  Simple type xsd\:short maps to the java type short\nJAXRPC\:SPEC\:52.6  Simple type xsd\:decimal maps to the java type java.math.BigDecimal\nJAXRPC\:SPEC\:52.7  Simple type xsd\:float maps to the java type float\nJAXRPC\:SPEC\:52.8  Simple type xsd\:double maps to the java type double\nJAXRPC\:SPEC\:52.9  Simple type xsd\:boolean maps to the java type boolean\nJAXRPC\:SPEC\:52.10  Simple type xsd\:byte maps to the java type byte\nJAXRPC\:SPEC\:52.11  Simple type xsd\:QName maps to the java type javax.xml.rpc.namespace.QName\nJAXRPC\:SPEC\:52.12  Simple type xsd\:dateTime maps to the java type java.util.Calendar\nJAXRPC\:SPEC\:52.13  Simple type xsd\:base64Binary maps to the java type byte[]\nJAXRPC\:SPEC\:52.14  Simple type xsd\:hexBinary maps to the java type byte[]\nJAXRPC\:SPEC\:52.15  Simple type xsd\:unsignedInt maps to the java type long\nJAXRPC\:SPEC\:52.16  Simple type xsd\:unsignedShort maps to the java type int\nJAXRPC\:SPEC\:52.17  Simple type xsd\:unsignedByte maps to the java type short\nJAXRPC\:SPEC\:52.18  Simple type xsd\:date maps to the java type Calendar\nJAXRPC\:SPEC\:52.19  Simple type xsd\:time maps to the java type Calendar\nJAXRPC\:SPEC\:52.20  Simple type xsd\:anyURI maps to the java type java.net.URI\nJAXRPC\:SPEC\:52.21  Simple type xsd\:anySimpleType maps to the java type String\nJAXRPC\:SPEC\:55  A SOAP encoded simple XML type is mapped to the corresponding Java class for the Java primitive type..\nJAXRPC\:SPEC\:55.1  Simple type soapenc\:string maps to the java type java.lang.String\nJAXRPC\:SPEC\:55.2  Simple type soapenc\:boolean maps to the java type java.lang.Boolean\nJAXRPC\:SPEC\:55.3  Simple type soapenc\:float maps to the java type java.lang.Float\nJAXRPC\:SPEC\:55.4  Simple type soapenc\:double maps to the java type java.lang.Double\nJAXRPC\:SPEC\:55.5  Simple type soapenc\:decimal maps to the java type java.math.BigDecimal\nJAXRPC\:SPEC\:55.6  Simple type soapenc\:int maps to the java type java.lang.Integer\nJAXRPC\:SPEC\:55.7  Simple type soapenc\:short maps to the java type java.lang.Short\nJAXRPC\:SPEC\:55.8  Simple type soapenc\:base64 maps to the java type java.lang.Byte[]\nJAXRPC\:SPEC\:55.9  Simple type soapenc\:byte maps to the java type java.lang.Byte\nJAXRPC\:SPEC\:124  A WSDL to Java mapping tool is required to generate a service interface based on the mapping of a wsdl\:service element in the WSDL document.  The name ServiceName of the generated service interface is mapped from the name attribute of the corresponding wsdl\:service definition.  Required get Name_of_wsdl\:port method that takes no parameters and returns an instance of the stub class that implements the ServiceDefInterface interface.  Optional get Name_of_wsdl\:port methods that include parameters specific to the endpoint (or port) configuration.  All get Name_of_wsdl\:port methods are required to throw the JAXRPCException.\nJAXRPC\:SPEC\:443  The XML Schema data types and Java types that an interoperable JAX-RPC implementation is required to support.\nJAXRPC\:SPEC\:444  An interoperable JAX-RPC implementation is required to support the standard type mapping between XML data and Java types.\nJAXRPC\:SPEC\:445  An interoperable JAX-RPC implementation must be able to support HTTP 1.1 as the underlying transport.\nJAXRPC\:SPEC\:449  An interoperable JAX-RPC implementation must be capable of importing a WSDL 1.1 based service description.\nJAXRPC\:SPEC\:450  The mapping of an imported WSDL service description to the equivalent Java representation is required to follow the standard WSDL to Java mapping specified in this specification\nJAXRPC\:SPEC\:500  A JAX-RPC implementation is required to support the Java mapping of an XML data type by using one or more of the following\nJAXRPC\:SPEC\:500.1  The standard Java mapping of the XML data types.\nJAXRPC\:SPEC\:500.2  Java binding for the XML data types using the JAXB APIs (Java APIs for XMLdata binding)\nJAXRPC\:SPEC\:500.3  An implementation specific Java binding for the XML data types.\nJAXRPC\:SPEC\:500.4  Pluggable serializer and deserializer framework\nJAXRPC\:SPEC\:502  Built-in data types\nJAXRPC\:SPEC\:502.1  Remaining simple types\nWS4EE\:SPEC\:35  See assertion html documents.\nWS4EE\:SPEC\:36  See assertion html documents.\nWS4EE\:SPEC\:70  See assertion html documents.\nWS4EE\:SPEC\:137  See assertion html documents.
classname=com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client
direction=forward
finder=cts
id=MarshallAllSimpleXMLDataTypesTest_from_standalone
keywords=all jaxrpc webservices javaee_optional MarshallAllSimpleXMLDataTypesTest standalone_vehicle forward
service_eetest=yes
testArgs=-ap jaxrpc-url-props.dat
testName=MarshallAllSimpleXMLDataTypesTest
testProps=\ webServerHost  webServerPort  platform.mode
test_directory=com/sun/ts/tests/jaxrpc/ee/w2j/rpc/encoded/marshalltest

#-----environment-----
JAVA_HOME=/opt/jdk1.8.0_191/jre
JAVA_OPTIONS=
LOCAL_CLASSES=/home/jenkins/agent/workspace/jakartaee-tck_8.0.2/glassfish5/glassfish/modules/webservices-osgi.jar\:/home/jenkins/agent/workspace/jakartaee-tck_8.0.2/glassfish5/glassfish/modules/jakarta.xml.rpc-api.jar\:/home/jenkins/agent/workspace/jakartaee-tck_8.0.2/glassfish5/glassfish/modules/jakarta.servlet-api.jar\:/home/jenkins/agent/workspace/jakartaee-tck_8.0.2/glassfish5/glassfish/modules/jakarta.mail.jar\:/home/jenkins/agent/workspace/jakartaee-tck_8.0.2/glassfish5/glassfish/modules/jaxb-osgi.jar\:/home/jenkins/agent/workspace/jakartaee-tck_8.0.2/glassfish5/glassfish/modules/jakarta.ejb-api.jar\:/home/jenkins/agent/workspace/jakartaee-tck_8.0.2/glassfish5/glassfish/modules/glassfish-naming.jar\:/home/jenkins/agent/workspace/jakartaee-tck_8.0.2/glassfish5/glassfish/modules/bean-validator.jar
TS_HOME=/home/jenkins/agent/workspace/jakartaee-tck_8.0.2/xml-rpc-tck
command.testExecute=com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH\=${TS_HOME}/lib/sigtest.jar\:${TS_HOME}/lib/tsharness.jar\:${TS_HOME}/lib/apiCheck.jar\:${TS_HOME}/lib/jaxrpctck.jar\:${TS_HOME}/lib/javatest.jar\:${TS_HOME}/classes\:${JAVA_HOME}/jre/lib/rt.jar\:${LOCAL_CLASSES} DISPLAY\=\:0.0 HOME\=${user.home} ${JAVA_HOME}/bin/java ${JAVA_OPTIONS} -Ddeliverable.class\=${deliverable.class} $testExecuteClass $testExecuteArgs
deliverable.class=com.sun.ts.lib.deliverable.jaxrpc.JAXRPCDeliverable
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}
local.classes=${webserver.home}/modules/webservices-osgi.jar\:${webserver.home}/modules/jakarta.xml.rpc-api.jar\:${webserver.home}/modules/jakarta.servlet-api.jar\:${webserver.home}/modules/jakarta.mail.jar\:${webserver.home}/modules/jaxb-osgi.jar\:${webserver.home}/modules/jakarta.ejb-api.jar\:${webserver.home}/modules/glassfish-naming.jar\:${webserver.home}/modules/bean-validator.jar
platform.mode=standalone
porting.ts.jaxrpc.class.1=com.sun.ts.lib.implementation.sun.jaxrpc.SunRIJAXRPC
porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL
sigTestClasspath=${local.classes}\:${JAVA_HOME}/lib/rt.jar
ts.home=/home/jenkins/agent/workspace/jakartaee-tck_8.0.2/xml-rpc-tck
user.home=?
webServerHost=localhost
webServerPort=8080
webserver.home=/home/jenkins/agent/workspace/jakartaee-tck_8.0.2/glassfish5/glassfish

#-----testresult-----
description=file\:/home/jenkins/agent/workspace/jakartaee-tck_8.0.2/xml-rpc-tck/src/com/sun/ts/tests/jaxrpc/ee/w2j/rpc/encoded/marshalltest/Client.java\#MarshallAllSimpleXMLDataTypesTest_from_standalone
end=Mon Jul 06 13\:20\:10 UTC 2020
environment=ts_unix
execStatus=Failed. Test case throws exception\: MarshallAllSimpleXMLDataTypesTest failed
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=Mon Jul 06 13\:20\:08 UTC 2020
test=com/sun/ts/tests/jaxrpc/ee/w2j/rpc/encoded/marshalltest/Client.java\#MarshallAllSimpleXMLDataTypesTest_from_standalone
timeoutSeconds=600
totalTime=1721
work=/home/jenkins/agent/workspace/jakartaee-tck_8.0.2/xml-rpc-tckwork/xml-rpc-tck/com/sun/ts/tests/jaxrpc/ee/w2j/rpc/encoded/marshalltest

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

#section:TestRun
----------messages:(1/1749)----------
command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/jakartaee-tck_8.0.2/xml-rpc-tck/lib/sigtest.jar:/home/jenkins/agent/workspace/jakartaee-tck_8.0.2/xml-rpc-tck/lib/tsharness.jar:/home/jenkins/agent/workspace/jakartaee-tck_8.0.2/xml-rpc-tck/lib/apiCheck.jar:/home/jenkins/agent/workspace/jakartaee-tck_8.0.2/xml-rpc-tck/lib/jaxrpctck.jar:/home/jenkins/agent/workspace/jakartaee-tck_8.0.2/xml-rpc-tck/lib/javatest.jar:/home/jenkins/agent/workspace/jakartaee-tck_8.0.2/xml-rpc-tck/classes:/opt/jdk1.8.0_191/jre/jre/lib/rt.jar:/home/jenkins/agent/workspace/jakartaee-tck_8.0.2/glassfish5/glassfish/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/jakartaee-tck_8.0.2/glassfish5/glassfish/modules/jakarta.xml.rpc-api.jar:/home/jenkins/agent/workspace/jakartaee-tck_8.0.2/glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/jakartaee-tck_8.0.2/glassfish5/glassfish/modules/jakarta.mail.jar:/home/jenkins/agent/workspace/jakartaee-tck_8.0.2/glassfish5/glassfish/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/jakartaee-tck_8.0.2/glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/jakartaee-tck_8.0.2/glassfish5/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/jakartaee-tck_8.0.2/glassfish5/glassfish/modules/bean-validator.jar DISPLAY=:0.0 HOME=? /opt/jdk1.8.0_191/jre/bin/java -Ddeliverable.class=com.sun.ts.lib.deliverable.jaxrpc.JAXRPCDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/jakartaee-tck_8.0.2/xml-rpc-tck/tmp/tstest.jte -t MarshallAllSimpleXMLDataTypesTest -vehicle standalone -ap /home/jenkins/agent/workspace/jakartaee-tck_8.0.2/xml-rpc-tck/bin/jaxrpc-url-props.dat
----------log:(805/58583)----------
************************************************************
* props file set to "/tmp/?-cts-props.txt"
************************************************************
07-06-2020 13:20:08:  TRACE: #######  Value of harness.socket.retry.count is "10"
07-06-2020 13:20:08:  TRACE: #######  Value of harness.log.port is "2000"
07-06-2020 13:20:08:  TRACE: #######  Actual bind value of harness.log.port is "2000"
07-06-2020 13:20:08:  TRACE: in ServiceEETest.run() method
07-06-2020 13:20:08:  TRACE: Vehicle to be used for this test is:  standalone
07-06-2020 13:20:08:  TRACE: in custom vehicle so call on EETest.
07-06-2020 13:20:08:  TRACE: *** in EETest.run(argv,p)
07-06-2020 13:20:08:  TRACE: TESTCLASS=com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client
07-06-2020 13:20:08:  TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client
07-06-2020 13:20:08:  TRACE: ** IN getRunMethod: testname=MarshallAllSimpleXMLDataTypesTest
07-06-2020 13:20:08:  TRACE: ** GOT RUN METHOD!
07-06-2020 13:20:08:  TRACE: **runmethod=MarshallAllSimpleXMLDataTypesTest
07-06-2020 13:20:08:  TRACE: ABOUT TO GET SETUP METHOD!
07-06-2020 13:20:08:  TRACE: No setupMethod annotation present
07-06-2020 13:20:08:  TRACE: getSetupMethod - checking for testcase specific setup method:  MarshallAllSimpleXMLDataTypesTest_setup
07-06-2020 13:20:08:  TRACE: getSetupMethod - checking for default class specific setup method
07-06-2020 13:20:08:  TRACE: GOT SETUP METHOD!
07-06-2020 13:20:08:  TRACE: No cleanupMethod annotation present
07-06-2020 13:20:08:  TRACE: getCleanupMethod - checking for testcase specific cleanup method:  MarshallAllSimpleXMLDataTypesTest_cleanup
07-06-2020 13:20:08:  TRACE: getCleanupMethod - checking for default class specific cleanup method
07-06-2020 13:20:08:  TRACE: GOT CLEANUP METHOD!
07-06-2020 13:20:08:  TRACE: ABOUT TO INVOKE SETUP METHOD!
07-06-2020 13:20:08:  Get URL's used by the test
07-06-2020 13:20:08:  Service Endpoint URL: http://localhost:8080/W2JREMarshallTest_web/ws4ee
07-06-2020 13:20:08:  WSDL Location URL:    http://localhost:8080/W2JREMarshallTest_web/ws4ee?WSDL
07-06-2020 13:20:08:  Get stub from service implementation class using JAXRPC porting instance
07-06-2020 13:20:08:  JAXRPC_Util.getStub()
07-06-2020 13:20:08:  Get service implementation class for service interface=com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.MarshallTestService
07-06-2020 13:20:08:  JAXRPC_Util:getServiceFactory
07-06-2020 13:20:08:  Creating ServiceFactory instance
07-06-2020 13:20:08:  ServiceImplClass=com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.MarshallTestService_Impl@73035e27
07-06-2020 13:20:08:  Get stub class for port method=getMarshallTestPort
07-06-2020 13:20:08:  Cast stub to base Stub class ...
07-06-2020 13:20:08:  Setting target endpoint to http://localhost:8080/W2JREMarshallTest_web/ws4ee ...
07-06-2020 13:20:08:  setup ok
07-06-2020 13:20:08:  TRACE: INVOKED SETUP METHOD!
07-06-2020 13:20:08:  TRACE: ABOUT TO INVOKE EETEST RUN METHOD!
07-06-2020 13:20:08:  MarshallAllSimpleXMLDataTypesTest
07-06-2020 13:20:08:  StringTest
07-06-2020 13:20:08:  Passing/Returning data to/from JAXRPC Service
07-06-2020 13:20:08:  ERROR: Caught exception: HTTP Status-Code 404: Not Found - Not Found; nested exception is: 
	HTTP Status-Code 404: Not Found - Not Found
07-06-2020 13:20:08:  ERROR: java.rmi.RemoteException: HTTP Status-Code 404: Not Found - Not Found; nested exception is: 
	HTTP Status-Code 404: Not Found - Not Found
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.MarshallTest_Stub.echoString(MarshallTest_Stub.java:698)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client.StringTest(Client.java:1591)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client.MarshallAllSimpleXMLDataTypesTest(Client.java:1127)
	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.ServiceEETest.run(ServiceEETest.java:115)
	at com.sun.ts.tests.common.vehicle.EmptyVehicleRunner.run(EmptyVehicleRunner.java:40)
	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:105)
	at com.sun.ts.lib.harness.EETest.getPropsReady(EETest.java:486)
	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:209)
	at com.sun.ts.lib.harness.EETest.run(EETest.java:285)
	at com.sun.ts.tests.common.vehicle.VehicleClient.main(VehicleClient.java:38)
Caused by: HTTP Status-Code 404: Not Found - Not Found
	at com.sun.xml.rpc.client.http.HttpClientTransport.checkResponseCode(HttpClientTransport.java:330)
	at com.sun.xml.rpc.client.http.HttpClientTransport.connectForResponse(HttpClientTransport.java:278)
	at com.sun.xml.rpc.client.http.HttpClientTransport.invoke(HttpClientTransport.java:99)
	at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:103)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.MarshallTest_Stub.echoString(MarshallTest_Stub.java:681)
	... 14 more

07-06-2020 13:20:08:  ERROR: StringTest ... FAILED
07-06-2020 13:20:08:  ---------------------------
07-06-2020 13:20:08:  IntegerTest
07-06-2020 13:20:08:  Passing/Returning data to/from JAXRPC Service
07-06-2020 13:20:08:  ERROR: Caught exception: HTTP Status-Code 404: Not Found - Not Found; nested exception is: 
	HTTP Status-Code 404: Not Found - Not Found
07-06-2020 13:20:08:  ERROR: java.rmi.RemoteException: HTTP Status-Code 404: Not Found - Not Found; nested exception is: 
	HTTP Status-Code 404: Not Found - Not Found
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.MarshallTest_Stub.echoInteger(MarshallTest_Stub.java:4317)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client.IntegerTest(Client.java:1620)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client.MarshallAllSimpleXMLDataTypesTest(Client.java:1130)
	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.ServiceEETest.run(ServiceEETest.java:115)
	at com.sun.ts.tests.common.vehicle.EmptyVehicleRunner.run(EmptyVehicleRunner.java:40)
	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:105)
	at com.sun.ts.lib.harness.EETest.getPropsReady(EETest.java:486)
	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:209)
	at com.sun.ts.lib.harness.EETest.run(EETest.java:285)
	at com.sun.ts.tests.common.vehicle.VehicleClient.main(VehicleClient.java:38)
Caused by: HTTP Status-Code 404: Not Found - Not Found
	at com.sun.xml.rpc.client.http.HttpClientTransport.checkResponseCode(HttpClientTransport.java:330)
	at com.sun.xml.rpc.client.http.HttpClientTransport.connectForResponse(HttpClientTransport.java:278)
	at com.sun.xml.rpc.client.http.HttpClientTransport.invoke(HttpClientTransport.java:99)
	at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:103)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.MarshallTest_Stub.echoInteger(MarshallTest_Stub.java:4300)
	... 14 more

07-06-2020 13:20:08:  ERROR: IntegerTest ... FAILED
07-06-2020 13:20:08:  ---------------------------
07-06-2020 13:20:08:  IntTest
07-06-2020 13:20:08:  Passing/Returning data to/from JAXRPC Service
07-06-2020 13:20:08:  ERROR: Caught exception: HTTP Status-Code 404: Not Found - Not Found; nested exception is: 
	HTTP Status-Code 404: Not Found - Not Found
07-06-2020 13:20:08:  ERROR: java.rmi.RemoteException: HTTP Status-Code 404: Not Found - Not Found; nested exception is: 
	HTTP Status-Code 404: Not Found - Not Found
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.MarshallTest_Stub.echoInt(MarshallTest_Stub.java:494)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client.IntTest(Client.java:1651)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client.MarshallAllSimpleXMLDataTypesTest(Client.java:1133)
	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.ServiceEETest.run(ServiceEETest.java:115)
	at com.sun.ts.tests.common.vehicle.EmptyVehicleRunner.run(EmptyVehicleRunner.java:40)
	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:105)
	at com.sun.ts.lib.harness.EETest.getPropsReady(EETest.java:486)
	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:209)
	at com.sun.ts.lib.harness.EETest.run(EETest.java:285)
	at com.sun.ts.tests.common.vehicle.VehicleClient.main(VehicleClient.java:38)
Caused by: HTTP Status-Code 404: Not Found - Not Found
	at com.sun.xml.rpc.client.http.HttpClientTransport.checkResponseCode(HttpClientTransport.java:330)
	at com.sun.xml.rpc.client.http.HttpClientTransport.connectForResponse(HttpClientTransport.java:278)
	at com.sun.xml.rpc.client.http.HttpClientTransport.invoke(HttpClientTransport.java:99)
	at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:103)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.MarshallTest_Stub.echoInt(MarshallTest_Stub.java:477)
	... 14 more

07-06-2020 13:20:08:  ERROR: IntTest ... FAILED
07-06-2020 13:20:08:  ---------------------------
07-06-2020 13:20:08:  LongTest
07-06-2020 13:20:08:  Passing/Returning data to/from JAXRPC Service
07-06-2020 13:20:08:  ERROR: Caught exception: HTTP Status-Code 404: Not Found - Not Found; nested exception is: 
	HTTP Status-Code 404: Not Found - Not Found
07-06-2020 13:20:08:  ERROR: java.rmi.RemoteException: HTTP Status-Code 404: Not Found - Not Found; nested exception is: 
	HTTP Status-Code 404: Not Found - Not Found
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.MarshallTest_Stub.echoLong(MarshallTest_Stub.java:3960)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client.LongTest(Client.java:1678)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client.MarshallAllSimpleXMLDataTypesTest(Client.java:1136)
	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.ServiceEETest.run(ServiceEETest.java:115)
	at com.sun.ts.tests.common.vehicle.EmptyVehicleRunner.run(EmptyVehicleRunner.java:40)
	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:105)
	at com.sun.ts.lib.harness.EETest.getPropsReady(EETest.java:486)
	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:209)
	at com.sun.ts.lib.harness.EETest.run(EETest.java:285)
	at com.sun.ts.tests.common.vehicle.VehicleClient.main(VehicleClient.java:38)
Caused by: HTTP Status-Code 404: Not Found - Not Found
	at com.sun.xml.rpc.client.http.HttpClientTransport.checkResponseCode(HttpClientTransport.java:330)
	at com.sun.xml.rpc.client.http.HttpClientTransport.connectForResponse(HttpClientTransport.java:278)
	at com.sun.xml.rpc.client.http.HttpClientTransport.invoke(HttpClientTransport.java:99)
	at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:103)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.MarshallTest_Stub.echoLong(MarshallTest_Stub.java:3943)
	... 14 more

07-06-2020 13:20:08:  ERROR: LongTest ... FAILED
07-06-2020 13:20:08:  ---------------------------
07-06-2020 13:20:08:  ShortTest
07-06-2020 13:20:08:  Passing/Returning data to/from JAXRPC Service
07-06-2020 13:20:08:  ERROR: Caught exception: HTTP Status-Code 404: Not Found - Not Found; nested exception is: 
	HTTP Status-Code 404: Not Found - Not Found
07-06-2020 13:20:08:  ERROR: java.rmi.RemoteException: HTTP Status-Code 404: Not Found - Not Found; nested exception is: 
	HTTP Status-Code 404: Not Found - Not Found
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.MarshallTest_Stub.echoShort(MarshallTest_Stub.java:1410)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client.ShortTest(Client.java:1705)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client.MarshallAllSimpleXMLDataTypesTest(Client.java:1139)
	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.ServiceEETest.run(ServiceEETest.java:115)
	at com.sun.ts.tests.common.vehicle.EmptyVehicleRunner.run(EmptyVehicleRunner.java:40)
	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:105)
	at com.sun.ts.lib.harness.EETest.getPropsReady(EETest.java:486)
	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:209)
	at com.sun.ts.lib.harness.EETest.run(EETest.java:285)
	at com.sun.ts.tests.common.vehicle.VehicleClient.main(VehicleClient.java:38)
Caused by: HTTP Status-Code 404: Not Found - Not Found
	at com.sun.xml.rpc.client.http.HttpClientTransport.checkResponseCode(HttpClientTransport.java:330)
	at com.sun.xml.rpc.client.http.HttpClientTransport.connectForResponse(HttpClientTransport.java:278)
	at com.sun.xml.rpc.client.http.HttpClientTransport.invoke(HttpClientTransport.java:99)
	at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:103)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.MarshallTest_Stub.echoShort(MarshallTest_Stub.java:1393)
	... 14 more

07-06-2020 13:20:08:  ERROR: ShortTest ... FAILED
07-06-2020 13:20:08:  ---------------------------
07-06-2020 13:20:08:  DecimalTest
07-06-2020 13:20:08:  Passing/Returning data to/from JAXRPC Service
07-06-2020 13:20:09:  ERROR: Caught exception: HTTP Status-Code 404: Not Found - Not Found; nested exception is: 
	HTTP Status-Code 404: Not Found - Not Found
07-06-2020 13:20:09:  ERROR: java.rmi.RemoteException: HTTP Status-Code 404: Not Found - Not Found; nested exception is: 
	HTTP Status-Code 404: Not Found - Not Found
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.MarshallTest_Stub.echoDecimal(MarshallTest_Stub.java:4215)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client.DecimalTest(Client.java:1732)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client.MarshallAllSimpleXMLDataTypesTest(Client.java:1142)
	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.ServiceEETest.run(ServiceEETest.java:115)
	at com.sun.ts.tests.common.vehicle.EmptyVehicleRunner.run(EmptyVehicleRunner.java:40)
	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:105)
	at com.sun.ts.lib.harness.EETest.getPropsReady(EETest.java:486)
	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:209)
	at com.sun.ts.lib.harness.EETest.run(EETest.java:285)
	at com.sun.ts.tests.common.vehicle.VehicleClient.main(VehicleClient.java:38)
Caused by: HTTP Status-Code 404: Not Found - Not Found
	at com.sun.xml.rpc.client.http.HttpClientTransport.checkResponseCode(HttpClientTransport.java:330)
	at com.sun.xml.rpc.client.http.HttpClientTransport.connectForResponse(HttpClientTransport.java:278)
	at com.sun.xml.rpc.client.http.HttpClientTransport.invoke(HttpClientTransport.java:99)
	at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:103)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.MarshallTest_Stub.echoDecimal(MarshallTest_Stub.java:4198)
	... 14 more

07-06-2020 13:20:09:  ERROR: DecimalTest ... FAILED
07-06-2020 13:20:09:  ---------------------------
07-06-2020 13:20:09:  FloatTest
07-06-2020 13:20:09:  Passing/Returning data to/from JAXRPC Service
07-06-2020 13:20:09:  ERROR: Caught exception: HTTP Status-Code 404: Not Found - Not Found; nested exception is: 
	HTTP Status-Code 404: Not Found - Not Found
07-06-2020 13:20:09:  ERROR: java.rmi.RemoteException: HTTP Status-Code 404: Not Found - Not Found; nested exception is: 
	HTTP Status-Code 404: Not Found - Not Found
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.MarshallTest_Stub.echoFloat(MarshallTest_Stub.java:951)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client.FloatTest(Client.java:1761)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client.MarshallAllSimpleXMLDataTypesTest(Client.java:1145)
	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.ServiceEETest.run(ServiceEETest.java:115)
	at com.sun.ts.tests.common.vehicle.EmptyVehicleRunner.run(EmptyVehicleRunner.java:40)
	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:105)
	at com.sun.ts.lib.harness.EETest.getPropsReady(EETest.java:486)
	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:209)
	at com.sun.ts.lib.harness.EETest.run(EETest.java:285)
	at com.sun.ts.tests.common.vehicle.VehicleClient.main(VehicleClient.java:38)
Caused by: HTTP Status-Code 404: Not Found - Not Found
	at com.sun.xml.rpc.client.http.HttpClientTransport.checkResponseCode(HttpClientTransport.java:330)
	at com.sun.xml.rpc.client.http.HttpClientTransport.connectForResponse(HttpClientTransport.java:278)
	at com.sun.xml.rpc.client.http.HttpClientTransport.invoke(HttpClientTransport.java:99)
	at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:103)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.MarshallTest_Stub.echoFloat(MarshallTest_Stub.java:934)
	... 14 more

07-06-2020 13:20:09:  ERROR: FloatTest ... FAILED
07-06-2020 13:20:09:  ---------------------------
07-06-2020 13:20:09:  DoubleTest
07-06-2020 13:20:09:  Passing/Returning data to/from JAXRPC Service
07-06-2020 13:20:09:  ERROR: Caught exception: HTTP Status-Code 404: Not Found - Not Found; nested exception is: 
	HTTP Status-Code 404: Not Found - Not Found
07-06-2020 13:20:09:  ERROR: java.rmi.RemoteException: HTTP Status-Code 404: Not Found - Not Found; nested exception is: 
	HTTP Status-Code 404: Not Found - Not Found
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.MarshallTest_Stub.echoDouble(MarshallTest_Stub.java:2940)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client.DoubleTest(Client.java:1788)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client.MarshallAllSimpleXMLDataTypesTest(Client.java:1148)
	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.ServiceEETest.run(ServiceEETest.java:115)
	at com.sun.ts.tests.common.vehicle.EmptyVehicleRunner.run(EmptyVehicleRunner.java:40)
	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:105)
	at com.sun.ts.lib.harness.EETest.getPropsReady(EETest.java:486)
	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:209)
	at com.sun.ts.lib.harness.EETest.run(EETest.java:285)
	at com.sun.ts.tests.common.vehicle.VehicleClient.main(VehicleClient.java:38)
Caused by: HTTP Status-Code 404: Not Found - Not Found
	at com.sun.xml.rpc.client.http.HttpClientTransport.checkResponseCode(HttpClientTransport.java:330)
	at com.sun.xml.rpc.client.http.HttpClientTransport.connectForResponse(HttpClientTransport.java:278)
	at com.sun.xml.rpc.client.http.HttpClientTransport.invoke(HttpClientTransport.java:99)
	at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:103)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.MarshallTest_Stub.echoDouble(MarshallTest_Stub.java:2923)
	... 14 more

07-06-2020 13:20:09:  ERROR: DoubleTest ... FAILED
07-06-2020 13:20:09:  ---------------------------
07-06-2020 13:20:09:  BooleanTest
07-06-2020 13:20:09:  Passing/Returning data to/from JAXRPC Service
07-06-2020 13:20:09:  ERROR: Caught exception: HTTP Status-Code 404: Not Found - Not Found; nested exception is: 
	HTTP Status-Code 404: Not Found - Not Found
07-06-2020 13:20:09:  ERROR: java.rmi.RemoteException: HTTP Status-Code 404: Not Found - Not Found; nested exception is: 
	HTTP Status-Code 404: Not Found - Not Found
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.MarshallTest_Stub.echoBoolean(MarshallTest_Stub.java:1461)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client.BooleanTest(Client.java:1815)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client.MarshallAllSimpleXMLDataTypesTest(Client.java:1151)
	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.ServiceEETest.run(ServiceEETest.java:115)
	at com.sun.ts.tests.common.vehicle.EmptyVehicleRunner.run(EmptyVehicleRunner.java:40)
	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:105)
	at com.sun.ts.lib.harness.EETest.getPropsReady(EETest.java:486)
	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:209)
	at com.sun.ts.lib.harness.EETest.run(EETest.java:285)
	at com.sun.ts.tests.common.vehicle.VehicleClient.main(VehicleClient.java:38)
Caused by: HTTP Status-Code 404: Not Found - Not Found
	at com.sun.xml.rpc.client.http.HttpClientTransport.checkResponseCode(HttpClientTransport.java:330)
	at com.sun.xml.rpc.client.http.HttpClientTransport.connectForResponse(HttpClientTransport.java:278)
	at com.sun.xml.rpc.client.http.HttpClientTransport.invoke(HttpClientTransport.java:99)
	at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:103)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.MarshallTest_Stub.echoBoolean(MarshallTest_Stub.java:1444)
	... 14 more

07-06-2020 13:20:09:  ERROR: BooleanTest ... FAILED
07-06-2020 13:20:09:  ---------------------------
07-06-2020 13:20:09:  ByteTest
07-06-2020 13:20:09:  Passing/Returning data to/from JAXRPC Service
07-06-2020 13:20:09:  ERROR: Caught exception: HTTP Status-Code 404: Not Found - Not Found; nested exception is: 
	HTTP Status-Code 404: Not Found - Not Found
07-06-2020 13:20:09:  ERROR: java.rmi.RemoteException: HTTP Status-Code 404: Not Found - Not Found; nested exception is: 
	HTTP Status-Code 404: Not Found - Not Found
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.MarshallTest_Stub.echoByte(MarshallTest_Stub.java:2532)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client.ByteTest(Client.java:1842)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client.MarshallAllSimpleXMLDataTypesTest(Client.java:1154)
	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.ServiceEETest.run(ServiceEETest.java:115)
	at com.sun.ts.tests.common.vehicle.EmptyVehicleRunner.run(EmptyVehicleRunner.java:40)
	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:105)
	at com.sun.ts.lib.harness.EETest.getPropsReady(EETest.java:486)
	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:209)
	at com.sun.ts.lib.harness.EETest.run(EETest.java:285)
	at com.sun.ts.tests.common.vehicle.VehicleClient.main(VehicleClient.java:38)
Caused by: HTTP Status-Code 404: Not Found - Not Found
	at com.sun.xml.rpc.client.http.HttpClientTransport.checkResponseCode(HttpClientTransport.java:330)
	at com.sun.xml.rpc.client.http.HttpClientTransport.connectForResponse(HttpClientTransport.java:278)
	at com.sun.xml.rpc.client.http.HttpClientTransport.invoke(HttpClientTransport.java:99)
	at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:103)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.MarshallTest_Stub.echoByte(MarshallTest_Stub.java:2515)
	... 14 more

07-06-2020 13:20:09:  ERROR: ByteTest ... FAILED
07-06-2020 13:20:09:  ---------------------------
07-06-2020 13:20:09:  QNameTest
07-06-2020 13:20:09:  Passing/Returning data to/from JAXRPC Service
07-06-2020 13:20:09:  ERROR: Caught exception: HTTP Status-Code 404: Not Found - Not Found; nested exception is: 
	HTTP Status-Code 404: Not Found - Not Found
07-06-2020 13:20:09:  ERROR: java.rmi.RemoteException: HTTP Status-Code 404: Not Found - Not Found; nested exception is: 
	HTTP Status-Code 404: Not Found - Not Found
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.MarshallTest_Stub.echoQName(MarshallTest_Stub.java:3705)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client.QNameTest(Client.java:1869)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client.MarshallAllSimpleXMLDataTypesTest(Client.java:1157)
	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.ServiceEETest.run(ServiceEETest.java:115)
	at com.sun.ts.tests.common.vehicle.EmptyVehicleRunner.run(EmptyVehicleRunner.java:40)
	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:105)
	at com.sun.ts.lib.harness.EETest.getPropsReady(EETest.java:486)
	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:209)
	at com.sun.ts.lib.harness.EETest.run(EETest.java:285)
	at com.sun.ts.tests.common.vehicle.VehicleClient.main(VehicleClient.java:38)
Caused by: HTTP Status-Code 404: Not Found - Not Found
	at com.sun.xml.rpc.client.http.HttpClientTransport.checkResponseCode(HttpClientTransport.java:330)
	at com.sun.xml.rpc.client.http.HttpClientTransport.connectForResponse(HttpClientTransport.java:278)
	at com.sun.xml.rpc.client.http.HttpClientTransport.invoke(HttpClientTransport.java:99)
	at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:103)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.MarshallTest_Stub.echoQName(MarshallTest_Stub.java:3688)
	... 14 more

07-06-2020 13:20:09:  ERROR: QNameTest ... FAILED
07-06-2020 13:20:09:  ---------------------------
07-06-2020 13:20:09:  DateTimeTest
07-06-2020 13:20:09:  Passing/Returning data to/from JAXRPC Service
07-06-2020 13:20:09:  ERROR: Caught exception: HTTP Status-Code 404: Not Found - Not Found; nested exception is: 
	HTTP Status-Code 404: Not Found - Not Found
07-06-2020 13:20:09:  ERROR: java.rmi.RemoteException: HTTP Status-Code 404: Not Found - Not Found; nested exception is: 
	HTTP Status-Code 404: Not Found - Not Found
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.MarshallTest_Stub.echoDateTime(MarshallTest_Stub.java:4011)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client.DateTimeTest(Client.java:1897)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client.MarshallAllSimpleXMLDataTypesTest(Client.java:1160)
	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.ServiceEETest.run(ServiceEETest.java:115)
	at com.sun.ts.tests.common.vehicle.EmptyVehicleRunner.run(EmptyVehicleRunner.java:40)
	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:105)
	at com.sun.ts.lib.harness.EETest.getPropsReady(EETest.java:486)
	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:209)
	at com.sun.ts.lib.harness.EETest.run(EETest.java:285)
	at com.sun.ts.tests.common.vehicle.VehicleClient.main(VehicleClient.java:38)
Caused by: HTTP Status-Code 404: Not Found - Not Found
	at com.sun.xml.rpc.client.http.HttpClientTransport.checkResponseCode(HttpClientTransport.java:330)
	at com.sun.xml.rpc.client.http.HttpClientTransport.connectForResponse(HttpClientTransport.java:278)
	at com.sun.xml.rpc.client.http.HttpClientTransport.invoke(HttpClientTransport.java:99)
	at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:103)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.MarshallTest_Stub.echoDateTime(MarshallTest_Stub.java:3994)
	... 14 more

07-06-2020 13:20:09:  ERROR: DateTimeTest ... FAILED
07-06-2020 13:20:09:  ---------------------------
07-06-2020 13:20:09:  SoapStringTest
07-06-2020 13:20:09:  Passing/Returning data to/from JAXRPC Service
07-06-2020 13:20:09:  ERROR: Caught exception: HTTP Status-Code 404: Not Found - Not Found; nested exception is: 
	HTTP Status-Code 404: Not Found - Not Found
07-06-2020 13:20:09:  ERROR: java.rmi.RemoteException: HTTP Status-Code 404: Not Found - Not Found; nested exception is: 
	HTTP Status-Code 404: Not Found - Not Found
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.MarshallTest_Stub.echoSoapString(MarshallTest_Stub.java:2889)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client.SoapStringTest(Client.java:1921)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client.MarshallAllSimpleXMLDataTypesTest(Client.java:1163)
	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.ServiceEETest.run(ServiceEETest.java:115)
	at com.sun.ts.tests.common.vehicle.EmptyVehicleRunner.run(EmptyVehicleRunner.java:40)
	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:105)
	at com.sun.ts.lib.harness.EETest.getPropsReady(EETest.java:486)
	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:209)
	at com.sun.ts.lib.harness.EETest.run(EETest.java:285)
	at com.sun.ts.tests.common.vehicle.VehicleClient.main(VehicleClient.java:38)
Caused by: HTTP Status-Code 404: Not Found - Not Found
	at com.sun.xml.rpc.client.http.HttpClientTransport.checkResponseCode(HttpClientTransport.java:330)
	at com.sun.xml.rpc.client.http.HttpClientTransport.connectForResponse(HttpClientTransport.java:278)
	at com.sun.xml.rpc.client.http.HttpClientTransport.invoke(HttpClientTransport.java:99)
	at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:103)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.MarshallTest_Stub.echoSoapString(MarshallTest_Stub.java:2872)
	... 14 more

07-06-2020 13:20:09:  ERROR: SoapStringTest ... FAILED
07-06-2020 13:20:09:  ---------------------------
07-06-2020 13:20:09:  SoapBooleanTest
07-06-2020 13:20:09:  Passing/Returning data to/from JAXRPC Service
07-06-2020 13:20:09:  ERROR: Caught exception: HTTP Status-Code 404: Not Found - Not Found; nested exception is: 
	HTTP Status-Code 404: Not Found - Not Found
07-06-2020 13:20:09:  ERROR: java.rmi.RemoteException: HTTP Status-Code 404: Not Found - Not Found; nested exception is: 
	HTTP Status-Code 404: Not Found - Not Found
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.MarshallTest_Stub.echoSoapBoolean(MarshallTest_Stub.java:1614)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client.SoapBooleanTest(Client.java:1949)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client.MarshallAllSimpleXMLDataTypesTest(Client.java:1166)
	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.ServiceEETest.run(ServiceEETest.java:115)
	at com.sun.ts.tests.common.vehicle.EmptyVehicleRunner.run(EmptyVehicleRunner.java:40)
	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:105)
	at com.sun.ts.lib.harness.EETest.getPropsReady(EETest.java:486)
	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:209)
	at com.sun.ts.lib.harness.EETest.run(EETest.java:285)
	at com.sun.ts.tests.common.vehicle.VehicleClient.main(VehicleClient.java:38)
Caused by: HTTP Status-Code 404: Not Found - Not Found
	at com.sun.xml.rpc.client.http.HttpClientTransport.checkResponseCode(HttpClientTransport.java:330)
	at com.sun.xml.rpc.client.http.HttpClientTransport.connectForResponse(HttpClientTransport.java:278)
	at com.sun.xml.rpc.client.http.HttpClientTransport.invoke(HttpClientTransport.java:99)
	at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:103)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.MarshallTest_Stub.echoSoapBoolean(MarshallTest_Stub.java:1597)
	... 14 more

07-06-2020 13:20:09:  ERROR: SoapBooleanTest ... FAILED
07-06-2020 13:20:09:  ---------------------------
07-06-2020 13:20:09:  SoapFloatTest
07-06-2020 13:20:09:  Passing/Returning data to/from JAXRPC Service
07-06-2020 13:20:09:  ERROR: Caught exception: HTTP Status-Code 404: Not Found - Not Found; nested exception is: 
	HTTP Status-Code 404: Not Found - Not Found
07-06-2020 13:20:09:  ERROR: java.rmi.RemoteException: HTTP Status-Code 404: Not Found - Not Found; nested exception is: 
	HTTP Status-Code 404: Not Found - Not Found
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.MarshallTest_Stub.echoSoapFloat(MarshallTest_Stub.java:4368)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client.SoapFloatTest(Client.java:1975)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client.MarshallAllSimpleXMLDataTypesTest(Client.java:1169)
	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.ServiceEETest.run(ServiceEETest.java:115)
	at com.sun.ts.tests.common.vehicle.EmptyVehicleRunner.run(EmptyVehicleRunner.java:40)
	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:105)
	at com.sun.ts.lib.harness.EETest.getPropsReady(EETest.java:486)
	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:209)
	at com.sun.ts.lib.harness.EETest.run(EETest.java:285)
	at com.sun.ts.tests.common.vehicle.VehicleClient.main(VehicleClient.java:38)
Caused by: HTTP Status-Code 404: Not Found - Not Found
	at com.sun.xml.rpc.client.http.HttpClientTransport.checkResponseCode(HttpClientTransport.java:330)
	at com.sun.xml.rpc.client.http.HttpClientTransport.connectForResponse(HttpClientTransport.java:278)
	at com.sun.xml.rpc.client.http.HttpClientTransport.invoke(HttpClientTransport.java:99)
	at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:103)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.MarshallTest_Stub.echoSoapFloat(MarshallTest_Stub.java:4351)
	... 14 more

07-06-2020 13:20:09:  ERROR: SoapFloatTest ... FAILED
07-06-2020 13:20:09:  ---------------------------
07-06-2020 13:20:09:  SoapDoubleTest
07-06-2020 13:20:09:  Passing/Returning data to/from JAXRPC Service
07-06-2020 13:20:09:  ERROR: Caught exception: HTTP Status-Code 404: Not Found - Not Found; nested exception is: 
	HTTP Status-Code 404: Not Found - Not Found
07-06-2020 13:20:09:  ERROR: java.rmi.RemoteException: HTTP Status-Code 404: Not Found - Not Found; nested exception is: 
	HTTP Status-Code 404: Not Found - Not Found
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.MarshallTest_Stub.echoSoapDouble(MarshallTest_Stub.java:1665)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client.SoapDoubleTest(Client.java:2001)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client.MarshallAllSimpleXMLDataTypesTest(Client.java:1172)
	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.ServiceEETest.run(ServiceEETest.java:115)
	at com.sun.ts.tests.common.vehicle.EmptyVehicleRunner.run(EmptyVehicleRunner.java:40)
	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:105)
	at com.sun.ts.lib.harness.EETest.getPropsReady(EETest.java:486)
	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:209)
	at com.sun.ts.lib.harness.EETest.run(EETest.java:285)
	at com.sun.ts.tests.common.vehicle.VehicleClient.main(VehicleClient.java:38)
Caused by: HTTP Status-Code 404: Not Found - Not Found
	at com.sun.xml.rpc.client.http.HttpClientTransport.checkResponseCode(HttpClientTransport.java:330)
	at com.sun.xml.rpc.client.http.HttpClientTransport.connectForResponse(HttpClientTransport.java:278)
	at com.sun.xml.rpc.client.http.HttpClientTransport.invoke(HttpClientTransport.java:99)
	at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:103)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.MarshallTest_Stub.echoSoapDouble(MarshallTest_Stub.java:1648)
	... 14 more

07-06-2020 13:20:09:  ERROR: SoapDoubleTest ... FAILED
07-06-2020 13:20:09:  ---------------------------
07-06-2020 13:20:09:  SoapDecimalTest
07-06-2020 13:20:09:  Passing/Returning data to/from JAXRPC Service
07-06-2020 13:20:09:  ERROR: Caught exception: HTTP Status-Code 404: Not Found - Not Found; nested exception is: 
	HTTP Status-Code 404: Not Found - Not Found
07-06-2020 13:20:09:  ERROR: java.rmi.RemoteException: HTTP Status-Code 404: Not Found - Not Found; nested exception is: 
	HTTP Status-Code 404: Not Found - Not Found
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.MarshallTest_Stub.echoSoapDecimal(MarshallTest_Stub.java:1206)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client.SoapDecimalTest(Client.java:2027)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client.MarshallAllSimpleXMLDataTypesTest(Client.java:1175)
	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.ServiceEETest.run(ServiceEETest.java:115)
	at com.sun.ts.tests.common.vehicle.EmptyVehicleRunner.run(EmptyVehicleRunner.java:40)
	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:105)
	at com.sun.ts.lib.harness.EETest.getPropsReady(EETest.java:486)
	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:209)
	at com.sun.ts.lib.harness.EETest.run(EETest.java:285)
	at com.sun.ts.tests.common.vehicle.VehicleClient.main(VehicleClient.java:38)
Caused by: HTTP Status-Code 404: Not Found - Not Found
	at com.sun.xml.rpc.client.http.HttpClientTransport.checkResponseCode(HttpClientTransport.java:330)
	at com.sun.xml.rpc.client.http.HttpClientTransport.connectForResponse(HttpClientTransport.java:278)
	at com.sun.xml.rpc.client.http.HttpClientTransport.invoke(HttpClientTransport.java:99)
	at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:103)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.MarshallTest_Stub.echoSoapDecimal(MarshallTest_Stub.java:1189)
	... 14 more

07-06-2020 13:20:09:  ERROR: SoapDecimalTest ... FAILED
07-06-2020 13:20:09:  ---------------------------
07-06-2020 13:20:09:  SoapIntTest
07-06-2020 13:20:09:  Passing/Returning data to/from JAXRPC Service
07-06-2020 13:20:09:  ERROR: Caught exception: HTTP Status-Code 404: Not Found - Not Found; nested exception is: 
	HTTP Status-Code 404: Not Found - Not Found
07-06-2020 13:20:09:  ERROR: java.rmi.RemoteException: HTTP Status-Code 404: Not Found - Not Found; nested exception is: 
	HTTP Status-Code 404: Not Found - Not Found
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.MarshallTest_Stub.echoSoapInt(MarshallTest_Stub.java:138)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client.SoapIntTest(Client.java:2053)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client.MarshallAllSimpleXMLDataTypesTest(Client.java:1178)
	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.ServiceEETest.run(ServiceEETest.java:115)
	at com.sun.ts.tests.common.vehicle.EmptyVehicleRunner.run(EmptyVehicleRunner.java:40)
	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:105)
	at com.sun.ts.lib.harness.EETest.getPropsReady(EETest.java:486)
	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:209)
	at com.sun.ts.lib.harness.EETest.run(EETest.java:285)
	at com.sun.ts.tests.common.vehicle.VehicleClient.main(VehicleClient.java:38)
Caused by: HTTP Status-Code 404: Not Found - Not Found
	at com.sun.xml.rpc.client.http.HttpClientTransport.checkResponseCode(HttpClientTransport.java:330)
	at com.sun.xml.rpc.client.http.HttpClientTransport.connectForResponse(HttpClientTransport.java:278)
	at com.sun.xml.rpc.client.http.HttpClientTransport.invoke(HttpClientTransport.java:99)
	at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:103)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.MarshallTest_Stub.echoSoapInt(MarshallTest_Stub.java:121)
	... 14 more

07-06-2020 13:20:09:  ERROR: SoapIntTest ... FAILED
07-06-2020 13:20:09:  ---------------------------
07-06-2020 13:20:09:  SoapShortTest
07-06-2020 13:20:09:  Passing/Returning data to/from JAXRPC Service
07-06-2020 13:20:09:  ERROR: Caught exception: HTTP Status-Code 404: Not Found - Not Found; nested exception is: 
	HTTP Status-Code 404: Not Found - Not Found
07-06-2020 13:20:09:  ERROR: java.rmi.RemoteException: HTTP Status-Code 404: Not Found - Not Found; nested exception is: 
	HTTP Status-Code 404: Not Found - Not Found
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.MarshallTest_Stub.echoSoapShort(MarshallTest_Stub.java:545)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client.SoapShortTest(Client.java:2079)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client.MarshallAllSimpleXMLDataTypesTest(Client.java:1181)
	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.ServiceEETest.run(ServiceEETest.java:115)
	at com.sun.ts.tests.common.vehicle.EmptyVehicleRunner.run(EmptyVehicleRunner.java:40)
	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:105)
	at com.sun.ts.lib.harness.EETest.getPropsReady(EETest.java:486)
	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:209)
	at com.sun.ts.lib.harness.EETest.run(EETest.java:285)
	at com.sun.ts.tests.common.vehicle.VehicleClient.main(VehicleClient.java:38)
Caused by: HTTP Status-Code 404: Not Found - Not Found
	at com.sun.xml.rpc.client.http.HttpClientTransport.checkResponseCode(HttpClientTransport.java:330)
	at com.sun.xml.rpc.client.http.HttpClientTransport.connectForResponse(HttpClientTransport.java:278)
	at com.sun.xml.rpc.client.http.HttpClientTransport.invoke(HttpClientTransport.java:99)
	at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:103)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.MarshallTest_Stub.echoSoapShort(MarshallTest_Stub.java:528)
	... 14 more

07-06-2020 13:20:09:  ERROR: SoapShortTest ... FAILED
07-06-2020 13:20:09:  ---------------------------
07-06-2020 13:20:09:  SoapByteTest
07-06-2020 13:20:09:  Passing/Returning data to/from JAXRPC Service
07-06-2020 13:20:09:  ERROR: Caught exception: HTTP Status-Code 404: Not Found - Not Found; nested exception is: 
	HTTP Status-Code 404: Not Found - Not Found
07-06-2020 13:20:09:  ERROR: java.rmi.RemoteException: HTTP Status-Code 404: Not Found - Not Found; nested exception is: 
	HTTP Status-Code 404: Not Found - Not Found
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.MarshallTest_Stub.echoSoapByte(MarshallTest_Stub.java:596)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client.SoapByteTest(Client.java:2105)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client.MarshallAllSimpleXMLDataTypesTest(Client.java:1184)
	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.ServiceEETest.run(ServiceEETest.java:115)
	at com.sun.ts.tests.common.vehicle.EmptyVehicleRunner.run(EmptyVehicleRunner.java:40)
	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:105)
	at com.sun.ts.lib.harness.EETest.getPropsReady(EETest.java:486)
	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:209)
	at com.sun.ts.lib.harness.EETest.run(EETest.java:285)
	at com.sun.ts.tests.common.vehicle.VehicleClient.main(VehicleClient.java:38)
Caused by: HTTP Status-Code 404: Not Found - Not Found
	at com.sun.xml.rpc.client.http.HttpClientTransport.checkResponseCode(HttpClientTransport.java:330)
	at com.sun.xml.rpc.client.http.HttpClientTransport.connectForResponse(HttpClientTransport.java:278)
	at com.sun.xml.rpc.client.http.HttpClientTransport.invoke(HttpClientTransport.java:99)
	at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:103)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.MarshallTest_Stub.echoSoapByte(MarshallTest_Stub.java:579)
	... 14 more

07-06-2020 13:20:09:  ERROR: SoapByteTest ... FAILED
07-06-2020 13:20:09:  ---------------------------
07-06-2020 13:20:09:  Base64BinaryTest
07-06-2020 13:20:09:  Passing/Returning data to/from JAXRPC Service
07-06-2020 13:20:09:  ERROR: Caught exception: HTTP Status-Code 404: Not Found - Not Found; nested exception is: 
	HTTP Status-Code 404: Not Found - Not Found
07-06-2020 13:20:09:  ERROR: java.rmi.RemoteException: HTTP Status-Code 404: Not Found - Not Found; nested exception is: 
	HTTP Status-Code 404: Not Found - Not Found
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.MarshallTest_Stub.echoBase64Binary(MarshallTest_Stub.java:1971)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client.Base64BinaryTest(Client.java:2131)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client.MarshallAllSimpleXMLDataTypesTest(Client.java:1187)
	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.ServiceEETest.run(ServiceEETest.java:115)
	at com.sun.ts.tests.common.vehicle.EmptyVehicleRunner.run(EmptyVehicleRunner.java:40)
	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:105)
	at com.sun.ts.lib.harness.EETest.getPropsReady(EETest.java:486)
	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:209)
	at com.sun.ts.lib.harness.EETest.run(EETest.java:285)
	at com.sun.ts.tests.common.vehicle.VehicleClient.main(VehicleClient.java:38)
Caused by: HTTP Status-Code 404: Not Found - Not Found
	at com.sun.xml.rpc.client.http.HttpClientTransport.checkResponseCode(HttpClientTransport.java:330)
	at com.sun.xml.rpc.client.http.HttpClientTransport.connectForResponse(HttpClientTransport.java:278)
	at com.sun.xml.rpc.client.http.HttpClientTransport.invoke(HttpClientTransport.java:99)
	at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:103)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.MarshallTest_Stub.echoBase64Binary(MarshallTest_Stub.java:1954)
	... 14 more

07-06-2020 13:20:09:  ERROR: Base64BinaryTest ... FAILED
07-06-2020 13:20:09:  ---------------------------
07-06-2020 13:20:09:  HexBinaryTest
07-06-2020 13:20:09:  Passing/Returning data to/from JAXRPC Service
07-06-2020 13:20:09:  ERROR: Caught exception: HTTP Status-Code 404: Not Found - Not Found; nested exception is: 
	HTTP Status-Code 404: Not Found - Not Found
07-06-2020 13:20:09:  ERROR: java.rmi.RemoteException: HTTP Status-Code 404: Not Found - Not Found; nested exception is: 
	HTTP Status-Code 404: Not Found - Not Found
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.MarshallTest_Stub.echoHexBinary(MarshallTest_Stub.java:1359)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client.HexBinaryTest(Client.java:2151)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client.MarshallAllSimpleXMLDataTypesTest(Client.java:1190)
	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.ServiceEETest.run(ServiceEETest.java:115)
	at com.sun.ts.tests.common.vehicle.EmptyVehicleRunner.run(EmptyVehicleRunner.java:40)
	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:105)
	at com.sun.ts.lib.harness.EETest.getPropsReady(EETest.java:486)
	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:209)
	at com.sun.ts.lib.harness.EETest.run(EETest.java:285)
	at com.sun.ts.tests.common.vehicle.VehicleClient.main(VehicleClient.java:38)
Caused by: HTTP Status-Code 404: Not Found - Not Found
	at com.sun.xml.rpc.client.http.HttpClientTransport.checkResponseCode(HttpClientTransport.java:330)
	at com.sun.xml.rpc.client.http.HttpClientTransport.connectForResponse(HttpClientTransport.java:278)
	at com.sun.xml.rpc.client.http.HttpClientTransport.invoke(HttpClientTransport.java:99)
	at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:103)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.MarshallTest_Stub.echoHexBinary(MarshallTest_Stub.java:1342)
	... 14 more

07-06-2020 13:20:09:  ERROR: HexBinaryTest ... FAILED
07-06-2020 13:20:09:  ---------------------------
07-06-2020 13:20:09:  SoapBase64Test
07-06-2020 13:20:09:  Passing/Returning data to/from JAXRPC Service
07-06-2020 13:20:09:  ERROR: Caught exception: HTTP Status-Code 404: Not Found - Not Found; nested exception is: 
	HTTP Status-Code 404: Not Found - Not Found
07-06-2020 13:20:09:  ERROR: java.rmi.RemoteException: HTTP Status-Code 404: Not Found - Not Found; nested exception is: 
	HTTP Status-Code 404: Not Found - Not Found
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.MarshallTest_Stub.echoSoapBase64(MarshallTest_Stub.java:3144)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client.SoapBase64Test(Client.java:2170)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client.MarshallAllSimpleXMLDataTypesTest(Client.java:1193)
	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.ServiceEETest.run(ServiceEETest.java:115)
	at com.sun.ts.tests.common.vehicle.EmptyVehicleRunner.run(EmptyVehicleRunner.java:40)
	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:105)
	at com.sun.ts.lib.harness.EETest.getPropsReady(EETest.java:486)
	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:209)
	at com.sun.ts.lib.harness.EETest.run(EETest.java:285)
	at com.sun.ts.tests.common.vehicle.VehicleClient.main(VehicleClient.java:38)
Caused by: HTTP Status-Code 404: Not Found - Not Found
	at com.sun.xml.rpc.client.http.HttpClientTransport.checkResponseCode(HttpClientTransport.java:330)
	at com.sun.xml.rpc.client.http.HttpClientTransport.connectForResponse(HttpClientTransport.java:278)
	at com.sun.xml.rpc.client.http.HttpClientTransport.invoke(HttpClientTransport.java:99)
	at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:103)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.MarshallTest_Stub.echoSoapBase64(MarshallTest_Stub.java:3127)
	... 14 more

07-06-2020 13:20:09:  ERROR: SoapBase64Test ... FAILED
07-06-2020 13:20:09:  ---------------------------
07-06-2020 13:20:09:  VoidTest
07-06-2020 13:20:09:  ERROR: Caught exception: HTTP Status-Code 404: Not Found - Not Found; nested exception is: 
	HTTP Status-Code 404: Not Found - Not Found
07-06-2020 13:20:09:  ERROR: java.rmi.RemoteException: HTTP Status-Code 404: Not Found - Not Found; nested exception is: 
	HTTP Status-Code 404: Not Found - Not Found
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.MarshallTest_Stub.echoVoid(MarshallTest_Stub.java:900)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client.VoidTest(Client.java:3329)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client.MarshallAllSimpleXMLDataTypesTest(Client.java:1196)
	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.ServiceEETest.run(ServiceEETest.java:115)
	at com.sun.ts.tests.common.vehicle.EmptyVehicleRunner.run(EmptyVehicleRunner.java:40)
	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:105)
	at com.sun.ts.lib.harness.EETest.getPropsReady(EETest.java:486)
	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:209)
	at com.sun.ts.lib.harness.EETest.run(EETest.java:285)
	at com.sun.ts.tests.common.vehicle.VehicleClient.main(VehicleClient.java:38)
Caused by: HTTP Status-Code 404: Not Found - Not Found
	at com.sun.xml.rpc.client.http.HttpClientTransport.checkResponseCode(HttpClientTransport.java:330)
	at com.sun.xml.rpc.client.http.HttpClientTransport.connectForResponse(HttpClientTransport.java:278)
	at com.sun.xml.rpc.client.http.HttpClientTransport.invoke(HttpClientTransport.java:99)
	at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:103)
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.MarshallTest_Stub.echoVoid(MarshallTest_Stub.java:884)
	... 14 more

07-06-2020 13:20:09:  ERROR: VoidTest ... FAILED
07-06-2020 13:20:09:  ---------------------------
07-06-2020 13:20:09:  ERROR: MarshallAllSimpleXMLDataTypesTest failed
07-06-2020 13:20:09:  ERROR: Test case throws exception: MarshallAllSimpleXMLDataTypesTest failed
07-06-2020 13:20:09:  ERROR: Exception at:  
07-06-2020 13:20:09:  ERROR: com.sun.ts.lib.harness.EETest$Fault: MarshallAllSimpleXMLDataTypesTest failed
	at com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.marshalltest.Client.MarshallAllSimpleXMLDataTypesTest(Client.java:1201)
	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.ServiceEETest.run(ServiceEETest.java:115)
	at com.sun.ts.tests.common.vehicle.EmptyVehicleRunner.run(EmptyVehicleRunner.java:40)
	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:105)
	at com.sun.ts.lib.harness.EETest.getPropsReady(EETest.java:486)
	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:209)
	at com.sun.ts.lib.harness.EETest.run(EETest.java:285)
	at com.sun.ts.tests.common.vehicle.VehicleClient.main(VehicleClient.java:38)

07-06-2020 13:20:09:  cleanup ok
07-06-2020 13:20:10:  TRACE: SLEPT FOR:  1000
STATUS:Failed.Test case throws exception: MarshallAllSimpleXMLDataTypesTest failed
result: Failed. Test case throws exception: MarshallAllSimpleXMLDataTypesTest failed


test result: Failed. Test case throws exception: MarshallAllSimpleXMLDataTypesTest failed