Skip to content

Console Output

Skipping 2,738 KB.. Full Log
	at com.sun.istack.XMLStreamReaderToContentHandler.handleEndElement(XMLStreamReaderToContentHandler.java:250)
	at com.sun.istack.XMLStreamReaderToContentHandler.bridge(XMLStreamReaderToContentHandler.java:122)
	at com.sun.xml.ws.util.xml.StAXSource$1.parse(StAXSource.java:178)
	... 50 more
Caused by: org.xml.sax.SAXParseException; cvc-totalDigits-valid: Value '10001' has 5 total digits, but the number of total digits has been limited to 4.
	at java.xml/com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:204)
	at java.xml/com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:135)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:396)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:284)
	at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportError(XMLSchemaValidator.java:511)
	at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.reportSchemaError(XMLSchemaValidator.java:3587)
	at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.elementLocallyValidType(XMLSchemaValidator.java:3424)
	at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.processElementContent(XMLSchemaValidator.java:3334)
	at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleEndElement(XMLSchemaValidator.java:2372)
	at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(XMLSchemaValidator.java:943)
	at java.xml/com.sun.org.apache.xerces.internal.jaxp.validation.ValidatorHandlerImpl.endElement(ValidatorHandlerImpl.java:584)
	at java.xml/org.xml.sax.helpers.XMLFilterImpl.endElement(XMLFilterImpl.java:570)
	at com.sun.istack.XMLStreamReaderToContentHandler.handleEndElement(XMLStreamReaderToContentHandler.java:235)
	... 52 more

injected addresses: addNumbersPortAddress
..<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--

    Copyright (c) 1997, 2018 Oracle and/or its affiliates. All rights reserved.

    This program and the accompanying materials are made available under the
    terms of the Eclipse Distribution License v. 1.0, which is available at
    http://www.eclipse.org/org/documents/edl-v10.php.

    SPDX-License-Identifier: BSD-3-Clause

--><definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://duke.example.org" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="AddNumbers" targetNamespace="http://duke.example.org">

    <types>
        <xsd:schema>
            <xsd:import namespace="http://duke.example.org" schemaLocation="add.xsd"/>
        </xsd:schema>
    </types>
    <message name="addNumbers">
        <part element="tns:addNumbers" name="parameters"/>
    </message>
    <message name="addNumbersResponse">
        <part element="tns:addNumbersResponse" name="result"/>
    </message>
    <portType name="AddNumbersPortType">
        <operation name="addNumbers">
            <input message="tns:addNumbers" name="add"/>
            <output message="tns:addNumbersResponse" name="addResponse"/>
        </operation>
    </portType>
    <binding name="AddNumbersBinding" type="tns:AddNumbersPortType">
        <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
        <operation name="addNumbers">
            <soap:operation soapAction=""/>
            <input>
                <soap:body use="literal"/>
            </input>
            <output>
                <soap:body use="literal"/>
            </output>
        </operation>
    </binding>
    <service name="AddNumbersService">
        <port binding="tns:AddNumbersBinding" name="AddNumbersPort">
            <soap:address location="in-vm://fromwsdl.schema_validation.external_schema_571.server/?AddNumbersPort"/>
        </port>
    </service>
</definitions>.....Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/fromwsdl/schema_validation/fault_code_552/./server/AddNumbers.wsdl
parsing WSDL...



Generating code...

parsing WSDL...



Generating code...

.injected services: addNumbersService
injected ports: addNumbersPort
injected addresses: addNumbersPortAddress
Aug 06, 2021 8:04:58 AM com.sun.xml.ws.server.ServerSchemaValidationTube processRequest
WARNING: Client Request doesn't pass Service's Schema Validation
com.sun.istack.SAXParseException2; org.xml.sax.SAXParseException; cvc-totalDigits-valid: Value '12345' has 5 total digits, but the number of total digits has been limited to 4.
	at com.sun.xml.ws.util.xml.StAXSource$1.parse(StAXSource.java:187)
	at com.sun.xml.ws.util.xml.StAXSource$1.parse(StAXSource.java:165)
	at java.xml/com.sun.org.apache.xerces.internal.jaxp.validation.ValidatorHandlerImpl.validate(ValidatorHandlerImpl.java:731)
	at java.xml/com.sun.org.apache.xerces.internal.jaxp.validation.ValidatorImpl.validate(ValidatorImpl.java:101)
	at java.xml/javax.xml.validation.Validator.validate(Validator.java:124)
	at com.sun.xml.ws.util.pipe.AbstractSchemaValidationTube.doProcess(AbstractSchemaValidationTube.java:544)
	at com.sun.xml.ws.server.ServerSchemaValidationTube.processRequest(ServerSchemaValidationTube.java:95)
	at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1105)
	at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1019)
	at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:988)
	at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:846)
	at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:400)
	at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:838)
	at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:392)
	at com.sun.xml.ws.transport.local.LocalTransportTube.process(LocalTransportTube.java:135)
	at com.sun.xml.ws.transport.local.LocalTransportTube.processRequest(LocalTransportTube.java:217)
	at com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:109)
	at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1105)
	at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1019)
	at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:988)
	at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:846)
	at com.sun.xml.ws.client.Stub.process(Stub.java:432)
	at com.sun.xml.ws.client.dispatch.DispatchImpl.doInvoke(DispatchImpl.java:235)
	at com.sun.xml.ws.client.dispatch.DispatchImpl.invoke(DispatchImpl.java:274)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at bsh.Reflect.invokeMethod(Reflect.java:131)
	at bsh.Reflect.invokeObjectMethod(Reflect.java:77)
	at bsh.Name.invokeMethod(Name.java:852)
	at bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:69)
	at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:96)
	at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:41)
	at bsh.BSHAssignment.eval(BSHAssignment.java:71)
	at bsh.BSHBlock.evalBlock(BSHBlock.java:125)
	at bsh.BSHBlock.eval(BSHBlock.java:75)
	at bsh.BSHBlock.eval(BSHBlock.java:41)
	at bsh.BSHTryStatement.eval(BSHTryStatement.java:80)
	at bsh.Interpreter.eval(Interpreter.java:659)
	at com.sun.xml.ws.test.client.InterpreterEx.eval(InterpreterEx.java:60)
	at com.sun.xml.ws.test.exec.ClientExecutor.invoke(ClientExecutor.java:141)
	at com.sun.xml.ws.test.exec.ClientExecutor.runTest(ClientExecutor.java:110)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at junit.textui.TestRunner.doRun(TestRunner.java:116)
	at junit.textui.TestRunner.doRun(TestRunner.java:109)
	at com.sun.xml.ws.test.Main$1.doRun(Main.java:325)
	at com.sun.xml.ws.test.Main.run(Main.java:334)
	at com.sun.xml.ws.test.Main.doMain(Main.java:254)
	at com.sun.xml.ws.test.Main.main(Main.java:239)
Caused by: com.sun.istack.XMLStreamException2: org.xml.sax.SAXParseException; cvc-totalDigits-valid: Value '12345' has 5 total digits, but the number of total digits has been limited to 4.
	at com.sun.istack.XMLStreamReaderToContentHandler.handleEndElement(XMLStreamReaderToContentHandler.java:250)
	at com.sun.istack.XMLStreamReaderToContentHandler.bridge(XMLStreamReaderToContentHandler.java:122)
	at com.sun.xml.ws.util.xml.StAXSource$1.parse(StAXSource.java:178)
	... 57 more
Caused by: org.xml.sax.SAXParseException; cvc-totalDigits-valid: Value '12345' has 5 total digits, but the number of total digits has been limited to 4.
	at java.xml/com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:204)
	at java.xml/com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:135)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:396)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:284)
	at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportError(XMLSchemaValidator.java:511)
	at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.reportSchemaError(XMLSchemaValidator.java:3587)
	at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.elementLocallyValidType(XMLSchemaValidator.java:3424)
	at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.processElementContent(XMLSchemaValidator.java:3334)
	at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleEndElement(XMLSchemaValidator.java:2372)
	at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(XMLSchemaValidator.java:943)
	at java.xml/com.sun.org.apache.xerces.internal.jaxp.validation.ValidatorHandlerImpl.endElement(ValidatorHandlerImpl.java:584)
	at java.xml/org.xml.sax.helpers.XMLFilterImpl.endElement(XMLFilterImpl.java:570)
	at com.sun.istack.XMLStreamReaderToContentHandler.handleEndElement(XMLStreamReaderToContentHandler.java:235)
	... 59 more

...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/fromwsdl/soap12/fault/./server/fault.wsdl
parsing WSDL...


[WARNING] SOAP port "FaultPort": uses a non-standard SOAP 1.2 binding.
  line 108 of file:/home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/fromwsdl/soap12/fault/server/fault.wsdl


Generating code...

Note: /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/fromwsdl/soap12/fault/server/FaultImpl.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
parsing WSDL...


[WARNING] SOAP port "FaultPort": uses a non-standard SOAP 1.2 binding.
  line 98 of file:/home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/fromwsdl/soap12/fault/work/services/server/war/WEB-INF/wsdl/fault.wsdl


Generating code...

.
injected services: faultService
injected ports: faultPort
injected addresses: faultPortAddress
Throwing Fault1Exception
Expected exception received: Fault1 message
.injected services: faultService
injected ports: faultPort
injected addresses: faultPortAddress
Throwing Fault2Exception
Expected exception received: Fault2 message
.injected services: faultService
injected ports: faultPort
injected addresses: faultPortAddress
Throwing Fault3Exception
Expected exception received: Fault3 message
.injected services: faultService
injected ports: faultPort
injected addresses: faultPortAddress
Throwing Fault4Exception
Expected exception received: Fault4 message
.injected services: faultService
injected ports: faultPort
injected addresses: faultPortAddress
Aug 06, 2021 8:04:58 AM com.sun.xml.ws.server.sei.TieHandler createResponse
SEVERE: null
java.lang.NullPointerException
	at fromwsdl.soap12.fault.server.FaultImpl.echo(FaultImpl.java:73)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.sun.xml.ws.util.Trampoline.invoke(MethodUtil.java:52)
	at jdk.internal.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.sun.xml.ws.util.MethodUtil.invoke(MethodUtil.java:77)
	at com.sun.xml.ws.api.server.MethodUtil.invoke(MethodUtil.java:34)
	at com.sun.xml.ws.api.server.InstanceResolver$1.invoke(InstanceResolver.java:220)
	at com.sun.xml.ws.server.InvokerTube$2.invoke(InvokerTube.java:119)
	at com.sun.xml.ws.server.sei.SEIInvokerTube.processRequest(SEIInvokerTube.java:58)
	at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1105)
	at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1019)
	at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:988)
	at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:846)
	at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:400)
	at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:838)
	at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:392)
	at com.sun.xml.ws.transport.local.LocalTransportTube.process(LocalTransportTube.java:135)
	at com.sun.xml.ws.transport.local.LocalTransportTube.processRequest(LocalTransportTube.java:217)
	at com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:80)
	at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1105)
	at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1019)
	at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:988)
	at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:846)
	at com.sun.xml.ws.client.Stub.process(Stub.java:432)
	at com.sun.xml.ws.client.sei.SEIStub.doProcess(SEIStub.java:161)
	at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:77)
	at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:61)
	at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:131)
	at com.sun.proxy.$Proxy267.echo(Unknown Source)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at bsh.Reflect.invokeMethod(Reflect.java:131)
	at bsh.Reflect.invokeObjectMethod(Reflect.java:77)
	at bsh.Name.invokeMethod(Name.java:852)
	at bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:69)
	at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:96)
	at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:41)
	at bsh.BSHBlock.evalBlock(BSHBlock.java:125)
	at bsh.BSHBlock.eval(BSHBlock.java:75)
	at bsh.BSHBlock.eval(BSHBlock.java:41)
	at bsh.BSHTryStatement.eval(BSHTryStatement.java:80)
	at bsh.Interpreter.eval(Interpreter.java:659)
	at com.sun.xml.ws.test.client.InterpreterEx.eval(InterpreterEx.java:60)
	at com.sun.xml.ws.test.exec.ClientExecutor.invoke(ClientExecutor.java:141)
	at com.sun.xml.ws.test.exec.ClientExecutor.runTest(ClientExecutor.java:110)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
Expected exception received: Client received SOAP Fault from server: java.lang.NullPointerException Please see the server log to find more detail regarding exact cause of the failure.
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at junit.textui.TestRunner.doRun(TestRunner.java:116)
	at junit.textui.TestRunner.doRun(TestRunner.java:109)
	at com.sun.xml.ws.test.Main$1.doRun(Main.java:325)
	at com.sun.xml.ws.test.Main.run(Main.java:334)
	at com.sun.xml.ws.test.Main.doMain(Main.java:254)
	at com.sun.xml.ws.test.Main.main(Main.java:239)

.injected services: faultService
injected ports: faultPort
injected addresses: faultPortAddress
Expected exception received: Client received SOAP Fault from server: SOAPFaultException Please see the server log to find more detail regarding exact cause of the failure.
.injected services: faultService
injected ports: faultPort
injected addresses: faultPortAddress
Throwing Fault1Exception with Cause
Expected exception received: Fault1 message
.injected services: faultService
injected ports: faultPort
injected addresses: faultPortAddress
.injected services: faultService
injected ports: faultPort
injected addresses: faultPortAddress
Expected exception received: Client received SOAP Fault from server: FaultImpl Please see the server log to find more detail regarding exact cause of the failure.
...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/fromwsdl/soap12/hello/./server/hello.wsdl
parsing WSDL...


[WARNING] SOAP port "HelloPort": uses a non-standard SOAP 1.2 binding.
  line 262 of file:/home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/fromwsdl/soap12/hello/server/hello.wsdl


Generating code...

parsing WSDL...


[WARNING] SOAP port "HelloPort": uses a non-standard SOAP 1.2 binding.
  line 249 of file:/home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/fromwsdl/soap12/hello/work/services/server/war/WEB-INF/wsdl/hello.wsdl


Generating code...

.injected services: hello_Service
injected ports: helloPort
injected addresses: helloPortAddress
Hello_PortType_Impl received: foo, bar
.injected services: hello_Service
injected ports: helloPort
injected addresses: helloPortAddress
.injected services: hello_Service
injected ports: helloPort
injected addresses: helloPortAddress
.injected services: hello_Service
injected ports: helloPort
injected addresses: helloPortAddress
.injected services: hello_Service
injected ports: helloPort
injected addresses: helloPortAddress
.injected services: hello_Service
injected ports: helloPort
injected addresses: helloPortAddress
.injected services: hello_Service
injected ports: helloPort
injected addresses: helloPortAddress
...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/fromwsdl/swaref/./server/hello.wsdl
parsing WSDL...



Generating code...

parsing WSDL...



Generating code...

.injected services: helloService
injected ports: helloPort
injected addresses: helloPortAddress
...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/fromwsdl/type_substitution/./server/CarDealerService.wsdl
parsing WSDL...



Generating code...

parsing WSDL...



Generating code...

.injected services: carDealerService
injected ports: carDealerPort
injected addresses: carDealerPortAddress
...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/fromwsdl/wrapper_xmltype_601/./server/wrapper.wsdl
parsing WSDL...



Generating code...

parsing WSDL...



Generating code...

injected addresses: helloPortAddress
....Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/fromwsdl/wsa/wsdl_rpclit/./server/WrapperService.wsdl
parsing WSDL...



Generating code...

parsing WSDL...



Generating code...

.injected services: wrapperService
injected ports: wrapperPort
injected addresses: wrapperPortAddress
...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/fromwsdl/wsdl_hello_lit/./server/hello_literal.wsdl
parsing WSDL...



Generating code...

parsing WSDL...



Generating code...

.injected services: hello_Service
injected ports: helloPort
injected addresses: helloPortAddress
Hello_PortType_Impl received: foo, bar
.injected services: hello_Service
injected ports: helloPort
injected addresses: helloPortAddress
.injected services: hello_Service
injected ports: helloPort
injected addresses: helloPortAddress
.
injected services: hello_Service
injected ports: helloPort
injected addresses: helloPortAddress
.injected services: hello_Service
injected ports: helloPort
injected addresses: helloPortAddress
.injected services: hello_Service
injected ports: helloPort
injected addresses: helloPortAddress
.injected services: hello_Service
injected ports: helloPort
injected addresses: helloPortAddress
.injected services: hello_Service
injected ports: helloPort
injected addresses: helloPortAddress
.injected services: hello_Service
injected ports: helloPort
injected addresses: helloPortAddress
Hello_PortType_Impl received: foo, null
.injected services: hello_Service
injected ports: helloPort
injected addresses: helloPortAddress
...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/fromwsdl/wsdl_rpclit/./server/service.wsdl
parsing WSDL...



Generating code...

parsing WSDL...



Generating code...

.injected services: retailerService
injected ports: retailerPort
injected addresses: retailerPortAddress
.injected services: retailerService
injected ports: retailerPort
injected addresses: retailerPortAddress
.injected services: retailerService
injected ports: retailerPort
injected addresses: retailerPortAddress
.injected services: retailerService
injected ports: retailerPort
injected addresses: retailerPortAddress
.injected services: retailerService
injected ports: retailerPort
injected addresses: retailerPortAddress
.injected services: retailerService
injected ports: retailerPort
injected addresses: retailerPortAddress
.injected services: retailerService
injected ports: retailerPort
injected addresses: retailerPortAddress
.injected services: retailerService
injected ports: retailerPort
injected addresses: retailerPortAddress
.injected services: retailerService
injected ports: retailerPort
injected addresses: retailerPortAddress
...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/fromwsdl/xmime_501/./server/hello.wsdl
parsing WSDL...



Generating code...

parsing WSDL...



Generating code...

injected addresses: helloPortAddress
....Generating WSDL
parsing WSDL...



Generating code...

injected addresses: helloPortAddress
.CLIENT-SIDE Message Oubound: true
SERVER-SIDE Message Oubound: false
HelloService_Impl received: 1
SERVER-SIDE Message Oubound: true
CLIENT-SIDE Message Oubound: false
...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/handler/handler_processing/./server/service.wsdl
parsing WSDL...



Generating code...

parsing WSDL...



Generating code...

Note: /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/handler/handler_processing/client/TestHandlerResolver.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
injected addresses: testServicePortAddress reportServicePortAddress
......injected addresses: testServicePortAddress reportServicePortAddress
......
service throwing service exception as instructed
service throwing service exception as instructed
service throwing runtime exception as instructed
Aug 06, 2021 8:05:02 AM com.sun.xml.ws.server.sei.TieHandler createResponse
SEVERE: test exception
java.lang.RuntimeException: test exception
	at handler.handler_processing.server.TestService_PortType_Impl.testInt(TestService_PortType_Impl.java:29)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.sun.xml.ws.util.Trampoline.invoke(MethodUtil.java:52)
	at jdk.internal.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.sun.xml.ws.util.MethodUtil.invoke(MethodUtil.java:77)
	at com.sun.xml.ws.api.server.MethodUtil.invoke(MethodUtil.java:34)
	at com.sun.xml.ws.api.server.InstanceResolver$1.invoke(InstanceResolver.java:220)
	at com.sun.xml.ws.server.InvokerTube$2.invoke(InvokerTube.java:119)
	at com.sun.xml.ws.server.sei.SEIInvokerTube.processRequest(SEIInvokerTube.java:58)
	at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1105)
	at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1019)
	at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:988)
	at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:846)
	at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:400)
	at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:838)
	at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:392)
	at com.sun.xml.ws.transport.local.LocalTransportTube.process(LocalTransportTube.java:135)
	at com.sun.xml.ws.transport.local.LocalTransportTube.processRequest(LocalTransportTube.java:217)
	at com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:80)
	at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1105)
	at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1019)
	at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:988)
	at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:846)
	at com.sun.xml.ws.client.Stub.process(Stub.java:432)
	at com.sun.xml.ws.client.sei.SEIStub.doProcess(SEIStub.java:161)
	at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:77)
	at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:61)
	at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:131)
	at com.sun.proxy.$Proxy278.testInt(Unknown Source)
	at handler.handler_processing.client.EndToEndErrorTest.testServiceRuntimeException1(EndToEndErrorTest.java:1172)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at com.sun.xml.ws.test.exec.JavaClientExecutor.run(JavaClientExecutor.java:143)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at junit.textui.TestRunner.doRun(TestRunner.java:116)
	at junit.textui.TestRunner.doRun(TestRunner.java:109)
	at com.sun.xml.ws.test.Main$1.doRun(Main.java:325)
	at com.sun.xml.ws.test.Main.run(Main.java:334)
	at com.sun.xml.ws.test.Main.doMain(Main.java:254)
	at com.sun.xml.ws.test.Main.main(Main.java:239)

..................injected addresses: testServicePortAddress reportServicePortAddress
...waiting for async response.
....unexpected XML tag. expected: {urn:test:types}TestIntResponse but found: {urn:test:types}TestInt
...service received 0 in one-way method
.service received 0 in one-way method
.service received 0 in one-way method
.service received 0 in one-way method
.....service received 0 in one-way method
...service received 0 in one-way method
..
.....service received 0 in one-way method
.service received 0 in one-way method
..injected addresses: testServicePortAddress reportServicePortAddress
service throwing runtime exception as instructed
Aug 06, 2021 8:05:03 AM com.sun.xml.ws.server.sei.TieHandler createResponse
SEVERE: test exception
java.lang.RuntimeException: test exception
	at handler.handler_processing.server.TestService_PortType_Impl.testInt(TestService_PortType_Impl.java:29)
	at jdk.internal.reflect.GeneratedMethodAccessor87.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.sun.xml.ws.util.Trampoline.invoke(MethodUtil.java:52)
	at jdk.internal.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.sun.xml.ws.util.MethodUtil.invoke(MethodUtil.java:77)
	at com.sun.xml.ws.api.server.MethodUtil.invoke(MethodUtil.java:34)
	at com.sun.xml.ws.api.server.InstanceResolver$1.invoke(InstanceResolver.java:220)
	at com.sun.xml.ws.server.InvokerTube$2.invoke(InvokerTube.java:119)
	at com.sun.xml.ws.server.sei.SEIInvokerTube.processRequest(SEIInvokerTube.java:58)
	at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1105)
	at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1019)
	at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:988)
	at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:846)
	at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:400)
	at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:838)
	at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:392)
	at com.sun.xml.ws.transport.local.LocalTransportTube.process(LocalTransportTube.java:135)
	at com.sun.xml.ws.transport.local.LocalTransportTube.processRequest(LocalTransportTube.java:217)
	at com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:80)
	at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1105)
	at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1019)
	at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:988)
	at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:846)
	at com.sun.xml.ws.client.Stub.process(Stub.java:432)
	at com.sun.xml.ws.client.sei.SEIStub.doProcess(SEIStub.java:161)
	at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:77)
	at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:61)
	at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:131)
	at com.sun.proxy.$Proxy278.testInt(Unknown Source)
	at handler.handler_processing.client.HandleFaultTest.testServerFaultNamespace1(HandleFaultTest.java:660)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at com.sun.xml.ws.test.exec.JavaClientExecutor.run(JavaClientExecutor.java:143)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at junit.textui.TestRunner.doRun(TestRunner.java:116)
	at junit.textui.TestRunner.doRun(TestRunner.java:109)
	at com.sun.xml.ws.test.Main$1.doRun(Main.java:325)
	at com.sun.xml.ws.test.Main.run(Main.java:334)
	at com.sun.xml.ws.test.Main.doMain(Main.java:254)
	at com.sun.xml.ws.test.Main.main(Main.java:239)

...........injected addresses: testServicePortAddress reportServicePortAddress
.service received 0 in one-way method
ok
.ok
...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/handler/single_handlertube/./server/hello_literal.wsdl
parsing WSDL...


[WARNING] SOAP port "HelloPort12": uses a non-standard SOAP 1.2 binding.
  line 279 of file:/home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/handler/single_handlertube/server/hello_literal.wsdl


Generating code...

parsing WSDL...


[WARNING] SOAP port "HelloPort12": uses a non-standard SOAP 1.2 binding.
  line 264 of file:/home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/handler/single_handlertube/work/services/server/war/WEB-INF/wsdl/hello_literal.wsdl


Generating code...

Note: /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/handler/single_handlertube/client/HandlerClientTest.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/handler/single_handlertube/client/TestCaseBase.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
injected addresses: helloPort12Address helloPortAddress reportServicePortAddress
.HelloService_Impl received: -100
Aug 06, 2021 8:05:03 AM com.sun.xml.ws.server.sei.TieHandler createResponse
SEVERE:  Throwing RuntimeException as expected
java.lang.RuntimeException:  Throwing RuntimeException as expected
	at handler.single_handlertube.server.HelloService_Impl.hello(HelloService_Impl.java:25)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.sun.xml.ws.util.Trampoline.invoke(MethodUtil.java:52)
	at jdk.internal.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.sun.xml.ws.util.MethodUtil.invoke(MethodUtil.java:77)
	at com.sun.xml.ws.api.server.MethodUtil.invoke(MethodUtil.java:34)
	at com.sun.xml.ws.api.server.InstanceResolver$1.invoke(InstanceResolver.java:220)
	at com.sun.xml.ws.server.InvokerTube$2.invoke(InvokerTube.java:119)
	at com.sun.xml.ws.server.sei.SEIInvokerTube.processRequest(SEIInvokerTube.java:58)
	at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1105)
	at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1019)
	at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:988)
	at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:846)
	at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:400)
	at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:838)
	at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:392)
	at com.sun.xml.ws.transport.local.LocalTransportTube.process(LocalTransportTube.java:135)
	at com.sun.xml.ws.transport.local.LocalTransportTube.processRequest(LocalTransportTube.java:217)
	at com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:80)
	at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1105)
	at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1019)
	at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:988)
	at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:846)
	at com.sun.xml.ws.client.Stub.process(Stub.java:432)
	at com.sun.xml.ws.client.sei.SEIStub.doProcess(SEIStub.java:161)
	at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:77)
	at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:61)
	at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:131)
	at com.sun.proxy.$Proxy279.hello(Unknown Source)
	at handler.single_handlertube.client.HandlerClientTest.testServerRtException1(HandlerClientTest.java:122)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at com.sun.xml.ws.test.exec.JavaClientExecutor.run(JavaClientExecutor.java:143)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at junit.textui.TestRunner.doRun(TestRunner.java:116)
	at junit.textui.TestRunner.doRun(TestRunner.java:109)
	at com.sun.xml.ws.test.Main$1.doRun(Main.java:325)
ok
	at com.sun.xml.ws.test.Main.run(Main.java:334)
	at com.sun.xml.ws.test.Main.doMain(Main.java:254)
	at com.sun.xml.ws.test.Main.main(Main.java:239)

.Hello12Service_Impl received: -100
Aug 06, 2021 8:05:03 AM com.sun.xml.ws.server.sei.TieHandler createResponse
SEVERE:  Throwing RuntimeException as expected
java.lang.RuntimeException:  Throwing RuntimeException as expected
	at handler.single_handlertube.server.HelloService12_Impl.hello12(HelloService12_Impl.java:29)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.sun.xml.ws.util.Trampoline.invoke(MethodUtil.java:52)
	at jdk.internal.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.sun.xml.ws.util.MethodUtil.invoke(MethodUtil.java:77)
	at com.sun.xml.ws.api.server.MethodUtil.invoke(MethodUtil.java:34)
	at com.sun.xml.ws.api.server.InstanceResolver$1.invoke(InstanceResolver.java:220)
	at com.sun.xml.ws.server.InvokerTube$2.invoke(InvokerTube.java:119)
	at com.sun.xml.ws.server.sei.SEIInvokerTube.processRequest(SEIInvokerTube.java:58)
	at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1105)
	at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1019)
	at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:988)
	at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:846)
	at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:400)
	at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:838)
	at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:392)
	at com.sun.xml.ws.transport.local.LocalTransportTube.process(LocalTransportTube.java:135)
	at com.sun.xml.ws.transport.local.LocalTransportTube.processRequest(LocalTransportTube.java:217)
	at com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:80)
	at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1105)
	at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1019)
	at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:988)
	at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:846)
	at com.sun.xml.ws.client.Stub.process(Stub.java:432)
	at com.sun.xml.ws.client.sei.SEIStub.doProcess(SEIStub.java:161)
	at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:77)
	at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:61)
	at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:131)
	at com.sun.proxy.$Proxy281.hello12(Unknown Source)
ok
	at handler.single_handlertube.client.HandlerClientTest.testServerRtException2(HandlerClientTest.java:153)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at com.sun.xml.ws.test.exec.JavaClientExecutor.run(JavaClientExecutor.java:143)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at junit.textui.TestRunner.doRun(TestRunner.java:116)
	at junit.textui.TestRunner.doRun(TestRunner.java:109)
	at com.sun.xml.ws.test.Main$1.doRun(Main.java:325)
	at com.sun.xml.ws.test.Main.run(Main.java:334)
	at com.sun.xml.ws.test.Main.doMain(Main.java:254)
	at com.sun.xml.ws.test.Main.main(Main.java:239)

.HelloService_Impl received: 1
ok
.Hello12Service_Impl received: 1
ok
...Generating WSDL
parsing WSDL...



Generating code...

injected addresses: helloImplPortAddress
......Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/mtom/encoding/./server/hello.wsdl
parsing WSDL...



Generating code...

parsing WSDL...



Generating code...

injected addresses: helloPortAddress
.injected addresses: helloPortAddress
...
...Generating WSDL
parsing WSDL...



Generating code...

injected addresses: helloImplPortAddress
.testEcho1():0
testEcho1():500
testEcho1():1000
testEcho1():1500
testEcho1():2000
testEcho1():2500
testEcho1():3000
testEcho1():3500
testEcho1():4000
testEcho1():4500
testEcho1():5000
testEcho1():5500
testEcho1():6000
testEcho1():6500
testEcho1():7000
testEcho1():7500
testEcho1():8000
testEcho1():8500
testEcho1():9000
testEcho1():9500
testEcho1():10000
testEcho1():10500
testEcho1():11000
testEcho1():11500
testEcho1():12000
testEcho1():12500
testEcho1():13000
testEcho1():13500
testEcho1():14000
testEcho1():14500
testEcho1():15000
testEcho1():15500
testEcho1():16000
testEcho1():16500
testEcho1():17000
testEcho1():17500
testEcho1():18000
testEcho1():18500
testEcho1():19000
testEcho1():19500
testEcho1():20000
testEcho1():20500
testEcho1():21000
testEcho1():21500
testEcho1():22000
testEcho1():22500
testEcho1():23000
testEcho1():23500
testEcho1():24000
testEcho1():24500
testEcho1():25000
testEcho1():25500
testEcho1():26000
testEcho1():26500
testEcho1():27000
testEcho1():27500
testEcho1():28000
testEcho1():28500
testEcho1():29000
testEcho1():29500
.testEcho():0
testEcho():500
testEcho():1000
testEcho():1500
testEcho():2000
testEcho():2500
testEcho():3000
testEcho():3500
testEcho():4000
testEcho():4500
testEcho():5000
testEcho():5500
testEcho():6000
testEcho():6500
testEcho():7000
testEcho():7500
testEcho():8000
testEcho():8500
testEcho():9000
testEcho():9500
testEcho():10000
testEcho():10500
testEcho():11000
testEcho():11500
testEcho():12000
testEcho():12500
testEcho():13000
testEcho():13500
testEcho():14000
testEcho():14500
testEcho():15000
testEcho():15500
testEcho():16000
testEcho():16500
testEcho():17000
testEcho():17500
testEcho():18000
testEcho():18500
testEcho():19000
testEcho():19500
testEcho():20000
testEcho():20500
testEcho():21000
testEcho():21500
testEcho():22000
testEcho():22500
testEcho():23000
testEcho():23500
testEcho():24000
testEcho():24500
testEcho():25000
testEcho():25500
testEcho():26000
testEcho():26500
testEcho():27000
testEcho():27500
testEcho():28000
testEcho():28500
testEcho():29000
testEcho():29500
...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/mtom/issue_671/./server/hello.wsdl
parsing WSDL...



Generating code...

parsing WSDL...



Generating code...

injected addresses: helloPortAddress helloProviderPortAddress
..**** Received in Provider Impl ******
.......Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/mtom/tcktest/./server/hello.wsdl
parsing WSDL...



Generating code...

parsing WSDL...



Generating code...

.injected services: helloService
injected ports: helloPort
injected addresses: helloPortAddress
injected addresses: helloPortAddress
......Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/provider/attachment_595/./server/hello_literal.wsdl
parsing WSDL...



Generating code...

parsing WSDL...



Generating code...

injected addresses: helloPortAddress
....Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/provider/fault_detail_676/./server/hello_literal.wsdl
parsing WSDL...



Generating code...

parsing WSDL...



Generating code...

injected addresses: helloPortAddress
....Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/provider/multiple_body/./server/hello_literal.wsdl
parsing WSDL...



Generating code...

parsing WSDL...



Generating code...

.injected services: endpoint
injected ports: endpointPort
injected addresses: endpointPortAddress
Received request!
...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/provider/wsdl_hello_lit/./server/hello_literal.wsdl
parsing WSDL...



Generating code...

parsing WSDL...



Generating code...

.injected services: hello_Service
injected ports: helloPort
injected addresses: helloPortAddress
.injected services: hello_Service
injected ports: helloPort
injected addresses: helloPortAddress
...
Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/provider/wsdl_hello_lit_asyncprovider/./server/hello_literal.wsdl
parsing WSDL...



Generating code...

Note: /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/provider/wsdl_hello_lit_asyncprovider/server/HelloAsyncImpl.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
parsing WSDL...



Generating code...

.injected services: hello_Service
injected ports: helloPort helloAsyncPort
injected addresses: helloPortAddress helloAsyncPortAddress
...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/provider/wsdl_hello_lit_oneway/./server/hello_literal_oneway.wsdl
parsing WSDL...



Generating code...

parsing WSDL...



Generating code...

.injected services: hello_Service
injected ports: helloPort
injected addresses: helloPortAddress
...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/provider/wsdl_hello_lit_soap12/./server/hello_literal.wsdl
parsing WSDL...


[WARNING] SOAP port "HelloPort": uses a non-standard SOAP 1.2 binding.
  line 82 of file:/home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/provider/wsdl_hello_lit_soap12/server/hello_literal.wsdl


Generating code...

parsing WSDL...


[WARNING] SOAP port "HelloPort": uses a non-standard SOAP 1.2 binding.
  line 72 of file:/home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/provider/wsdl_hello_lit_soap12/work/services/server/war/WEB-INF/wsdl/hello_literal.wsdl


Generating code...

.injected services: hello_Service
injected ports: helloPort
injected addresses: helloPortAddress
**** Received in Provider Impl ******
**** recvBean ******
**** sendBean ******
.injected services: hello_Service
injected ports: helloPort
injected addresses: helloPortAddress
**** Received in Provider Impl ******
**** recvBean ******
**** sendSource ******
.injected services: hello_Service
injected ports: helloPort
injected addresses: helloPortAddress
**** Received in Provider Impl ******
**** recvBean ******
javax.xml.ws.WebServiceException: Expected exception
	at provider.wsdl_hello_lit_soap12.server.HelloImpl.invoke(HelloImpl.java:93)
	at provider.wsdl_hello_lit_soap12.server.HelloImpl.invoke(HelloImpl.java:32)
	at com.sun.xml.ws.api.server.InstanceResolver$1.invokeProvider(InstanceResolver.java:230)
	at com.sun.xml.ws.server.InvokerTube$2.invokeProvider(InvokerTube.java:129)
	at com.sun.xml.ws.server.provider.SyncProviderInvokerTube.processRequest(SyncProviderInvokerTube.java:55)
	at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1105)
	at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1019)
	at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:988)
	at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:846)
	at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:400)
	at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:838)
	at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:392)
	at com.sun.xml.ws.transport.local.LocalTransportTube.process(LocalTransportTube.java:135)
Aug 06, 2021 8:05:19 AM com.sun.xml.ws.server.provider.SyncProviderInvokerTube processRequest
SEVERE: Provider endpoint failed
javax.xml.ws.WebServiceException: Provider endpoint failed
	at provider.wsdl_hello_lit_soap12.server.HelloImpl.invoke(HelloImpl.java:99)
	at provider.wsdl_hello_lit_soap12.server.HelloImpl.invoke(HelloImpl.java:32)
	at com.sun.xml.ws.api.server.InstanceResolver$1.invokeProvider(InstanceResolver.java:230)
	at com.sun.xml.ws.server.InvokerTube$2.invokeProvider(InvokerTube.java:129)
	at com.sun.xml.ws.transport.local.LocalTransportTube.processRequest(LocalTransportTube.java:217)
	at com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:80)
	at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1105)
	at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1019)
	at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:988)
	at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:846)
	at com.sun.xml.ws.client.Stub.process(Stub.java:432)
	at com.sun.xml.ws.client.sei.SEIStub.doProcess(SEIStub.java:161)
	at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:77)
	at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:61)
	at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:131)
	at com.sun.proxy.$Proxy293.hello(Unknown Source)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at bsh.Reflect.invokeMethod(Reflect.java:131)
	at bsh.Reflect.invokeObjectMethod(Reflect.java:77)
	at bsh.Name.invokeMethod(Name.java:852)
	at bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:69)
	at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:96)
	at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:41)
	at bsh.BSHVariableDeclarator.eval(BSHVariableDeclarator.java:80)
	at bsh.BSHTypedVariableDeclaration.eval(BSHTypedVariableDeclaration.java:78)
	at bsh.BSHBlock.evalBlock(BSHBlock.java:125)
	at bsh.BSHBlock.eval(BSHBlock.java:75)
	at bsh.BSHBlock.eval(BSHBlock.java:41)
	at bsh.BSHTryStatement.eval(BSHTryStatement.java:80)
	at bsh.Interpreter.eval(Interpreter.java:659)
	at com.sun.xml.ws.test.client.InterpreterEx.eval(InterpreterEx.java:60)
	at com.sun.xml.ws.test.exec.ClientExecutor.invoke(ClientExecutor.java:141)
	at com.sun.xml.ws.test.exec.ClientExecutor.runTest(ClientExecutor.java:110)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at junit.textui.TestRunner.doRun(TestRunner.java:116)
	at junit.textui.TestRunner.doRun(TestRunner.java:109)
	at com.sun.xml.ws.test.Main$1.doRun(Main.java:325)
	at com.sun.xml.ws.test.Main.run(Main.java:334)
	at com.sun.xml.ws.test.Main.doMain(Main.java:254)
	at com.sun.xml.ws.test.Main.main(Main.java:239)
	at com.sun.xml.ws.server.provider.SyncProviderInvokerTube.processRequest(SyncProviderInvokerTube.java:55)
	at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1105)
	at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1019)
	at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:988)
	at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:846)
	at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:400)
	at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:838)
	at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:392)
	at com.sun.xml.ws.transport.local.LocalTransportTube.process(LocalTransportTube.java:135)
	at com.sun.xml.ws.transport.local.LocalTransportTube.processRequest(LocalTransportTube.java:217)
	at com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:80)
	at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1105)
	at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1019)
	at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:988)
	at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:846)
	at com.sun.xml.ws.client.Stub.process(Stub.java:432)
	at com.sun.xml.ws.client.sei.SEIStub.doProcess(SEIStub.java:161)
	at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:77)
	at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:61)
	at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:131)
	at com.sun.proxy.$Proxy293.hello(Unknown Source)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at bsh.Reflect.invokeMethod(Reflect.java:131)
	at bsh.Reflect.invokeObjectMethod(Reflect.java:77)
	at bsh.Name.invokeMethod(Name.java:852)
	at bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:69)
	at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:96)
	at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:41)
	at bsh.BSHVariableDeclarator.eval(BSHVariableDeclarator.java:80)
	at bsh.BSHTypedVariableDeclaration.eval(BSHTypedVariableDeclaration.java:78)
	at bsh.BSHBlock.evalBlock(BSHBlock.java:125)
	at bsh.BSHBlock.eval(BSHBlock.java:75)
	at bsh.BSHBlock.eval(BSHBlock.java:41)
	at bsh.BSHTryStatement.eval(BSHTryStatement.java:80)
	at bsh.Interpreter.eval(Interpreter.java:659)
	at com.sun.xml.ws.test.client.InterpreterEx.eval(InterpreterEx.java:60)
	at com.sun.xml.ws.test.exec.ClientExecutor.invoke(ClientExecutor.java:141)
	at com.sun.xml.ws.test.exec.ClientExecutor.runTest(ClientExecutor.java:110)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at junit.textui.TestRunner.doRun(TestRunner.java:116)
	at junit.textui.TestRunner.doRun(TestRunner.java:109)
	at com.sun.xml.ws.test.Main$1.doRun(Main.java:325)
	at com.sun.xml.ws.test.Main.run(Main.java:334)
	at com.sun.xml.ws.test.Main.doMain(Main.java:254)
	at com.sun.xml.ws.test.Main.main(Main.java:239)
Caused by: javax.xml.ws.WebServiceException: Expected exception
	at provider.wsdl_hello_lit_soap12.server.HelloImpl.invoke(HelloImpl.java:93)
	... 59 more

...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/provider/xmlbind_ds/./server/hello_literal.wsdl
parsing WSDL...



Generating code...

parsing WSDL...



Generating code...

.injected services: hello_Service
injected ports: helloPort
injected addresses: helloPortAddress
**** Received in Provider Impl ******
**** recvBean ******
**** sendSource ******
.injected services: hello_Service
injected ports: helloPort
injected addresses: helloPortAddress
**** Received in Provider Impl ******
**** recvBean ******
**** sendSource ******
...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/provider/xmlbinding/./server/hello_literal.wsdl
parsing WSDL...



Generating code...

parsing WSDL...



Generating code...

.injected services: hello_Service
injected ports: helloPort
injected addresses: helloPortAddress
**** Received in Provider Impl ******
**** recvBean ******
**** sendSource ******
SEnding content**** =<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><ans1:HelloResponse xmlns:ans1="urn:test:types"><argument>foo</argument><extra>bar</extra></ans1:HelloResponse></soapenv:Body></soapenv:Envelope>
**** Received in Provider Impl ******
**** recvBean ******
**** sendSource ******
SEnding content**** =<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><HelloResponse xmlns="urn:test:types"><argument xmlns="">foo</argument><extra xmlns="">bar</extra></HelloResponse></soapenv:Body></soapenv:Envelope>
**** Received in Provider Impl ******
**** recvBean ******
**** sendSource ******
SEnding content**** =<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><ans1:HelloResponse xmlns:ans1="urn:test:types"><argument>foo</argument><extra>bar</extra></ans1:HelloResponse></soapenv:Body></soapenv:Envelope>
**** Received in Provider Impl ******
**** recvBean ******
**** sendSource ******
SEnding content**** =<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><HelloResponse xmlns="urn:test:types"><argument xmlns="">foo</argument><extra xmlns="">bar</extra></HelloResponse></soapenv:Body></soapenv:Envelope>
**** Received in Provider Impl ******
**** recvBean ******
**** sendSource ******
SEnding content**** =<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><ans1:HelloResponse xmlns:ans1="urn:test:types"><argument>foo</argument><extra>bar</extra></ans1:HelloResponse></soapenv:Body></soapenv:Envelope>
**** Received in Provider Impl ******
**** recvBean ******
**** sendSource ******
SEnding content**** =<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><HelloResponse xmlns="urn:test:types"><argument xmlns="">foo</argument><extra xmlns="">bar</extra></HelloResponse></soapenv:Body></soapenv:Envelope>
**** Received in Provider Impl ******
**** recvBean ******
**** sendSource ******
SEnding content**** =<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><ans1:HelloResponse xmlns:ans1="urn:test:types"><argument>foo</argument><extra>bar</extra></ans1:HelloResponse></soapenv:Body></soapenv:Envelope>
**** Received in Provider Impl ******
**** recvBean ******
**** sendSource ******
SEnding content**** =<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><HelloResponse xmlns="urn:test:types"><argument xmlns="">foo</argument><extra xmlns="">bar</extra></HelloResponse></soapenv:Body></soapenv:Envelope>
**** Received in Provider Impl ******
**** recvBean ******
**** sendSource ******
SEnding content**** =<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><ans1:HelloResponse xmlns:ans1="urn:test:types"><argument>foo</argument><extra>bar</extra></ans1:HelloResponse></soapenv:Body></soapenv:Envelope>
**** Received in Provider Impl ******
**** recvBean ******
**** sendSource ******
SEnding content**** =<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><HelloResponse xmlns="urn:test:types"><argument xmlns="">foo</argument><extra xmlns="">bar</extra></HelloResponse></soapenv:Body></soapenv:Envelope>
.injected services: hello_Service
injected ports: helloPort
injected addresses: helloPortAddress
**** Received in Provider Impl ******
**** recvBean ******
Aug 06, 2021 8:05:19 AM com.sun.xml.ws.server.provider.SyncProviderInvokerTube processRequest
SEVERE: null
javax.xml.ws.http.HTTPException
	at provider.xmlbinding.server.HelloImpl.recvBean(HelloImpl.java:76)
	at provider.xmlbinding.server.HelloImpl.invoke(HelloImpl.java:99)
	at provider.xmlbinding.server.HelloImpl.invoke(HelloImpl.java:34)
	at com.sun.xml.ws.api.server.InstanceResolver$1.invokeProvider(InstanceResolver.java:230)
	at com.sun.xml.ws.server.InvokerTube$2.invokeProvider(InvokerTube.java:129)
	at com.sun.xml.ws.server.provider.SyncProviderInvokerTube.processRequest(SyncProviderInvokerTube.java:55)
	at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1105)
	at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1019)
	at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:988)
	at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:846)
	at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:400)
	at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:838)
	at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:392)
	at com.sun.xml.ws.transport.local.LocalTransportTube.process(LocalTransportTube.java:135)
	at com.sun.xml.ws.transport.local.LocalTransportTube.processRequest(LocalTransportTube.java:217)
	at com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:80)
	at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1105)
	at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1019)
	at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:988)
	at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:846)
	at com.sun.xml.ws.client.Stub.process(Stub.java:432)
	at com.sun.xml.ws.client.sei.SEIStub.doProcess(SEIStub.java:161)
	at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:77)
	at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:61)
	at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:131)
	at com.sun.proxy.$Proxy296.hello(Unknown Source)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at bsh.Reflect.invokeMethod(Reflect.java:131)
	at bsh.Reflect.invokeObjectMethod(Reflect.java:77)
	at bsh.Name.invokeMethod(Name.java:852)
	at bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:69)
	at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:96)
	at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:41)
	at bsh.BSHVariableDeclarator.eval(BSHVariableDeclarator.java:80)
	at bsh.BSHTypedVariableDeclaration.eval(BSHTypedVariableDeclaration.java:78)
	at bsh.BSHBlock.evalBlock(BSHBlock.java:125)
	at bsh.BSHBlock.eval(BSHBlock.java:75)
	at bsh.BSHBlock.eval(BSHBlock.java:41)
	at bsh.BSHTryStatement.eval(BSHTryStatement.java:80)
	at bsh.Interpreter.eval(Interpreter.java:659)
	at com.sun.xml.ws.test.client.InterpreterEx.eval(InterpreterEx.java:60)
	at com.sun.xml.ws.test.exec.ClientExecutor.invoke(ClientExecutor.java:141)
	at com.sun.xml.ws.test.exec.ClientExecutor.runTest(ClientExecutor.java:110)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at junit.textui.TestRunner.doRun(TestRunner.java:116)
	at junit.textui.TestRunner.doRun(TestRunner.java:109)
	at com.sun.xml.ws.test.Main$1.doRun(Main.java:325)
	at com.sun.xml.ws.test.Main.run(Main.java:334)
	at com.sun.xml.ws.test.Main.doMain(Main.java:254)
	at com.sun.xml.ws.test.Main.main(Main.java:239)

Note: /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/rt_wsdl_parser/client/WSDLParserTest.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
...injected addresses:
Aug 06, 2021 8:05:19 AM [com.sun.xml.ws.policy.jaxws.PolicyWSDLParserExtension]  finished
WARNING: WSP1021: Fault "Echo2Exception" not bound. Check names in port and binding definitions.
Aug 06, 2021 8:05:19 AM [com.sun.xml.ws.policy.EffectiveAlternativeSelector]  selectAlternatives
WARNING: WSP0075: Policy assertion "{http://schemas.sun.com/2006/03/wss/server}KeyStore" was evaluated as "UNKNOWN".
Aug 06, 2021 8:05:19 AM [com.sun.xml.ws.policy.EffectiveAlternativeSelector]  selectAlternatives
WARNING: WSP0075: Policy assertion "{http://schemas.sun.com/2006/03/wss/server}TrustStore" was evaluated as "UNKNOWN".
Aug 06, 2021 8:05:19 AM [com.sun.xml.ws.policy.EffectiveAlternativeSelector]  selectAlternatives
WARNING: WSP0075: Policy assertion "{http://schemas.xmlsoap.org/ws/2005/07/securitypolicy}AsymmetricBinding" was evaluated as "UNKNOWN".
Aug 06, 2021 8:05:19 AM [com.sun.xml.ws.policy.EffectiveAlternativeSelector]  selectAlternatives
WARNING: WSP0075: Policy assertion "{http://schemas.xmlsoap.org/ws/2005/07/securitypolicy}Wss10" was evaluated as "UNKNOWN".
Aug 06, 2021 8:05:19 AM [com.sun.xml.ws.policy.EffectiveAlternativeSelector]  selectAlternatives
WARNING: WSP0075: Policy assertion "{http://www.w3.org/2006/05/addressing/wsdl}UsingAddressing" was evaluated as "UNKNOWN".
Aug 06, 2021 8:05:19 AM [com.sun.xml.ws.policy.EffectiveAlternativeSelector]  selectAlternatives
WARNING: WSP0019: Suboptimal policy alternative selected on the client side with fitness "UNKNOWN".
Aug 06, 2021 8:05:19 AM [com.sun.xml.ws.policy.EffectiveAlternativeSelector]  selectAlternatives
WARNING: WSP0075: Policy assertion "{http://schemas.xmlsoap.org/ws/2005/07/securitypolicy}EncryptedParts" was evaluated as "UNKNOWN".
Aug 06, 2021 8:05:19 AM [com.sun.xml.ws.policy.EffectiveAlternativeSelector]  selectAlternatives
WARNING: WSP0075: Policy assertion "{http://schemas.xmlsoap.org/ws/2005/07/securitypolicy}SignedParts" was evaluated as "UNKNOWN".
Aug 06, 2021 8:05:19 AM [com.sun.xml.ws.policy.EffectiveAlternativeSelector]  selectAlternatives
WARNING: WSP0019: Suboptimal policy alternative selected on the client side with fitness "UNKNOWN".
Aug 06, 2021 8:05:19 AM [com.sun.xml.ws.policy.EffectiveAlternativeSelector]  selectAlternatives
WARNING: WSP0075: Policy assertion "{http://schemas.xmlsoap.org/ws/2005/07/securitypolicy}EncryptedParts" was evaluated as "UNKNOWN".
Aug 06, 2021 8:05:19 AM [com.sun.xml.ws.policy.EffectiveAlternativeSelector]  selectAlternatives
WARNING: WSP0075: Policy assertion "{http://schemas.xmlsoap.org/ws/2005/07/securitypolicy}SignedParts" was evaluated as "UNKNOWN".
Aug 06, 2021 8:05:19 AM [com.sun.xml.ws.policy.EffectiveAlternativeSelector]  selectAlternatives
WARNING: WSP0019: Suboptimal policy alternative selected on the client side with fitness "UNKNOWN".
Aug 06, 2021 8:05:19 AM [com.sun.xml.ws.policy.EffectiveAlternativeSelector]  selectAlternatives
WARNING: WSP0075: Policy assertion "{http://schemas.xmlsoap.org/ws/2005/07/securitypolicy}EncryptedParts" was evaluated as "UNKNOWN".
Aug 06, 2021 8:05:19 AM [com.sun.xml.ws.policy.EffectiveAlternativeSelector]  selectAlternatives
WARNING: WSP0075: Policy assertion "{http://schemas.xmlsoap.org/ws/2005/07/securitypolicy}SignedParts" was evaluated as "UNKNOWN".
Aug 06, 2021 8:05:19 AM [com.sun.xml.ws.policy.EffectiveAlternativeSelector]  selectAlternatives
WARNING: WSP0019: Suboptimal policy alternative selected on the client side with fitness "UNKNOWN".
...injected addresses:
.injected addresses:
.injected addresses:
.injected addresses:
......injected addresses:
.injected addresses:
....
.Expected error: null
..injected addresses:
...injected addresses:
.injected addresses:
.Authenticator is called
Pricipal.getName()=auth-user
Authenticator is called
Pricipal.getName()=auth-user
.injected addresses:
.MessageContext={com.sun.xml.ws.api.message.packet.inbound.transport.headers=sun.net.httpserver.UnmodifiableHeaders@b1b201e9, javax.xml.ws.http.response.code=0, com.sun.xml.ws.client.ContentNegotiation=null, javax.xml.ws.reference.parameters=[], javax.xml.ws.http.request.headers=sun.net.httpserver.UnmodifiableHeaders@b1b201e9, javax.xml.ws.wsdl.operation=null, com.sun.xml.ws.http.exchange=sun.net.httpserver.HttpExchangeImpl@456e0cfe, javax.xml.ws.wsdl.service=, javax.xml.ws.http.request.pathinfo=null, javax.xml.ws.service.endpoint.address=null, javax.xml.ws.http.request.querystring=null, com.sun.xml.ws.api.server.WSEndpoint=com.sun.xml.ws.server.WSEndpointImpl@2d34a50d, javax.xml.ws.http.response.headers=com.sun.net.httpserver.Headers@0, com.sun.xml.ws.handler.config=null, com.sun.xml.ws.api.message.HeaderList=[], com.sun.xml.ws.client.handle=null, javax.xml.ws.wsdl.port=, javax.xml.ws.wsdl.interface=null, javax.xml.ws.wsdl.description=null, com.sun.xml.ws.api.message.packet.outbound.transport.headers=com.sun.net.httpserver.Headers@0, javax.xml.ws.http.request.method=GET, com.sun.xml.ws.server.OneWayOperation=null, javax.xml.ws.soap.http.soapaction.uri=null}
.injected addresses:
.injected addresses:
..injected addresses:
Aug 06, 2021 8:05:21 AM com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser parseWSDL
WARNING: Import of file:/home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/server/endpoint/work/resources/stockquote.xsd is violation of BP 1.1 R2001. Proceeding with a warning.
R2001 A DESCRIPTION must only use the WSDL "import" statement to import another WSDL description.
.injected addresses:
.injected addresses:
..injected addresses:
.injected addresses:
...injected addresses:
.---------------------------------------
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><EndpointReference xmlns="http://www.w3.org/2005/08/addressing"><Address>http://127.0.0.1:39021/</Address><Metadata xmlns:wsdli="http://www.w3.org/ns/wsdl-instance" wsdli:wsdlLocation="http://echo.org/ http://127.0.0.1:39021/?wsdl"><wsam:InterfaceName xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:wsns="http://echo.abstract.org/">wsns:RpcLitIF</wsam:InterfaceName><wsam:ServiceName xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:wsns="http://echo.org/" EndpointName="RpcLitPort">wsns:RpcLitEndpoint</wsam:ServiceName></Metadata></EndpointReference>---------------------------------------
.---------------------------------------
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><EndpointReference xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"><Address>http://localhost:43981/hello</Address><PortType xmlns:wsns="http://echo.abstract.org/">wsns:RpcLitIF</PortType><ServiceName xmlns:wsns="http://echo.org/" PortName="RpcLitPort">wsns:RpcLitEndpoint</ServiceName><mex:Metadata xmlns:mex="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"><mex:MetadataSection Dialect="http://schemas.xmlsoap.org/wsdl/"><wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"><wsdl:import location="http://localhost:43981/hello?wsdl" namespace="http://echo.org/"/></wsdl:definitions></mex:MetadataSection></mex:Metadata></EndpointReference>---------------------------------------
.---------------------------------------
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><EndpointReference xmlns="http://www.w3.org/2005/08/addressing"><Address>http://localhost:36103/hello</Address><Metadata xmlns:wsdli="http://www.w3.org/ns/wsdl-instance" wsdli:wsdlLocation="http://echo.org/ http://localhost:36103/hello?wsdl"><wsam:InterfaceName xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:wsns="http://echo.abstract.org/">wsns:RpcLitIF</wsam:InterfaceName><wsam:ServiceName xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:wsns="http://echo.org/" EndpointName="RpcLitPort">wsns:RpcLitEndpoint</wsam:ServiceName></Metadata></EndpointReference>---------------------------------------
.---------------------------------------
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><EndpointReference xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"><Address>http://127.0.0.1:37041/</Address><mex:Metadata xmlns:mex="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"><mex:MetadataSection Dialect="http://schemas.xmlsoap.org/wsdl/"><wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"><wsdl:import location="http://127.0.0.1:37041/?wsdl" namespace=""/></wsdl:definitions></mex:MetadataSection></mex:Metadata></EndpointReference>---------------------------------------
.---------------------------------------
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><EndpointReference xmlns="http://www.w3.org/2005/08/addressing"><Address>http://localhost:35381/hello</Address><Metadata xmlns:wsdli="http://www.w3.org/ns/wsdl-instance" wsdli:wsdlLocation="http://echo.org/ http://localhost:35381/hello?wsdl"><wsam:InterfaceName xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:wsns="http://echo.abstract.org/">wsns:RpcLitIF</wsam:InterfaceName><wsam:ServiceName xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:wsns="http://echo.org/" EndpointName="RpcLitPort">wsns:RpcLitEndpoint</wsam:ServiceName></Metadata></EndpointReference>---------------------------------------
.---------------------------------------
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><EndpointReference xmlns="http://www.w3.org/2005/08/addressing"><Address>http://127.0.0.1:34787/</Address></EndpointReference>---------------------------------------
.---------------------------------------
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><EndpointReference xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"><Address>http://127.0.0.1:34145/</Address><PortType xmlns:wsns="http://echo.abstract.org/">wsns:RpcLitIF</PortType><ServiceName xmlns:wsns="http://echo.org/" PortName="RpcLitPort">wsns:RpcLitEndpoint</ServiceName><mex:Metadata xmlns:mex="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"><mex:MetadataSection Dialect="http://schemas.xmlsoap.org/wsdl/"><wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"><wsdl:import location="http://127.0.0.1:34145/?wsdl" namespace="http://echo.org/"/></wsdl:definitions></mex:MetadataSection></mex:Metadata></EndpointReference>---------------------------------------
.---------------------------------------
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><EndpointReference xmlns="http://www.w3.org/2005/08/addressing"><Address>http://localhost:37643/hello</Address><Metadata xmlns:wsdli="http://www.w3.org/ns/wsdl-instance" wsdli:wsdlLocation="http://echo.org/ http://localhost:37643/hello?wsdl"><wsam:InterfaceName xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:wsns="http://echo.abstract.org/">wsns:RpcLitIF</wsam:InterfaceName><wsam:ServiceName xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:wsns="http://echo.org/" EndpointName="RpcLitPort">wsns:RpcLitEndpoint</wsam:ServiceName></Metadata></EndpointReference>---------------------------------------
injected addresses:
...injected addresses:
...injected addresses:
...injected addresses:
..
.injected addresses:
.....injected addresses:
...injected addresses:
...injected addresses:
...injected addresses:
...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/server/multi/./server/header.wsdl
parsing WSDL...



Generating code...

parsing WSDL...



Generating code...

injected addresses: helloPortAddress
.MultiThreadTest: testThreadPool
.MultiThreadTest: testFixedThreadPool
.MultiThreadTest: testCachedThreadPool
.MultiThreadTest: testMultiThread
...Generating WSDL
parsing WSDL...


[WARNING] SOAP port "TestEndpointPort": uses a non-standard SOAP 1.2 binding.
  line 32 of file:/home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/server/soap_fault/work/services/server/war/WEB-INF/wsdl/TestEndpointService.wsdl


Generating code...

injected addresses: testEndpointPortAddress
....injected addresses:
Note: /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/whitebox/fault/client/FaultDetailTest.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
....injected addresses:
...injected addresses:
....injected addresses:
.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><detail><detail><myFirstDetail xmlns="http://www.example1.com/faults" msg1="This is the first detail message."/></detail></detail>..injected addresses:
...injected addresses:
...injected addresses:
.<?xml version='1.0' encoding='UTF-8'?><S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"><S:Header/><S:Body><GetCountryCodesResponse xmlns="http://www.strikeiron.com"> <GetCountryCodesResult/></GetCountryCodesResponse></S:Body></S:Envelope>.<?xml version='1.0' encoding='UTF-8'?><Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/"><Header/><Body><GetCountryCodesResponse xmlns="http://www.strikeiron.com"> <GetCountryCodesResult/></GetCountryCodesResponse></Body></Envelope>..injected addresses:
.....injected addresses:
...injected addresses:
.......injected addresses:
Note: /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/whitebox/soap_fault_963/client/SOAPFaultBuilderTest.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
...injected addresses:
....injected services:
injected ports:
injected addresses:
injected addresses:
...injected addresses:
...injected addresses:
.
..injected addresses:
.----------------------------------------------------------------------
<?xml version='1.0' encoding='UTF-8'?><wsa10:EndpointReference xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:wsid="http://schemas.xmlsoap.org/ws/2006/02/addressingidentity" xmlns:types="urn:test:types" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="urn:test" xmlns:x="http://example.com/test" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
                <wsa10:Address>
                    http://localhost:8080/secure_federation/SecureConversation_MutualCertificate11
                </wsa10:Address>
                <wsid:Identity>
                    <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
                        <x:X509Data>
                            <X509Certificate>
                                MIIDCjCCAfKgAwIBAgIQYDju2/6sm77InYfTq65x+DANBgkqhkiG9w0BAQUFADAwMQ4wDAYDVQQKDAVPQVNJUzEeMBwGA1UEAwwVT0FTSVMgSW50ZXJvcCBUZXN0IENBMB4XDTA1MDMxOTAwMDAwMFoXDTE4MDMxOTIzNTk1OVowQDEOMAwGA1UECgwFT0FTSVMxIDAeBgNVBAsMF09BU0lTIEludGVyb3AgVGVzdCBDZXJ0MQwwCgYDVQQDDANCb2IwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAMCquMva4lFDrv3fXQnKK8CkSU7HvVZ0USyJtlL/yhmHH/FQXHyYY+fTcSyWYItWJYiTZ99PAbD+6EKBGbdfuJNUJCGaTWc5ZDUISqM/SGtacYe/PD/4+g3swNPzTUQAIBLRY1pkr2cm3s5Ch/f+mYVNBR41HnBeIxybw25kkoM7AgMBAAGjgZMwgZAwCQYDVR0TBAIwADAzBgNVHR8ELDAqMCiiJoYkaHR0cDovL2ludGVyb3AuYmJ0ZXN0Lm5ldC9jcmwvY2EuY3JsMA4GA1UdDwEB/wQEAwIEsDAdBgNVHQ4EFgQUXeg55vRyK3ZhAEhEf+YT0z986L0wHwYDVR0jBBgwFoAUwJ0o/MHrNaEd1qqqoBwaTcJJDw8wDQYJKoZIhvcNAQEFBQADggEBAIiVGv2lGLhRvmMAHSlY7rKLVkv+zEUtSyg08FBT8z/RepUbtUQShcIqwWsemDU8JVtsucQLc+g6GCQXgkCkMiC8qhcLAt3BXzFmLxuCEAQeeFe8IATr4wACmEQE37TEqAuWEIanPYIplbxYgwP0OBWBSjcRpKRAxjEzuwObYjbll6vKdFHYIweWhhWPrefquFp7TefTkF4D3rcctTfWJ76I5NrEVld+7PBnnJNpdDEuGsoaiJrwTW3Ixm40RXvG3fYS4hIAPeTCUk3RkYfUkqlaaLQnUrF2hZSgiBNLPe8gGkYORccRIlZCGQDEpcWl1Uf9OHw6fC+3hkqolFd5CVI=
                            </X509Certificate>
                        </x:X509Data>
                    </KeyInfo>
                </wsid:Identity>
            </wsa10:EndpointReference>
.----------------------------------------------------------------------
<?xml version='1.0' encoding='UTF-8'?><wsa10:EndpointReference xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:wsid="http://schemas.xmlsoap.org/ws/2006/02/addressingidentity" xmlns:types="urn:test:types" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="urn:test" xmlns:x="http://example.com/test" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
                <wsa10:Address>
                    http://localhost:8080/secure_federation/SecureConversation_MutualCertificate11
                </wsa10:Address>
                <wsid:Identity>
                    <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
                        <x:X509Data>
                            <X509Certificate>
                                MIIDCjCCAfKgAwIBAgIQYDju2/6sm77InYfTq65x+DANBgkqhkiG9w0BAQUFADAwMQ4wDAYDVQQKDAVPQVNJUzEeMBwGA1UEAwwVT0FTSVMgSW50ZXJvcCBUZXN0IENBMB4XDTA1MDMxOTAwMDAwMFoXDTE4MDMxOTIzNTk1OVowQDEOMAwGA1UECgwFT0FTSVMxIDAeBgNVBAsMF09BU0lTIEludGVyb3AgVGVzdCBDZXJ0MQwwCgYDVQQDDANCb2IwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAMCquMva4lFDrv3fXQnKK8CkSU7HvVZ0USyJtlL/yhmHH/FQXHyYY+fTcSyWYItWJYiTZ99PAbD+6EKBGbdfuJNUJCGaTWc5ZDUISqM/SGtacYe/PD/4+g3swNPzTUQAIBLRY1pkr2cm3s5Ch/f+mYVNBR41HnBeIxybw25kkoM7AgMBAAGjgZMwgZAwCQYDVR0TBAIwADAzBgNVHR8ELDAqMCiiJoYkaHR0cDovL2ludGVyb3AuYmJ0ZXN0Lm5ldC9jcmwvY2EuY3JsMA4GA1UdDwEB/wQEAwIEsDAdBgNVHQ4EFgQUXeg55vRyK3ZhAEhEf+YT0z986L0wHwYDVR0jBBgwFoAUwJ0o/MHrNaEd1qqqoBwaTcJJDw8wDQYJKoZIhvcNAQEFBQADggEBAIiVGv2lGLhRvmMAHSlY7rKLVkv+zEUtSyg08FBT8z/RepUbtUQShcIqwWsemDU8JVtsucQLc+g6GCQXgkCkMiC8qhcLAt3BXzFmLxuCEAQeeFe8IATr4wACmEQE37TEqAuWEIanPYIplbxYgwP0OBWBSjcRpKRAxjEzuwObYjbll6vKdFHYIweWhhWPrefquFp7TefTkF4D3rcctTfWJ76I5NrEVld+7PBnnJNpdDEuGsoaiJrwTW3Ixm40RXvG3fYS4hIAPeTCUk3RkYfUkqlaaLQnUrF2hZSgiBNLPe8gGkYORccRIlZCGQDEpcWl1Uf9OHw6fC+3hkqolFd5CVI=
                            </X509Certificate>
                        </x:X509Data>
                    </KeyInfo>
                </wsid:Identity>
            </wsa10:EndpointReference>
.----------------------------------------------------------------------
<?xml version='1.0' encoding='UTF-8'?><wsa10:EndpointReference xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:wsid="http://schemas.xmlsoap.org/ws/2006/02/addressingidentity" xmlns:types="urn:test:types" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="urn:test" xmlns:x="http://example.com/test" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
                <wsa10:Address>
                    http://localhost:8080/secure_federation/SecureConversation_MutualCertificate11
                </wsa10:Address>
                <wsid:Identity>
                    <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
                        <x:X509Data>
                            <X509Certificate>
                                MIIDCjCCAfKgAwIBAgIQYDju2/6sm77InYfTq65x+DANBgkqhkiG9w0BAQUFADAwMQ4wDAYDVQQKDAVPQVNJUzEeMBwGA1UEAwwVT0FTSVMgSW50ZXJvcCBUZXN0IENBMB4XDTA1MDMxOTAwMDAwMFoXDTE4MDMxOTIzNTk1OVowQDEOMAwGA1UECgwFT0FTSVMxIDAeBgNVBAsMF09BU0lTIEludGVyb3AgVGVzdCBDZXJ0MQwwCgYDVQQDDANCb2IwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAMCquMva4lFDrv3fXQnKK8CkSU7HvVZ0USyJtlL/yhmHH/FQXHyYY+fTcSyWYItWJYiTZ99PAbD+6EKBGbdfuJNUJCGaTWc5ZDUISqM/SGtacYe/PD/4+g3swNPzTUQAIBLRY1pkr2cm3s5Ch/f+mYVNBR41HnBeIxybw25kkoM7AgMBAAGjgZMwgZAwCQYDVR0TBAIwADAzBgNVHR8ELDAqMCiiJoYkaHR0cDovL2ludGVyb3AuYmJ0ZXN0Lm5ldC9jcmwvY2EuY3JsMA4GA1UdDwEB/wQEAwIEsDAdBgNVHQ4EFgQUXeg55vRyK3ZhAEhEf+YT0z986L0wHwYDVR0jBBgwFoAUwJ0o/MHrNaEd1qqqoBwaTcJJDw8wDQYJKoZIhvcNAQEFBQADggEBAIiVGv2lGLhRvmMAHSlY7rKLVkv+zEUtSyg08FBT8z/RepUbtUQShcIqwWsemDU8JVtsucQLc+g6GCQXgkCkMiC8qhcLAt3BXzFmLxuCEAQeeFe8IATr4wACmEQE37TEqAuWEIanPYIplbxYgwP0OBWBSjcRpKRAxjEzuwObYjbll6vKdFHYIweWhhWPrefquFp7TefTkF4D3rcctTfWJ76I5NrEVld+7PBnnJNpdDEuGsoaiJrwTW3Ixm40RXvG3fYS4hIAPeTCUk3RkYfUkqlaaLQnUrF2hZSgiBNLPe8gGkYORccRIlZCGQDEpcWl1Uf9OHw6fC+3hkqolFd5CVI=
                            </X509Certificate>
                        </x:X509Data>
                    </KeyInfo>
                </wsid:Identity>
            </wsa10:EndpointReference>
injected addresses:
...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/wsa/submission/fromwsdl/issue564/./server/AddNumbers.wsdl
parsing WSDL...


[WARNING] unknown extensibility element or attribute "UsingAddressing" (in namespace "http://schemas.xmlsoap.org/ws/2004/08/addressing")
  line 67 of file:/home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/wsa/submission/fromwsdl/issue564/server/AddNumbers.wsdl

[WARNING] SOAP port "AddNumbersPort": uses a non-standard SOAP 1.2 binding.
  line 83 of file:/home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/wsa/submission/fromwsdl/issue564/server/AddNumbers.wsdl


Generating code...

Aug 06, 2021 8:05:52 AM com.sun.xml.ws.binding.WebServiceFeatureList mergeFeatures
WARNING: Feature com.sun.xml.ws.developer.MemberSubmissionAddressingFeature@7e84d728 in implementation conflicts with com.sun.xml.ws.developer.MemberSubmissionAddressingFeature@7d122967 in WSDL configuration 
parsing WSDL...


[WARNING] unknown extensibility element or attribute "UsingAddressing" (in namespace "http://schemas.xmlsoap.org/ws/2004/08/addressing")
  line 59 of file:/home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/wsa/submission/fromwsdl/issue564/work/services/server/war/WEB-INF/wsdl/AddNumbers.wsdl

[WARNING] SOAP port "AddNumbersPort": uses a non-standard SOAP 1.2 binding.
  line 75 of file:/home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/wsa/submission/fromwsdl/issue564/work/services/server/war/WEB-INF/wsdl/AddNumbers.wsdl


Generating code...

.injected services: addNumbersService
injected ports: addNumbersPort
injected addresses: addNumbersPortAddress
...Generating WSDL
parsing WSDL...



Generating code...

injected addresses: addNumbersPortAddress
....Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/wsa/w3c/fromwsdl/crinterop_s11/./server/wsaTestService.wsdl
parsing WSDL...



Generating code...

Note: /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/wsa/w3c/fromwsdl/crinterop_s11/server/WsaTestImpl.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
parsing WSDL...



Generating code...

injected addresses: wsaTestPortAddress
.wsa.w3c.fromwsdl.crinterop_s11.server.WsaTestImpl.echo: test1130
.wsa.w3c.fromwsdl.crinterop_s11.server.WsaTestImpl.echo: test1131
.wsa.w3c.fromwsdl.crinterop_s11.server.WsaTestImpl.echo: test1132
.wsa.w3c.fromwsdl.crinterop_s11.server.WsaTestImpl.echo: fault-test1133
.wsa.w3c.fromwsdl.crinterop_s11.server.WsaTestImpl.echo: fault-test1134
.wsa.w3c.fromwsdl.crinterop_s11.server.WsaTestImpl.echo: fault-test1135
.wsa.w3c.fromwsdl.crinterop_s11.server.WsaTestImpl.echo: test1136
Aug 06, 2021 8:05:52 AM com.sun.xml.ws.addressing.WsaTube validateInboundHeaders
WARNING: A header representing a Message Addressing Property is not valid and the message cannot be processed, Problem header:{http://www.w3.org/2005/08/addressing}To, Reason: {http://www.w3.org/2005/08/addressing}InvalidCardinality
com.sun.xml.ws.addressing.model.InvalidAddressingHeaderException: Invalid WS-Addressing header: "{http://www.w3.org/2005/08/addressing}To",Reason: "{http://www.w3.org/2005/08/addressing}InvalidCardinality"
	at com.sun.xml.ws.addressing.WsaTube.checkCardinality(WsaTube.java:308)
	at com.sun.xml.ws.addressing.WsaTube.checkMessageAddressingProperties(WsaTube.java:172)
	at com.sun.xml.ws.addressing.WsaServerTube.checkMessageAddressingProperties(WsaServerTube.java:317)
	at com.sun.xml.ws.addressing.WsaTube.validateInboundHeaders(WsaTube.java:129)
	at com.sun.xml.ws.addressing.WsaServerTube.processRequest(WsaServerTube.java:144)
	at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1105)
	at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1019)
	at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:988)
	at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:846)
	at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:400)
	at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:838)
	at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:392)
	at com.sun.xml.ws.transport.local.LocalTransportTube.process(LocalTransportTube.java:135)
	at com.sun.xml.ws.transport.local.LocalTransportTube.processRequest(LocalTransportTube.java:217)
	at com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:109)
	at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1105)
	at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1019)
	at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:988)
	at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:846)
	at com.sun.xml.ws.client.Stub.process(Stub.java:432)
	at com.sun.xml.ws.client.dispatch.DispatchImpl.doInvoke(DispatchImpl.java:235)
	at com.sun.xml.ws.client.dispatch.DispatchImpl.invoke(DispatchImpl.java:274)
	at testutil.W3CWsaUtils.invoke(W3CWsaUtils.java:94)
	at wsa.w3c.fromwsdl.crinterop_s11.client.EchoClientTest.test1140(EchoClientTest.java:145)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at com.sun.xml.ws.test.exec.JavaClientExecutor.run(JavaClientExecutor.java:143)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at junit.textui.TestRunner.doRun(TestRunner.java:116)
	at junit.textui.TestRunner.doRun(TestRunner.java:109)
	at com.sun.xml.ws.test.Main$1.doRun(Main.java:325)
	at com.sun.xml.ws.test.Main.run(Main.java:334)
	at com.sun.xml.ws.test.Main.doMain(Main.java:254)
	at com.sun.xml.ws.test.Main.main(Main.java:239)

Aug 06, 2021 8:05:53 AM com.sun.xml.ws.addressing.WsaTube validateInboundHeaders
WARNING: A header representing a Message Addressing Property is not valid and the message cannot be processed, Problem header:{http://www.w3.org/2005/08/addressing}ReplyTo, Reason: {http://www.w3.org/2005/08/addressing}InvalidCardinality
com.sun.xml.ws.addressing.model.InvalidAddressingHeaderException: Invalid WS-Addressing header: "{http://www.w3.org/2005/08/addressing}ReplyTo",Reason: "{http://www.w3.org/2005/08/addressing}InvalidCardinality"
	at com.sun.xml.ws.addressing.WsaTube.checkCardinality(WsaTube.java:308)
	at com.sun.xml.ws.addressing.WsaTube.checkMessageAddressingProperties(WsaTube.java:172)
	at com.sun.xml.ws.addressing.WsaServerTube.checkMessageAddressingProperties(WsaServerTube.java:317)
	at com.sun.xml.ws.addressing.WsaTube.validateInboundHeaders(WsaTube.java:129)
	at com.sun.xml.ws.addressing.WsaServerTube.processRequest(WsaServerTube.java:144)
	at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1105)
	at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1019)
	at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:988)
	at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:846)
	at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:400)
	at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:838)
	at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:392)
	at com.sun.xml.ws.transport.local.LocalTransportTube.process(LocalTransportTube.java:135)
	at com.sun.xml.ws.transport.local.LocalTransportTube.processRequest(LocalTransportTube.java:217)
	at com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:109)
	at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1105)
	at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1019)
	at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:988)
	at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:846)
	at com.sun.xml.ws.client.Stub.process(Stub.java:432)
	at com.sun.xml.ws.client.dispatch.DispatchImpl.doInvoke(DispatchImpl.java:235)
	at com.sun.xml.ws.client.dispatch.DispatchImpl.invoke(DispatchImpl.java:274)
	at testutil.W3CWsaUtils.invoke(W3CWsaUtils.java:94)
	at wsa.w3c.fromwsdl.crinterop_s11.client.EchoClientTest.test1141(EchoClientTest.java:164)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at com.sun.xml.ws.test.exec.JavaClientExecutor.run(JavaClientExecutor.java:143)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at junit.textui.TestRunner.doRun(TestRunner.java:116)
	at junit.textui.TestRunner.doRun(TestRunner.java:109)
	at com.sun.xml.ws.test.Main$1.doRun(Main.java:325)
	at com.sun.xml.ws.test.Main.run(Main.java:334)
	at com.sun.xml.ws.test.Main.doMain(Main.java:254)
	at com.sun.xml.ws.test.Main.main(Main.java:239)

Aug 06, 2021 8:05:53 AM com.sun.xml.ws.addressing.WsaTube validateInboundHeaders
WARNING: A header representing a Message Addressing Property is not valid and the message cannot be processed, Problem header:{http://www.w3.org/2005/08/addressing}FaultTo, Reason: {http://www.w3.org/2005/08/addressing}InvalidCardinality
com.sun.xml.ws.addressing.model.InvalidAddressingHeaderException: Invalid WS-Addressing header: "{http://www.w3.org/2005/08/addressing}FaultTo",Reason: "{http://www.w3.org/2005/08/addressing}InvalidCardinality"
	at com.sun.xml.ws.addressing.WsaTube.checkCardinality(WsaTube.java:308)
	at com.sun.xml.ws.addressing.WsaTube.checkMessageAddressingProperties(WsaTube.java:172)
	at com.sun.xml.ws.addressing.WsaServerTube.checkMessageAddressingProperties(WsaServerTube.java:317)
	at com.sun.xml.ws.addressing.WsaTube.validateInboundHeaders(WsaTube.java:129)
	at com.sun.xml.ws.addressing.WsaServerTube.processRequest(WsaServerTube.java:144)
	at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1105)
	at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1019)
	at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:988)
	at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:846)
	at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:400)
	at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:838)
	at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:392)
	at com.sun.xml.ws.transport.local.LocalTransportTube.process(LocalTransportTube.java:135)
	at com.sun.xml.ws.transport.local.LocalTransportTube.processRequest(LocalTransportTube.java:217)
	at com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:109)
	at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1105)
	at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1019)
	at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:988)
	at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:846)
	at com.sun.xml.ws.client.Stub.process(Stub.java:432)
	at com.sun.xml.ws.client.dispatch.DispatchImpl.doInvoke(DispatchImpl.java:235)
	at com.sun.xml.ws.client.dispatch.DispatchImpl.invoke(DispatchImpl.java:274)
	at testutil.W3CWsaUtils.invoke(W3CWsaUtils.java:94)
	at wsa.w3c.fromwsdl.crinterop_s11.client.EchoClientTest.test1142(EchoClientTest.java:182)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at com.sun.xml.ws.test.exec.JavaClientExecutor.run(JavaClientExecutor.java:143)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at junit.textui.TestRunner.doRun(TestRunner.java:116)
	at junit.textui.TestRunner.doRun(TestRunner.java:109)
	at com.sun.xml.ws.test.Main$1.doRun(Main.java:325)
	at com.sun.xml.ws.test.Main.run(Main.java:334)
	at com.sun.xml.ws.test.Main.doMain(Main.java:254)
	at com.sun.xml.ws.test.Main.main(Main.java:239)

Aug 06, 2021 8:05:53 AM com.sun.xml.ws.addressing.WsaTube validateInboundHeaders
WARNING: A header representing a Message Addressing Property is not valid and the message cannot be processed, Problem header:{http://www.w3.org/2005/08/addressing}Action, Reason: {http://www.w3.org/2005/08/addressing}InvalidCardinality
com.sun.xml.ws.addressing.model.InvalidAddressingHeaderException: Invalid WS-Addressing header: "{http://www.w3.org/2005/08/addressing}Action",Reason: "{http://www.w3.org/2005/08/addressing}InvalidCardinality"
	at com.sun.xml.ws.addressing.WsaTube.checkCardinality(WsaTube.java:308)
	at com.sun.xml.ws.addressing.WsaTube.checkMessageAddressingProperties(WsaTube.java:172)
	at com.sun.xml.ws.addressing.WsaServerTube.checkMessageAddressingProperties(WsaServerTube.java:317)
	at com.sun.xml.ws.addressing.WsaTube.validateInboundHeaders(WsaTube.java:129)
	at com.sun.xml.ws.addressing.WsaServerTube.processRequest(WsaServerTube.java:144)
	at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1105)
	at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1019)
	at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:988)
	at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:846)
	at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:400)
	at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:838)
	at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:392)
	at com.sun.xml.ws.transport.local.LocalTransportTube.process(LocalTransportTube.java:135)
	at com.sun.xml.ws.transport.local.LocalTransportTube.processRequest(LocalTransportTube.java:217)
	at com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:109)
	at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1105)
	at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1019)
	at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:988)
	at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:846)
	at com.sun.xml.ws.client.Stub.process(Stub.java:432)
	at com.sun.xml.ws.client.dispatch.DispatchImpl.doInvoke(DispatchImpl.java:235)
	at com.sun.xml.ws.client.dispatch.DispatchImpl.invoke(DispatchImpl.java:274)
	at testutil.W3CWsaUtils.invoke(W3CWsaUtils.java:94)
	at wsa.w3c.fromwsdl.crinterop_s11.client.EchoClientTest.test1143(EchoClientTest.java:199)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at com.sun.xml.ws.test.exec.JavaClientExecutor.run(JavaClientExecutor.java:143)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at junit.textui.TestRunner.doRun(TestRunner.java:116)
	at junit.textui.TestRunner.doRun(TestRunner.java:109)
	at com.sun.xml.ws.test.Main$1.doRun(Main.java:325)
	at com.sun.xml.ws.test.Main.run(Main.java:334)
	at com.sun.xml.ws.test.Main.doMain(Main.java:254)
	at com.sun.xml.ws.test.Main.main(Main.java:239)

Aug 06, 2021 8:05:53 AM com.sun.xml.ws.addressing.WsaTube validateInboundHeaders
WARNING: A header representing a Message Addressing Property is not valid and the message cannot be processed, Problem header:{http://www.w3.org/2005/08/addressing}MessageID, Reason: {http://www.w3.org/2005/08/addressing}InvalidCardinality
com.sun.xml.ws.addressing.model.InvalidAddressingHeaderException: Invalid WS-Addressing header: "{http://www.w3.org/2005/08/addressing}MessageID",Reason: "{http://www.w3.org/2005/08/addressing}InvalidCardinality"
	at com.sun.xml.ws.addressing.WsaTube.checkCardinality(WsaTube.java:308)
	at com.sun.xml.ws.addressing.WsaTube.checkMessageAddressingProperties(WsaTube.java:172)
	at com.sun.xml.ws.addressing.WsaServerTube.checkMessageAddressingProperties(WsaServerTube.java:317)
	at com.sun.xml.ws.addressing.WsaTube.validateInboundHeaders(WsaTube.java:129)
	at com.sun.xml.ws.addressing.WsaServerTube.processRequest(WsaServerTube.java:144)
	at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1105)
	at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1019)
	at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:988)
	at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:846)
	at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:400)
	at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:838)
	at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:392)
	at com.sun.xml.ws.transport.local.LocalTransportTube.process(LocalTransportTube.java:135)
	at com.sun.xml.ws.transport.local.LocalTransportTube.processRequest(LocalTransportTube.java:217)
	at com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:109)
	at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1105)
	at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1019)
	at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:988)
	at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:846)
	at com.sun.xml.ws.client.Stub.process(Stub.java:432)
	at com.sun.xml.ws.client.dispatch.DispatchImpl.doInvoke(DispatchImpl.java:235)
	at com.sun.xml.ws.client.dispatch.DispatchImpl.invoke(DispatchImpl.java:274)
	at testutil.W3CWsaUtils.invoke(W3CWsaUtils.java:94)
	at wsa.w3c.fromwsdl.crinterop_s11.client.EchoClientTest.test1144(EchoClientTest.java:217)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at com.sun.xml.ws.test.exec.JavaClientExecutor.run(JavaClientExecutor.java:143)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at junit.textui.TestRunner.doRun(TestRunner.java:116)
	at junit.textui.TestRunner.doRun(TestRunner.java:109)
	at com.sun.xml.ws.test.Main$1.doRun(Main.java:325)
	at com.sun.xml.ws.test.Main.run(Main.java:334)
	at com.sun.xml.ws.test.Main.doMain(Main.java:254)
	at com.sun.xml.ws.test.Main.main(Main.java:239)

Aug 06, 2021 8:05:53 AM com.sun.xml.ws.addressing.WsaTube validateInboundHeaders
WARNING: A required header representing a Message Addressing Property is not present, Problem header:{http://www.w3.org/2005/08/addressing}Action
com.sun.xml.ws.addressing.model.MissingAddressingHeaderException: Missing WS-Addressing header: "{http://www.w3.org/2005/08/addressing}Action"
	at com.sun.xml.ws.addressing.WsaTube.checkMandatoryHeaders(WsaTube.java:386)
	at com.sun.xml.ws.addressing.W3CWsaServerTube.checkMandatoryHeaders(W3CWsaServerTube.java:55)
	at com.sun.xml.ws.addressing.WsaTube.checkCardinality(WsaTube.java:328)
	at com.sun.xml.ws.addressing.WsaTube.checkMessageAddressingProperties(WsaTube.java:172)
	at com.sun.xml.ws.addressing.WsaServerTube.checkMessageAddressingProperties(WsaServerTube.java:317)
	at com.sun.xml.ws.addressing.WsaTube.validateInboundHeaders(WsaTube.java:129)
	at com.sun.xml.ws.addressing.WsaServerTube.processRequest(WsaServerTube.java:144)
	at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1105)
	at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1019)
	at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:988)
	at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:846)
	at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:400)
	at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:838)
	at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:392)
	at com.sun.xml.ws.transport.local.LocalTransportTube.process(LocalTransportTube.java:135)
	at com.sun.xml.ws.transport.local.LocalTransportTube.processRequest(LocalTransportTube.java:217)
	at com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:109)
	at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1105)
	at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1019)
	at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:988)
	at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:846)
	at com.sun.xml.ws.client.Stub.process(Stub.java:432)
	at com.sun.xml.ws.client.dispatch.DispatchImpl.doInvoke(DispatchImpl.java:235)
	at com.sun.xml.ws.client.dispatch.DispatchImpl.invoke(DispatchImpl.java:274)
	at testutil.W3CWsaUtils.invoke(W3CWsaUtils.java:94)
	at wsa.w3c.fromwsdl.crinterop_s11.client.EchoClientTest.test1147(EchoClientTest.java:235)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at com.sun.xml.ws.test.exec.JavaClientExecutor.run(JavaClientExecutor.java:143)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at junit.textui.TestRunner.doRun(TestRunner.java:116)
	at junit.textui.TestRunner.doRun(TestRunner.java:109)
	at com.sun.xml.ws.test.Main$1.doRun(Main.java:325)
	at com.sun.xml.ws.test.Main.run(Main.java:334)
	at com.sun.xml.ws.test.Main.doMain(Main.java:254)
	at com.sun.xml.ws.test.Main.main(Main.java:239)

.......wsa.w3c.fromwsdl.crinterop_s11.server.WsaTestImpl.echo: test1170
Aug 06, 2021 8:05:53 AM com.sun.xml.ws.addressing.WsaTube validateInboundHeaders
WARNING: A required header representing a Message Addressing Property is not present, Problem header:{http://www.w3.org/2005/08/addressing}MessageID
com.sun.xml.ws.addressing.model.MissingAddressingHeaderException: Missing WS-Addressing header: "{http://www.w3.org/2005/08/addressing}MessageID"
	at com.sun.xml.ws.addressing.W3CWsaServerTube.checkMandatoryHeaders(W3CWsaServerTube.java:64)
	at com.sun.xml.ws.addressing.WsaTube.checkCardinality(WsaTube.java:328)
	at com.sun.xml.ws.addressing.WsaTube.checkMessageAddressingProperties(WsaTube.java:172)
	at com.sun.xml.ws.addressing.WsaServerTube.checkMessageAddressingProperties(WsaServerTube.java:317)
	at com.sun.xml.ws.addressing.WsaTube.validateInboundHeaders(WsaTube.java:129)
	at com.sun.xml.ws.addressing.WsaServerTube.processRequest(WsaServerTube.java:144)
	at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1105)
	at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1019)
	at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:988)
	at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:846)
	at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:400)
	at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:838)
	at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:392)
	at com.sun.xml.ws.transport.local.LocalTransportTube.process(LocalTransportTube.java:135)
	at com.sun.xml.ws.transport.local.LocalTransportTube.processRequest(LocalTransportTube.java:217)
	at com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:109)
	at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1105)
	at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1019)
	at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:988)
	at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:846)
	at com.sun.xml.ws.client.Stub.process(Stub.java:432)
	at com.sun.xml.ws.client.dispatch.DispatchImpl.doInvoke(DispatchImpl.java:235)
	at com.sun.xml.ws.client.dispatch.DispatchImpl.invoke(DispatchImpl.java:274)
	at testutil.W3CWsaUtils.invoke(W3CWsaUtils.java:94)
	at wsa.w3c.fromwsdl.crinterop_s11.client.EchoClientTest.test1191(EchoClientTest.java:253)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at com.sun.xml.ws.test.exec.JavaClientExecutor.run(JavaClientExecutor.java:143)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at junit.textui.TestRunner.doRun(TestRunner.java:116)
	at junit.textui.TestRunner.doRun(TestRunner.java:109)
	at com.sun.xml.ws.test.Main$1.doRun(Main.java:325)
	at com.sun.xml.ws.test.Main.run(Main.java:334)
	at com.sun.xml.ws.test.Main.doMain(Main.java:254)
	at com.sun.xml.ws.test.Main.main(Main.java:239)

Aug 06, 2021 8:05:53 AM com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit handle
SEVERE: Couldn't create SOAP message. Expecting Envelope in namespace http://schemas.xmlsoap.org/soap/envelope/, but got http://www.w3.org/2003/05/soap-envelope 
com.sun.xml.ws.protocol.soap.VersionMismatchException: Couldn't create SOAP message. Expecting Envelope in namespace http://schemas.xmlsoap.org/soap/envelope/, but got http://www.w3.org/2003/05/soap-envelope 
	at com.sun.xml.ws.encoding.StreamSOAPCodec.decode(StreamSOAPCodec.java:188)
	at com.oracle.webservices.impl.encoding.StreamDecoderImpl.decode(StreamDecoderImpl.java:34)
	at com.sun.xml.ws.encoding.StreamSOAPCodec.decode(StreamSOAPCodec.java:219)
	at com.sun.xml.ws.encoding.StreamSOAPCodec.decode(StreamSOAPCodec.java:136)
	at com.sun.xml.ws.encoding.SOAPBindingCodec.decode(SOAPBindingCodec.java:289)
	at com.sun.xml.ws.transport.http.HttpAdapter.decodePacket(HttpAdapter.java:473)
	at com.sun.xml.ws.transport.http.HttpAdapter.access$500(HttpAdapter.java:78)
	at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:821)
	at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:392)
	at com.sun.xml.ws.transport.local.LocalTransportTube.process(LocalTransportTube.java:135)
	at com.sun.xml.ws.transport.local.LocalTransportTube.processRequest(LocalTransportTube.java:217)
	at com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:109)
..injected addresses: wsaTestPortAddress
	at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1105)
	at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1019)
	at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:988)
	at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:846)
	at com.sun.xml.ws.client.Stub.process(Stub.java:432)
	at com.sun.xml.ws.client.dispatch.DispatchImpl.doInvoke(DispatchImpl.java:235)
	at com.sun.xml.ws.client.dispatch.DispatchImpl.invoke(DispatchImpl.java:274)
	at testutil.W3CWsaUtils.invoke12(W3CWsaUtils.java:112)
	at wsa.w3c.fromwsdl.crinterop_s11.client.EchoClientTest.test1193(EchoClientTest.java:269)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at com.sun.xml.ws.test.exec.JavaClientExecutor.run(JavaClientExecutor.java:143)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at junit.textui.TestRunner.doRun(TestRunner.java:116)
	at junit.textui.TestRunner.doRun(TestRunner.java:109)
	at com.sun.xml.ws.test.Main$1.doRun(Main.java:325)
	at com.sun.xml.ws.test.Main.run(Main.java:334)
	at com.sun.xml.ws.test.Main.doMain(Main.java:254)
	at com.sun.xml.ws.test.Main.main(Main.java:239)

.wsa.w3c.fromwsdl.crinterop_s11.server.WsaTestImpl.echo: test1150
.wsa.w3c.fromwsdl.crinterop_s11.server.WsaTestImpl.echo: fault-test1152
.wsa.w3c.fromwsdl.crinterop_s11.server.WsaTestImpl.echo: fault-test1194
injected addresses: wsaTestPortAddress
.wsa.w3c.fromwsdl.crinterop_s11.server.WsaTestImpl.notify: test1100
.wsa.w3c.fromwsdl.crinterop_s11.server.WsaTestImpl.notify: test1101
.wsa.w3c.fromwsdl.crinterop_s11.server.WsaTestImpl.notify: test1102
.wsa.w3c.fromwsdl.crinterop_s11.server.WsaTestImpl.notify: test1103
.wsa.w3c.fromwsdl.crinterop_s11.server.WsaTestImpl.notify: test1104
.
wsa.w3c.fromwsdl.crinterop_s11.server.WsaTestImpl.notify: test1106
.wsa.w3c.fromwsdl.crinterop_s11.server.WsaTestImpl.notify: test1107
.wsa.w3c.fromwsdl.crinterop_s11.server.WsaTestImpl.notify: test1108
...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/wsa/w3c/fromwsdl/messagecontext/./server/AddNumbers.wsdl
parsing WSDL...



Generating code...

parsing WSDL...



Generating code...

injected addresses: addNumbersPortAddress
.Msg key: com.sun.xml.ws.api.message.packet.inbound.transport.headers
Msg value: {SOAPAction=["urn:com:example:action"], Accept=[text/xml, multipart/related], Content-Type=[text/xml; charset=utf-8]}
Msg key: javax.xml.ws.http.response.code
Msg value: 0
Msg key: com.sun.xml.ws.api.addressing.from
Msg value: null
Msg key: javax.xml.ws.reference.parameters
Msg value: []
Msg key: javax.xml.ws.wsdl.operation
Msg value: {http://example.com/}addNumbers
Msg key: javax.xml.ws.wsdl.service
Msg value: {http://example.com/}AddNumbersService
Msg key: com.sun.xml.ws.addressing.WsaPropertyBag.FaultToFromRequest
Msg value: <?xml version="1.0" encoding="UTF-8"?><EndpointReference xmlns="http://www.w3.org/2005/08/addressing" xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
    <Address xmlns="http://www.w3.org/2005/08/addressing" xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">http://www.w3.org/2005/08/addressing/anonymous</Address>
</EndpointReference>
Msg key: com.sun.xml.ws.api.server.WSEndpoint
Msg value: com.sun.xml.ws.server.WSEndpointImpl@4428a903
Msg key: javax.xml.ws.http.response.headers
Msg value: {}
Msg key: com.sun.xml.ws.handler.config
Msg value: null
Msg key: com.sun.xml.ws.addressing.WsaPropertyBag.ReplyToFromRequest
Msg value: <?xml version="1.0" encoding="UTF-8"?><EndpointReference xmlns="http://www.w3.org/2005/08/addressing" xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
    <Address xmlns="http://www.w3.org/2005/08/addressing" xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">http://www.w3.org/2005/08/addressing/anonymous</Address>
</EndpointReference>
Msg key: com.sun.xml.ws.client.handle
Msg value: null
Msg key: javax.xml.ws.http.request.method
Msg value: POST
Msg key: com.sun.xml.ws.server.OneWayOperation
Msg value: null
Msg key: com.sun.xml.ws.addressing.WsaPropertyBag.To
Msg value: <?xml version="1.0" encoding="UTF-8"?><wsa:EndpointReference xmlns:wsa="http://www.w3.org/2005/08/addressing"><wsa:Address xmlns:wsa="http://www.w3.org/2005/08/addressing">in-vm://wsa.w3c.fromwsdl.messagecontext.server/?AddNumbersPort</wsa:Address></wsa:EndpointReference>
Msg key: decodedMessageCharset
Msg value: utf-8
Msg key: com.sun.xml.ws.client.ContentNegotiation
Msg value: null
Msg key: com.sun.xml.ws.addressing.request.messageID
Msg value: uuid:93c81617-f849-4134-ae38-09f438a1cd48
Msg key: com.sun.xml.ws.api.addressing.action
Msg value: urn:com:example:action
Msg key: javax.xml.ws.http.request.headers
Msg value: {SOAPAction=["urn:com:example:action"], Accept=[text/xml, multipart/related], Content-Type=[text/xml; charset=utf-8]}
Msg key: javax.xml.ws.http.request.pathinfo
Msg value: null
Msg key: com.sun.xml.ws.addressing.WsaPropertyBag.MessageIdFromRequest
Msg value: uuid:93c81617-f849-4134-ae38-09f438a1cd48
Msg key: javax.xml.ws.service.endpoint.address
Msg value: null
Msg key: javax.xml.ws.http.request.querystring
Msg value: null
Msg key: com.sun.xml.ws.api.message.HeaderList
Msg value: [com.sun.xml.ws.message.stream.StreamHeader11@72e0dcc2, com.sun.xml.ws.message.stream.StreamHeader11@4c1f64fa, com.sun.xml.ws.message.stream.StreamHeader11@e01c3d2, com.sun.xml.ws.message.stream.StreamHeader11@524619e3, com.sun.xml.ws.message.stream.StreamHeader11@2634d9a5]
Msg key: javax.xml.ws.wsdl.port
Msg value: {http://example.com/}AddNumbersPort
Msg key: com.sun.xml.ws.api.addressing.to
Msg value: in-vm://wsa.w3c.fromwsdl.messagecontext.server/?AddNumbersPort
Msg key: javax.xml.ws.wsdl.interface
Msg value: {http://example.com/}AddNumbersPortType
Msg key: javax.xml.ws.wsdl.description
Msg value: org.xml.sax.InputSource@11bb512d
Msg key: com.sun.xml.ws.api.addressing.messageId
Msg value: uuid:93c81617-f849-4134-ae38-09f438a1cd48
Msg key: com.sun.xml.ws.api.message.packet.outbound.transport.headers
Msg value: {}
Msg key: javax.xml.ws.soap.http.soapaction.uri
Msg value: "urn:com:example:action"
...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/wsa/w3c/fromwsdl/w3cepr/./server/AddNumbers.wsdl
parsing WSDL...



Generating code...

parsing WSDL...



Generating code...

injected addresses: addNumbersPortAddress
....Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/wsimport/extensibilityEl/./server/hello_literal.wsdl
parsing WSDL...


[WARNING] unknown extensibility element or attribute "extension" (in namespace "urn:foo")
  line 78 of file:/home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/wsimport/extensibilityEl/server/hello_literal.wsdl

[WARNING] unknown extensibility element or attribute "extension" (in namespace "urn:foo")
  line 80 of file:/home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/wsimport/extensibilityEl/server/hello_literal.wsdl

[WARNING] unknown extensibility element or attribute "extension" (in namespace "urn:foo")
  line 88 of file:/home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/wsimport/extensibilityEl/server/hello_literal.wsdl

[WARNING] unknown extensibility element or attribute "extension" (in namespace "urn:foo")
  line 91 of file:/home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/wsimport/extensibilityEl/server/hello_literal.wsdl

[WARNING] unknown extensibility element or attribute "extension" (in namespace "urn:foo")
  line 103 of file:/home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/wsimport/extensibilityEl/server/hello_literal.wsdl

[WARNING] unknown extensibility element or attribute "extension" (in namespace "urn:foo")
  line 105 of file:/home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/wsimport/extensibilityEl/server/hello_literal.wsdl


Generating code...

parsing WSDL...


[WARNING] unknown extensibility element or attribute "extension" (in namespace "urn:foo")
  line 64 of file:/home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/wsimport/extensibilityEl/work/services/server/war/WEB-INF/wsdl/hello_literal.wsdl

[WARNING] unknown extensibility element or attribute "extension" (in namespace "urn:foo")
  line 66 of file:/home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/wsimport/extensibilityEl/work/services/server/war/WEB-INF/wsdl/hello_literal.wsdl

[WARNING] unknown extensibility element or attribute "extension" (in namespace "urn:foo")
  line 74 of file:/home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/wsimport/extensibilityEl/work/services/server/war/WEB-INF/wsdl/hello_literal.wsdl

[WARNING] unknown extensibility element or attribute "extension" (in namespace "urn:foo")
  line 77 of file:/home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/wsimport/extensibilityEl/work/services/server/war/WEB-INF/wsdl/hello_literal.wsdl

[WARNING] unknown extensibility element or attribute "extension" (in namespace "urn:foo")
  line 89 of file:/home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/wsimport/extensibilityEl/work/services/server/war/WEB-INF/wsdl/hello_literal.wsdl

[WARNING] unknown extensibility element or attribute "extension" (in namespace "urn:foo")
  line 91 of file:/home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/wsimport/extensibilityEl/work/services/server/war/WEB-INF/wsdl/hello_literal.wsdl


Generating code...

...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/wsimport/extension_jms_transport/./server/EchoService.wsdl
parsing WSDL...



Generating code...

parsing WSDL...



Generating code...

...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/wsimport/wsdl_import/./server/service.wsdl
parsing WSDL...



Generating code...

parsing WSDL...



Generating code...

.injected services: retailerService
injected ports: retailerPort
injected addresses: retailerPortAddress
...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/xop/hello/./server/hello.wsdl
parsing WSDL...



Generating code...

parsing WSDL...



Generating code...

Note: /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/testcases/xop/hello/client/DispatchTest.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
injected addresses: helloPortAddress
..injected addresses: helloPortAddress
..
Time: 178.144

OK (1175 tests)

[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ jaxws-unit ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jaxws-unit ---
[INFO] Installing /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-unit/2.3.6-SNAPSHOT/jaxws-unit-2.3.6-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/target/jaxws-unit-2.3.6-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-unit/2.3.6-SNAPSHOT/jaxws-unit-2.3.6-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/target/jaxws-unit-2.3.6-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-unit/2.3.6-SNAPSHOT/jaxws-unit-2.3.6-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/target/jaxws-unit-2.3.6-SNAPSHOT.pom.asc.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-unit/2.3.6-SNAPSHOT/jaxws-unit-2.3.6-SNAPSHOT.pom.asc.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ jaxws-unit ---
[INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/boms/bom/target/nexus-staging/deferred")...
[INFO] Installing /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/pom.xml to /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/boms/bom/target/nexus-staging/deferred/com/sun/xml/ws/jaxws-unit/2.3.6-SNAPSHOT/jaxws-unit-2.3.6-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/target/jaxws-unit-2.3.6-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/boms/bom/target/nexus-staging/deferred/com/sun/xml/ws/jaxws-unit/2.3.6-SNAPSHOT/jaxws-unit-2.3.6-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/target/jaxws-unit-2.3.6-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/boms/bom/target/nexus-staging/deferred/com/sun/xml/ws/jaxws-unit/2.3.6-SNAPSHOT/jaxws-unit-2.3.6-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/unit/target/jaxws-unit-2.3.6-SNAPSHOT.pom.asc.asc to /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/boms/bom/target/nexus-staging/deferred/com/sun/xml/ws/jaxws-unit/2.3.6-SNAPSHOT/jaxws-unit-2.3.6-SNAPSHOT.pom.asc.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -------------------------< com.sun.xml.ws:www >-------------------------
[INFO] Building JAX-WS RI WWW Help files 2.3.6-SNAPSHOT                 [27/27]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ www ---
[INFO] 
[INFO] --- import-properties-plugin:3.0.12:import-pom-properties (default) @ www ---
[WARNING] Searching project: jaxws-ri-bom
[INFO] Resolving properties for com.sun.xml.ws:jaxws-ri-bom
[INFO] Imported via import-scope: org.glassfish.jaxb:jaxb-bom:${jaxb.version}
[INFO] Imported version resolved to: 2.3.5
[INFO] Setting property: jaxb-api.version:2.3.3
[INFO] Setting property: jakarta.activation.version:1.2.2
[INFO] Setting property: stax-ex.version:1.8.3
[INFO] Setting property: jaxb-api-osgi.version:2.3
[INFO] Setting property: fastinfoset.version:1.2.18
[INFO] Setting property: istack.version:3.0.12
[INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ www ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ www ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ www ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (jaxb.version) @ www ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (jaxb-api.version) @ www ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (jaxws.version) @ www ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (jaxws-api.version) @ www ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (mail.version) @ www ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (dstamp) @ www ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (release-date) @ www ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-resources) @ www ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (create-buildnumber) @ www ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:add-source (add-source) @ www ---
[INFO] Source directory: /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/docs/www/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ www ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ www ---
[INFO] 
[INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ www ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ www ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ www ---
[INFO] Installing /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/docs/www/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/ws/www/2.3.6-SNAPSHOT/www-2.3.6-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/docs/www/target/www-2.3.6-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/www/2.3.6-SNAPSHOT/www-2.3.6-SNAPSHOT.pom.asc
[INFO] 
[INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ www ---
[INFO] 
[INFO] --- spotbugs-maven-plugin:4.3.0:spotbugs (default-cli) @ www ---
[INFO] 
[INFO] --- import-properties-plugin:3.0.12:import-pom-properties (default) @ www ---
[WARNING] Searching project: jaxws-ri-bom
[INFO] Resolving properties for com.sun.xml.ws:jaxws-ri-bom
[INFO] Imported via import-scope: org.glassfish.jaxb:jaxb-bom:${jaxb.version}
[INFO] Imported version resolved to: 2.3.5
[INFO] Setting property: jaxb-api.version:2.3.3
[INFO] Setting property: jakarta.activation.version:1.2.2
[INFO] Setting property: stax-ex.version:1.8.3
[INFO] Setting property: jaxb-api-osgi.version:2.3
[INFO] Setting property: fastinfoset.version:1.2.18
[INFO] Setting property: istack.version:3.0.12
[INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ www ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ www ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ www ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (jaxb.version) @ www ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (jaxb-api.version) @ www ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (jaxws.version) @ www ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (jaxws-api.version) @ www ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (mail.version) @ www ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (dstamp) @ www ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (release-date) @ www ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-resources) @ www ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (create-buildnumber) @ www ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:add-source (add-source) @ www ---
[INFO] Source directory: /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/docs/www/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ www ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ www ---
[INFO] 
[INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ www ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ www ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ www ---
[INFO] Installing /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/docs/www/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/ws/www/2.3.6-SNAPSHOT/www-2.3.6-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/docs/www/target/www-2.3.6-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/www/2.3.6-SNAPSHOT/www-2.3.6-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/docs/www/target/www-2.3.6-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/www/2.3.6-SNAPSHOT/www-2.3.6-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/docs/www/target/www-2.3.6-SNAPSHOT.pom.asc.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/www/2.3.6-SNAPSHOT/www-2.3.6-SNAPSHOT.pom.asc.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ www ---
[INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/boms/bom/target/nexus-staging/deferred")...
[INFO] Installing /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/docs/www/pom.xml to /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/boms/bom/target/nexus-staging/deferred/com/sun/xml/ws/www/2.3.6-SNAPSHOT/www-2.3.6-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/docs/www/target/www-2.3.6-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/boms/bom/target/nexus-staging/deferred/com/sun/xml/ws/www/2.3.6-SNAPSHOT/www-2.3.6-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/docs/www/target/www-2.3.6-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/boms/bom/target/nexus-staging/deferred/com/sun/xml/ws/www/2.3.6-SNAPSHOT/www-2.3.6-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/docs/www/target/www-2.3.6-SNAPSHOT.pom.asc.asc to /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/boms/bom/target/nexus-staging/deferred/com/sun/xml/ws/www/2.3.6-SNAPSHOT/www-2.3.6-SNAPSHOT.pom.asc.asc
[INFO] Deploying remotely...
[INFO] Bulk deploying locally gathered artifacts from directory: 
[INFO]  * Bulk deploying locally gathered snapshot artifacts
[INFO]  * Bulk deploy of locally gathered snapshot artifacts finished.
[INFO] Remote deploy finished with success.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Jakarta XML Web Services Implementation 2.3.6-SNAPSHOT:
[INFO] 
[INFO] JAX-WS RI Bill-of-Materials (BOM) .................. SUCCESS [01:07 min]
[INFO] JAX-WS RI Bill-of-Materials (BOM) Extensions ....... SUCCESS [  0.961 s]
[INFO] Jakarta XML Web Services Implementation ............ SUCCESS [ 25.504 s]
[INFO] JAX-WS RI Runtime (rt) ............................. SUCCESS [01:39 min]
[INFO] JAX-WS RI Fast Infoset Support (rt-fi) ............. SUCCESS [  9.981 s]
[INFO] JAX-WS RI HTTP SPI (httpspi-servlet) ............... SUCCESS [ 11.398 s]
[INFO] JAX-WS RI Servlet Support (servlet) ................ SUCCESS [ 12.020 s]
[INFO] JAX-WS RI Runtime (jaxws-rt) ....................... SUCCESS [ 45.522 s]
[INFO] JAX-WS RI Runtime .................................. SUCCESS [  0.952 s]
[INFO] JAX-WS RI Tools (wscompile) ........................ SUCCESS [01:09 min]
[INFO] JAX-WS RI Tools (jaxws-tools) ...................... SUCCESS [ 15.188 s]
[INFO] JAX-WS RI Tools .................................... SUCCESS [  0.976 s]
[INFO] JAX-WS RI Eclipselink Plugin ....................... SUCCESS [ 16.891 s]
[INFO] JAX-WS RI Eclipselink SDO Plugin ................... SUCCESS [ 17.641 s]
[INFO] JAX-WS RI Local-Transport Implementation ........... SUCCESS [ 11.196 s]
[INFO] JAX-WS RI Async-Client-Transport Implementation .... SUCCESS [ 10.492 s]
[INFO] Maven JAXWS 2.x Plugin ............................. SUCCESS [ 25.752 s]
[INFO] JAX-WS RI Extras ................................... SUCCESS [  1.259 s]
[INFO] JAX-WS RI Tests .................................... SUCCESS [  0.922 s]
[INFO] WS Test Framework Utilities (JAX-WS) ............... SUCCESS [ 14.726 s]
[INFO] JAX-WS RI Documentation ............................ SUCCESS [  0.909 s]
[INFO] JAX-WS RI Release Documentation .................... SUCCESS [ 33.632 s]
[INFO] JAX-WS RI Samples .................................. SUCCESS [  6.165 s]
[INFO] JAX-WS RI Bundles .................................. SUCCESS [  0.911 s]
[INFO] JAX-WS RI Standalone Zipped Bundle ................. SUCCESS [ 11.369 s]
[INFO] JAX-WS RI Unit Tests ............................... SUCCESS [06:43 min]
[INFO] JAX-WS RI WWW Help files ........................... SUCCESS [01:11 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  16:47 min
[INFO] Finished at: 2021-08-06T08:07:07Z
[INFO] ------------------------------------------------------------------------
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 66 killed;
[ssh-agent] Stopped.
Archiving artifacts
Recording fingerprints
Recording test results
[Checks API] No suitable checks publisher found.
[SpotBugs] Using default pattern '**/spotbugsXml.xml' since user defined pattern is not set
[SpotBugs] Searching for all files in '/home/jenkins/agent/workspace/jax-ws-ee8-build' that match the pattern '**/spotbugsXml.xml'
[SpotBugs] -> found 11 files
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/extras/eclipselink_jaxb/target/spotbugsXml.xml
[SpotBugs] -> found 6 issues (skipped 0 duplicates)
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/extras/eclipselink_sdo/target/spotbugsXml.xml
[SpotBugs] -> found 25 issues (skipped 0 duplicates)
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/extras/jaxws-maven-plugin/target/spotbugsXml.xml
[SpotBugs] -> found 2 issues (skipped 0 duplicates)
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/extras/transports/async-client-transport/target/spotbugsXml.xml
[SpotBugs] -> found 3 issues (skipped 0 duplicates)
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/extras/transports/local/target/spotbugsXml.xml
[SpotBugs] -> found 0 issues (skipped 0 duplicates)
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/runtime/httpspi-servlet/target/spotbugsXml.xml
[SpotBugs] -> found 7 issues (skipped 0 duplicates)
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/runtime/rt-fi/target/spotbugsXml.xml
[SpotBugs] -> found 1 issue (skipped 0 duplicates)
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/runtime/rt/target/spotbugsXml.xml
[SpotBugs] -> found 469 issues (skipped 0 duplicates)
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/runtime/servlet/target/spotbugsXml.xml
[SpotBugs] -> found 10 issues (skipped 0 duplicates)
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tests/jaxwsTestUtil/target/spotbugsXml.xml
[SpotBugs] -> found 30 issues (skipped 0 duplicates)
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/jax-ws-ee8-build/jaxws-ri/tools/wscompile/target/spotbugsXml.xml
[SpotBugs] -> found 294 issues (skipped 0 duplicates)
[SpotBugs] Post processing issues on 'basic-cjvcl' with source code encoding 'UTF-8'
[SpotBugs] Creating SCM blamer to obtain author and commit information for affected files
[SpotBugs] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git.
[SpotBugs] Resolving file names for all issues in source directory '/home/jenkins/agent/workspace/jax-ws-ee8-build'
[SpotBugs] -> resolved paths in source directory (288 found, 0 not found)
[SpotBugs] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[SpotBugs] -> all issues already have a valid module name
[SpotBugs] Resolving package names (or namespaces) by parsing the affected files
[SpotBugs] -> all affected files already have a valid package name
[SpotBugs] No filter has been set, publishing all 847 issues
[SpotBugs] Creating fingerprints for all affected code blocks to track issues over different builds
[SpotBugs] -> created fingerprints for 0 issues (skipped 847 issues)
[SpotBugs] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/jax-ws-ee8-build/builds/28/files-with-issues'
[SpotBugs] -> 288 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[SpotBugs] Repository miner is not configured, skipping repository mining
[SpotBugs] Reference build recorder is not configured
[SpotBugs] Obtaining reference build from same job (JAX WS EE8 build)
[SpotBugs] Using reference build 'jax-ws-ee8-build #27' to compute new, fixed, and outstanding issues
[SpotBugs] Issues delta (vs. reference build): outstanding: 847, new: 0, fixed: 0
[SpotBugs] No quality gates have been set - skipping
[SpotBugs] Health report is disabled - skipping
[SpotBugs] Created analysis result for 847 issues (found 0 new issues, fixed 0 issues)
[SpotBugs] Attaching ResultAction with ID 'spotbugs' to build 'jax-ws-ee8-build #28'.
[Checks API] No suitable checks publisher found.
[Java Compiler] Sleeping for 5 seconds due to JENKINS-32191...
[Java Compiler] Parsing console log (workspace: '/home/jenkins/agent/workspace/jax-ws-ee8-build')
[Java Compiler] Successfully parsed console log
[Java Compiler] -> found 510 issues (skipped 553 duplicates)
[Java Compiler] Post processing issues on 'basic-cjvcl' with source code encoding 'UTF-8'
[Java Compiler] Creating SCM blamer to obtain author and commit information for affected files
[Java Compiler] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git.
[Java Compiler] Resolving file names for all issues in source directory '/home/jenkins/agent/workspace/jax-ws-ee8-build'
[Java Compiler] -> resolved paths in source directory (227 found, 0 not found)
[Java Compiler] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[Java Compiler] -> resolved module names for 510 issues
[Java Compiler] Resolving package names (or namespaces) by parsing the affected files
[Java Compiler] -> resolved package names of 227 affected files
[Java Compiler] No filter has been set, publishing all 510 issues
[Java Compiler] Creating fingerprints for all affected code blocks to track issues over different builds
[Java Compiler] -> created fingerprints for 510 issues (skipped 0 issues)
[Java Compiler] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/jax-ws-ee8-build/builds/28/files-with-issues'
[Java Compiler] -> 172 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[Java Compiler] Repository miner is not configured, skipping repository mining
[Java Compiler] Reference build recorder is not configured
[Java Compiler] Obtaining reference build from same job (JAX WS EE8 build)
[Java Compiler] Using reference build 'jax-ws-ee8-build #27' to compute new, fixed, and outstanding issues
[Java Compiler] Issues delta (vs. reference build): outstanding: 510, new: 0, fixed: 0
[Java Compiler] No quality gates have been set - skipping
[Java Compiler] Health report is disabled - skipping
[Java Compiler] Created analysis result for 510 issues (found 0 new issues, fixed 0 issues)
[Java Compiler] Attaching ResultAction with ID 'java' to build 'jax-ws-ee8-build #28'.
[Checks API] No suitable checks publisher found.
[JavaDoc] Sleeping for 5 seconds due to JENKINS-32191...
[JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/jax-ws-ee8-build')
[JavaDoc] -> found 393 issues (skipped 0 duplicates)
[JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/jax-ws-ee8-build')
[JavaDoc] -> found 393 issues (skipped 0 duplicates)
[JavaDoc] Successfully parsed console log
[JavaDoc] -> found 393 issues (skipped 0 duplicates)
[JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/jax-ws-ee8-build')
[JavaDoc] Post processing issues on 'basic-cjvcl' with source code encoding 'UTF-8'
[JavaDoc] Creating SCM blamer to obtain author and commit information for affected files
[JavaDoc] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git.
[JavaDoc] Resolving file names for all issues in source directory '/home/jenkins/agent/workspace/jax-ws-ee8-build'
[JavaDoc] -> resolved paths in source directory (74 found, 0 not found)
[JavaDoc] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[JavaDoc] -> resolved module names for 393 issues
[JavaDoc] Resolving package names (or namespaces) by parsing the affected files
[JavaDoc] -> resolved package names of 75 affected files
[JavaDoc] No filter has been set, publishing all 393 issues
[JavaDoc] Creating fingerprints for all affected code blocks to track issues over different builds
[JavaDoc] -> created fingerprints for 392 issues (skipped 1 issues)
[JavaDoc] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/jax-ws-ee8-build/builds/28/files-with-issues'
[JavaDoc] -> 58 copied, 0 not in workspace, 1 not-found, 0 with I/O error
[JavaDoc] Repository miner is not configured, skipping repository mining
[JavaDoc] Reference build recorder is not configured
[JavaDoc] Obtaining reference build from same job (JAX WS EE8 build)
[JavaDoc] Using reference build 'jax-ws-ee8-build #27' to compute new, fixed, and outstanding issues
[JavaDoc] Issues delta (vs. reference build): outstanding: 393, new: 0, fixed: 0
[JavaDoc] No quality gates have been set - skipping
[JavaDoc] Health report is disabled - skipping
[JavaDoc] Created analysis result for 393 issues (found 0 new issues, fixed 0 issues)
[JavaDoc] Attaching ResultAction with ID 'javadoc-warnings' to build 'jax-ws-ee8-build #28'.
[Checks API] No suitable checks publisher found.
Finished: SUCCESS