Skip to content

Regression

com.sun.ts.tests.jaxws.mapping.j2wmapping.rpc.literal.withannotations.Client.VerifyNonAnonymousResponsesAddressingElementTest_from_standalone (from xml-ws-tck)

Failing for the past 1 build (Since #155 )
Took 0 ms.

Error Message

test result: Failed. Illegal access to test: com.sun.ts.lib.deliverable.PropertyNotSetException: No value found for jimage.dir. Please check your jte file for an appropiate value

Stacktrace

test result: Failed. Illegal access to test: com.sun.ts.lib.deliverable.PropertyNotSetException: No value found for jimage.dir. Please check your jte file for an appropiate value

Standard Output

#Test Results (version 2)
#Wed Sep 29 10:48:26 UTC 2021
#-----testdescription-----
$file=/home/jenkins/agent/workspace/jakartaee-tck_master/xml-ws-tck/src/com/sun/ts/tests/jaxws/mapping/j2wmapping/rpc/literal/withannotations/Client.java
$root=/home/jenkins/agent/workspace/jakartaee-tck_master/xml-ws-tck/src
assertion_ids=JAXWS\:JAVADOC\:228  if the injection done by reflection API throws this exception\nJAXWS\:SPEC\:3047  Conformance (jakarta.xml.ws.soap.Addressing)\: The JAX-WS runtime MUST also use Addressing headers.\nJAXWS\:SPEC\:3055  wsam\:Action Computation Algorithm.\nAll wsdl\:operation's child elements wsdl\:input, wsdl\:output and wsdl\:fault must \nhave the wsam\:Action attribute in the the generated WSDL. The algorithm to compute wsam\:Action from SEI method is as follows\:\n  1. A non-default @Action(input\=...) or @WebMethod(action\=...) value on a SEI \n  method MUST result into wsdl\:input[@wsam\:Action] attribute in the corresponding wsdl\:operation. Also, @Action(input\=...) and @WebMethod(action\=...) annotation element values MUST be same, if present. \n  2. A non-default @Action(output\=...) value on a SEI method MUST result into wsdl\:output[@wsam\:Action] attribute in the corresponding wsdl\:operation.  \n  3. A non-default @Action(@FaultAction\=...) value on a SEI method MUST result into wsdl\:fault[@wsam\:Action] attribute in the corresponding wsdl\:operation.  The wsdl\:fault element MUST correspond to the exception specified by className annotated element value. \n  4. If wsdl\:input[@wsam\:Action] cannot be mapped from the above steps,  then wsam\:Action is   generated using the metadata defaulting algorithm as if wsdl\:input[@name]  is not present in WSDL.\n  5. If wsdl\:output[@wsam\:Action]  cannot be mapped from the above steps, then wsam\:Action is   generated using the metadata defaulting algorithm as if wsdl\:output[@name] is not present in WSDL. \n  6. If wsdl\:fault[@wsam\:Action] cannot be mapped from the above steps, then wsam\:Action is   generated using the metadata defaulting algorithm as if wsdl\:fault[@name]  is the corresponding exception class name.\n\nFor example\: \n@Action(input\="inAction") \npublic float getPrice(String ticker) throws InvalidTickerException;  \n\n// the mapped wsdl\:operation if targetNamespace\="http\://example.com" and portType\="StockQuoteProvider"\n < operation name\="getPrice" >  \n   < input name\="foo" message\="tns\:getPrice" wsam\:Action\="inAction"/ >  \n   < output name\="bar" message\="tns\:getPriceResponse"\n    wsam\:Action\="http\://example.com/StockQuoteProvider/getPriceResponse" / >  \n   < fault name\="FooTickerException" message\="tns\:InvalidTickerException"\n    wsam\:Action\="http\://example.com/StockQuoteProvider/getPrice/Fault/InvalidTickerException"/ >  \n < /operation >\nJAXWS\:SPEC\:3059  Service and Ports.\nIf the endpoint enables Addressing, that can be indicated in the generated \nWSDL as per the Addressing 1.0 - Metadata[35]. \n\n    * Conformance (Use of Addressing)\: Endpoint's use of addressing, if any, MUST be indicated in the wsdl\:binding or wsdl\:port sections of the WSDL 1.1 as per WS-Addressing 1.0 - Metadata[35]. \n\nExample 1\:\nPossible Policy assertion for @Addressing in the generated WSDL\: \n\nssible Policy assertion for @Addressing in the generated WSDL\:\n\n < wsam\:Addressing wsp\:Optional\="true" > \n   < wsp\:Policy/ > \n < /wsam\:Addressing > \n\nExample 2\:\nPossible Policy assertion for @Addressing(required\=true) in the generated WSDL\: \n\n < wsam\:Addressing > \n  < wsp\:Policy/ > \n < /wsam\:Addressing > \n\nExample 3\:\nPossible Policy assertion for @Addressing(responses\=Responses.NON_ANONYMOUS) in the generated WSDL\: \n\n < wsam\:Addressing wsp\:Optional\="true" > \n   < wsp\:Policy > \n     < wsam\:NonAnonymousResponses/ > \n   < /wsp\:Policy > \n < /wsam\:Addressing >
classname=com.sun.ts.tests.jaxws.mapping.j2wmapping.rpc.literal.withannotations.Client
direction=forward
finder=cts
id=VerifyNonAnonymousResponsesAddressingElementTest_from_standalone
keywords=all VerifyNonAnonymousResponsesAddressingElementTest standalone_vehicle forward
service_eetest=yes
testArgs=-ap jaxws-url-props.dat
testName=VerifyNonAnonymousResponsesAddressingElementTest
testProps=\ ts.home
test_directory=com/sun/ts/tests/jaxws/mapping/j2wmapping/rpc/literal/withannotations

#-----environment-----
TS_HOME=/home/jenkins/agent/workspace/jakartaee-tck_master/xml-ws-tck/bin/xml/../..
harness.executeMode=2
harness.log.delayseconds=1
harness.log.port=2000
harness.log.traceflag=false
harness.socket.retry.count=10
harness.temp.directory=${ts.home}/tmp
http.server.supports.endpoint.publish=true
http.server.supports.endpoint.publish.2=true
porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL
porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL
ts.home=/home/jenkins/agent/workspace/jakartaee-tck_master/xml-ws-tck/bin/xml/../..
ts_home=/home/jenkins/agent/workspace/jakartaee-tck_master/xml-ws-tck/bin/xml/../..
webServerHost=localhost
webServerHost.2=localhost
webServerPort=8080
webServerPort.2=9080

#-----testresult-----
description=file\:/home/jenkins/agent/workspace/jakartaee-tck_master/xml-ws-tck/src/com/sun/ts/tests/jaxws/mapping/j2wmapping/rpc/literal/withannotations/Client.java\#VerifyNonAnonymousResponsesAddressingElementTest_from_standalone
end=Wed Sep 29 10\:48\:26 UTC 2021
environment=ts_unix
execStatus=Failed. Illegal access to test\: com.sun.ts.lib.deliverable.PropertyNotSetException\: No value found for jimage.dir. Please check your jte file for an appropiate value
harnessLoaderMode=Classpath Loader
harnessVariety=Full Bundle
javatestOS=Linux 5.12.7-300.fc34.x86_64 (amd64)
javatestVersion=5.0
script=com.sun.ts.lib.harness.TSScript
sections=script_messages TestRun
start=Wed Sep 29 10\:48\:26 UTC 2021
test=com/sun/ts/tests/jaxws/mapping/j2wmapping/rpc/literal/withannotations/Client.java\#VerifyNonAnonymousResponsesAddressingElementTest_from_standalone
timeoutSeconds=600
totalTime=4
work=/home/jenkins/agent/workspace/jakartaee-tck_master/xml-ws-tckwork/xml-ws-tck/com/sun/ts/tests/jaxws/mapping/j2wmapping/rpc/literal/withannotations

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

#section:TestRun
----------messages:(0/0)----------
----------log:(0/0)----------
result: Failed. Illegal access to test: com.sun.ts.lib.deliverable.PropertyNotSetException: No value found for jimage.dir. Please check your jte file for an appropiate value


test result: Failed. Illegal access to test: com.sun.ts.lib.deliverable.PropertyNotSetException: No value found for jimage.dir. Please check your jte file for an appropiate value