Skip to content

Regression

com.sun.ts.tests.jaxws.mapping.w2jmapping.document.literal.customization.Client.ServiceConstructorsTest_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:27 UTC 2021
#-----testdescription-----
$file=/home/jenkins/agent/workspace/jakartaee-tck_master/xml-ws-tck/src/com/sun/ts/tests/jaxws/mapping/w2jmapping/document/literal/customization/Client.java
$root=/home/jenkins/agent/workspace/jakartaee-tck_master/xml-ws-tck/src
assertion_ids=JAXWS\:SPEC\:2001  Conformance (WSDL1.1 support)\: Implementations MUST support mapping WSDL 1.1 to Java.\nJAXWS\:SPEC\:2002  An application MAY customize the mapping using embedded binding declarations (see section 8.3) or an external binding file (see section 8.4).\nJAXWS\:SPEC\:2003  Conformance (Customization required)\: Implementations MUST support customizing the WSDL 1.1 to Java mapping using the JAX-WS binding language defined in chapter 8.\nJAXWS\:SPEC\:2004  Conformance (Annotations on generated classes)\: The values of all the properties of all the generated annotations MUST be consistent with the information in the source WSDL document and the applicable external binding files.\nJAXWS\:SPEC\:2041  Conformance (JAXB customization use)\: An implementation MUST support use of JAXB customizations during mapping as detailed in section 8.5.\nJAXWS\:SPEC\:2045  Conformance (Required WSDL extensions)\: An implementation MUST support mapping of the WSDL 1.1 specified extension elements for the WSDL SOAP and MIME bindings.\nJAXWS\:SPEC\:2054  Conformance (Service superclass required)\: A generated service class MUST extend the jakarta.xml.ws.Service class.\nJAXWS\:SPEC\:2055  An application MAY customize the name of the generated service class using the jaxws\:class binding declaration defined in section 8.7.7.\nJAXWS\:SPEC\:2056  Conformance (Failed getPortName Method)\: A generated getPortName method MUST throw jakarta.xml.ws.WebServiceException on failure.\nJAXWS\:SPEC\:4032  Static case.\n\nWhen starting from a WSDL document, a concrete service implementation class MUST be generated as defined in section 2.7. The generated implementation class MUST have all the public constructors as shown in the example below. \n\nWhen using the constructors, the default WSDL location and service name are implicitly taken from the WebServiceClient annotation that decorates the generated class.\n\nThe following code snippet shows the generated constructors\: \n\n// Generated Service Class\n\n@WebServiceClient(name\="StockQuoteService", \n                  targetNamespace\="http\://example.com/stocks",\n                  wsdlLocation\="http\://example.com/stocks.wsdl") \npublic class StockQuoteService extends jakarta.xml.ws.Service {\n  public StockQuoteService() { \n    super(new URL("http\://example.com/stocks.wsdl"),\n          new QName("http\://example.com/stocks", "StockQuoteService")); \n  }\n\n  public StockQuoteService(WebServiceFeature ... features) { \n    super(new URL("http\://example.com/stocks.wsdl"),\n          new QName("http\://example.com/stocks", "StockQuoteService"), \n\t  features);\n  } \n\n  public StockQuoteService(URL wsdlLocation) {\n    super(wsdlLocation, \n          new QName("http\://example.com/stocks", "StockQuoteService"));\n  } \n\n  public StockQuoteService(URL wsdlLocation, WebServiceFeature ... features) {\n    super(wsdlLocation, \n          new QName("http\://example.com/stocks", "StockQuoteService"),\n\t  features); \n  }\n\n  public StockQuoteService(URL wsdlLocation, QName serviceName) { \n    super(wsdlLocation, serviceName);\n  } \n\n  public StockQuoteService(URL wsdlLocation, QName serviceName, WebServiceFeature ... features) {\n    super(wsdlLocation, serviceName, features); \n  }\n\n  ... \n}\nJAXWS\:SPEC\:7013  Conformance (JSR-181 conformance)\: A JAX-WS 2.0 implementation MUST be conformant to the JAXWS profile of JSR-181 1.1
classname=com.sun.ts.tests.jaxws.mapping.w2jmapping.document.literal.customization.Client
direction=forward
finder=cts
id=ServiceConstructorsTest_from_standalone
keywords=all ServiceConstructorsTest standalone_vehicle forward
service_eetest=yes
testName=ServiceConstructorsTest
testProps=\ ts.home
test_directory=com/sun/ts/tests/jaxws/mapping/w2jmapping/document/literal/customization

#-----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/w2jmapping/document/literal/customization/Client.java\#ServiceConstructorsTest_from_standalone
end=Wed Sep 29 10\:48\:27 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\:27 UTC 2021
test=com/sun/ts/tests/jaxws/mapping/w2jmapping/document/literal/customization/Client.java\#ServiceConstructorsTest_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/w2jmapping/document/literal/customization

#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