[Red Hat JIRA] (WFLY-13837) Undertow WebParsingDeploymentProcessor#deploy needs to also handle Jakarta EE 9 web-app_5_0.xsd
by Richard Opalka (Jira)
[ https://issues.redhat.com/browse/WFLY-13837?page=com.atlassian.jira.plugi... ]
Richard Opalka reassigned WFLY-13837:
-------------------------------------
Assignee: Richard Opalka (was: Flavia Rainone)
> Undertow WebParsingDeploymentProcessor#deploy needs to also handle Jakarta EE 9 web-app_5_0.xsd
> -----------------------------------------------------------------------------------------------
>
> Key: WFLY-13837
> URL: https://issues.redhat.com/browse/WFLY-13837
> Project: WildFly
> Issue Type: Sub-task
> Components: EE
> Reporter: Scott Marlow
> Assignee: Richard Opalka
> Priority: Major
> Labels: EE9
>
> I'm not exactly sure yet where the reference to "DTD Web Application 2.2" is coming from in the follow deployment error that occurring during JSP TCK testing:
> {quote}
> 2020-09-09 16:48:42,512 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "jsp_arrayelresolver_web.war" (runtime-name: "jsp_arrayelresolver_web.war")
> 2020-09-09 16:48:42,625 ERROR [org.jboss.metadata.parser.util.XMLSchemaValidator] (MSC service thread 1-1) Cannot get schema for location: -//Sun Microsystems, Inc.//DTD Web Application 2.2//EN: org.xml.sax.SAXParseException; systemId: file:///mnt/hudson_workspace/customWorkspaceName/wildfly/bin/-//Sun%20Microsystems,%20Inc.//DTD%20Web%20Application%202.2//EN; lineNumber: 81; columnNumber: 3; The markup in the document preceding the root element must be well-formed.
> at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:201)
> at org.apache.xerces.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:175)
> at org.apache.xerces.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:398)
> at org.apache.xerces.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:325)
> at org.apache.xerces.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:282)
> at org.apache.xerces.impl.XMLScanner.reportFatalError(XMLScanner.java:1496)
> at org.apache.xerces.impl.XMLDocumentScannerImpl$PrologDispatcher.dispatch(XMLDocumentScannerImpl.java:784)
> at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:324)
> at org.apache.xerces.impl.xs.opti.SchemaParsingConfig.parse(SchemaParsingConfig.java:623)
> at org.apache.xerces.impl.xs.opti.SchemaParsingConfig.parse(SchemaParsingConfig.java:679)
> at org.apache.xerces.impl.xs.opti.SchemaDOMParser.parse(SchemaDOMParser.java:527)
> at org.apache.xerces.impl.xs.traversers.XSDHandler.getSchemaDocument(XSDHandler.java:2168)
> at org.apache.xerces.impl.xs.traversers.XSDHandler.parseSchema(XSDHandler.java:558)
> at org.apache.xerces.impl.xs.XMLSchemaLoader.loadSchema(XMLSchemaLoader.java:580)
> at org.apache.xerces.impl.xs.XMLSchemaLoader.loadGrammar(XMLSchemaLoader.java:547)
> at org.apache.xerces.impl.xs.XMLSchemaLoader.loadGrammar(XMLSchemaLoader.java:513)
> at org.apache.xerces.jaxp.validation.XMLSchemaFactory.newSchema(XMLSchemaFactory.java:234)
> at javax.xml.validation.SchemaFactory.newSchema(SchemaFactory.java:638) [rt.jar:1.8.0_191]
> at __redirected.__SchemaFactory.newSchema(__SchemaFactory.java:115) [jboss-modules.jar:1.10.2.Final]
> at org.jboss.metadata.parser.util.XMLSchemaValidator.getSchemaForLocation(XMLSchemaValidator.java:117) [jboss-metadata-common-14.0.0.Alpha1.jar:14.0.0.Alpha1]
> at org.jboss.metadata.parser.util.XMLSchemaValidator.validate(XMLSchemaValidator.java:85) [jboss-metadata-common-14.0.0.Alpha1.jar:14.0.0.Alpha1]
> at org.wildfly.extension.undertow.deployment.WebParsingDeploymentProcessor.deploy(WebParsingDeploymentProcessor.java:117)
> at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:182)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1739)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.execute(ServiceControllerImpl.java:1701)
> at org.jboss.msc.service.ServiceControllerImpl$ControllerTask.run(ServiceControllerImpl.java:1559)
> at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
> at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
> at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
> at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
> at java.lang.Thread.run(Thread.java:748) [rt.jar:1.8.0_191]
> 2020-09-09 16:48:42,631 WARN [org.jboss.metadata.parser.util.XMLSchemaValidator] (MSC service thread 1-1) Cannot get schema for location: -//Sun Microsystems, Inc.//DTD Web Application 2.2//EN
> 2020-09-09 16:48:42,896 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0047: Could not find Extension-List entry ExtensionListEntry [implementationVendorId=com.sun, implementationVersion=1.4, name=tsharness, specificationVersion=1.4, title=tsharness] referenced from ResourceRoot [root="/content/jsp_arrayelresolver_web.war"]
> 2020-09-09 16:48:42,896 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0047: Could not find Extension-List entry ExtensionListEntry [implementationVendorId=com.sun, implementationVersion=1.4, name=cts, specificationVersion=1.4, title=cts] referenced from ResourceRoot [root="/content/jsp_arrayelresolver_web.war"]
> 2020-09-09 16:48:43,243 ERROR [org.jboss.as.controller.management-operation] (DeploymentScanner-threads - 1) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "jsp_arrayelresolver_web.war")]) - failure description: {
> "WFLYCTL0412: Required services that are not installed:" => ["jboss.naming.context.java.jboss.DefaultJMSConnectionFactory"],
> "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module.jsp_arrayelresolver_web.jsp_arrayelresolver_web.DefaultJMSConnectionFactory is missing [jboss.naming.context.java.jboss.DefaultJMSConnectionFactory]"]
> {quote}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 5 months
[Red Hat JIRA] (WFLY-14163) Move "org.bouncycastle:bcmail-jdk15on" Dependency Management to WildFly Core
by Darran Lofthouse (Jira)
[ https://issues.redhat.com/browse/WFLY-14163?page=com.atlassian.jira.plugi... ]
Darran Lofthouse moved WFCORE-5214 to WFLY-14163:
-------------------------------------------------
Project: WildFly (was: WildFly Core)
Key: WFLY-14163 (was: WFCORE-5214)
Component/s: Security
(was: Security)
Fix Version/s: 22.0.0.Beta1
(was: 14.0.0.Beta3)
> Move "org.bouncycastle:bcmail-jdk15on" Dependency Management to WildFly Core
> ----------------------------------------------------------------------------
>
> Key: WFLY-14163
> URL: https://issues.redhat.com/browse/WFLY-14163
> Project: WildFly
> Issue Type: Task
> Components: Security
> Reporter: Darran Lofthouse
> Assignee: Darran Lofthouse
> Priority: Major
> Fix For: 22.0.0.Beta1
>
>
> At the moment this is defined in WildFly but it means the version is not in sync with the other BouncyCastle modules which are defined in WildFly Core.
> There are a couple of other examples where dependency management happens in core for a module which is defined in WildFly such as Under and Elytron Web servlet specific modules.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 5 months
[Red Hat JIRA] (WFCORE-5214) Move "org.bouncycastle:bcmail-jdk15on" Dependency Management to WildFly Core
by Darran Lofthouse (Jira)
Darran Lofthouse created WFCORE-5214:
----------------------------------------
Summary: Move "org.bouncycastle:bcmail-jdk15on" Dependency Management to WildFly Core
Key: WFCORE-5214
URL: https://issues.redhat.com/browse/WFCORE-5214
Project: WildFly Core
Issue Type: Task
Components: Security
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 14.0.0.Beta3
At the moment this is defined in WildFly but it means the version is not in sync with the other BouncyCastle modules which are defined in WildFly Core.
There are a couple of other examples where dependency management happens in core for a module which is defined in WildFly such as Under and Elytron Web servlet specific modules.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 5 months
[Red Hat JIRA] (WFCORE-5213) Move "org.bouncycastle:bcmail-jdk15on" Dependency Management to WildFly Core
by Darran Lofthouse (Jira)
Darran Lofthouse created WFCORE-5213:
----------------------------------------
Summary: Move "org.bouncycastle:bcmail-jdk15on" Dependency Management to WildFly Core
Key: WFCORE-5213
URL: https://issues.redhat.com/browse/WFCORE-5213
Project: WildFly Core
Issue Type: Task
Components: Security
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 14.0.0.Beta3
At the moment this is defined in WildFly but it means the version is not in sync with the other BouncyCastle modules which are defined in WildFly Core.
There are a couple of other examples where dependency management happens in core for a module which is defined in WildFly such as Under and Elytron Web servlet specific modules.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 5 months
[Red Hat JIRA] (WFLY-14162) EE-9 distribution must use jakarta JAXB API & Impl versions
by Richard Opalka (Jira)
[ https://issues.redhat.com/browse/WFLY-14162?page=com.atlassian.jira.plugi... ]
Richard Opalka commented on WFLY-14162:
---------------------------------------
In order to reproduce this issue [~ema1] you need to update wildfly main pom.xml to:
* upgrade Apache CXF to 3.3.9-SNAPSHOT version (with [https://github.com/apache/cxf/pull/718] applied)
* upgrade JBossWS SPI to most recent 3.3.1-SNAPSHOT version
Finally run webservices13 Jakarta TCK 9 module
> EE-9 distribution must use jakarta JAXB API & Impl versions
> -----------------------------------------------------------
>
> Key: WFLY-14162
> URL: https://issues.redhat.com/browse/WFLY-14162
> Project: WildFly
> Issue Type: Bug
> Components: Web Services
> Affects Versions: 22.0.0.Alpha1
> Reporter: Richard Opalka
> Assignee: Jim Ma
> Priority: Major
>
> 2020-12-04 10:24:37,138 INFO [stdout] (MSC service thread 1-7) DefaultValidationEventHandler: [ERROR]: unexpected element (uri:"https://jakarta.ee/xml/ns/jakartaee", local:"handler-name"). Expected elements are <\{http://java.sun.com/xml/ns/javaee}display-name>,<\{http://java.sun.com/xml/ns/javaee}init-param>,<\{http://java.sun.com/xml/ns/javaee}soap-role>,<\{http://java.sun.com/xml/ns/javaee}soap-header>,<\{http://java.sun.com/xml/ns/javaee}handler-class>,<\{http://java.sun.com/xml/ns/javaee}icon>,<\{http://java.sun.com/xml/ns/javaee}handler-name>,<\{http://java.sun.com/xml/ns/javaee}description>
> 2020-12-04 10:24:37,138 INFO [stdout] (MSC service thread 1-7) Location: node: [handler-name: null]
> 2020-12-04 10:24:37,139 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-7) MSC000001: Failed to start service jboss.deployment.subunit."WSEjbWSRefAndAddressingCombinedTest.ear"."WSEjbWSRefAndAddressingCombinedTest_ejb.jar".INSTALL: org.jboss.msc.service.StartException in service jboss.deployment.subunit."WSEjbWSRefAndAddressingCombinedTest.ear"."WSEjbWSRefAndAddressingCombinedTest_ejb.jar".INSTALL: WFLYSRV0153: Failed to process phase INSTALL of subdeployment "WSEjbWSRefAndAddressingCombinedTest_ejb.jar" of deployment "WSEjbWSRefAndAddressingCombinedTest.ear"
> at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:189) [wildfly-server-14.0.0.Beta3-SNAPSHOT.jar:14.0.0.Beta3-SNAPSHOT]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1739) [jboss-msc-1.4.12.Final.jar:1.4.12.Final]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.execute(ServiceControllerImpl.java:1701) [jboss-msc-1.4.12.Final.jar:1.4.12.Final]
> at org.jboss.msc.service.ServiceControllerImpl$ControllerTask.run(ServiceControllerImpl.java:1559) [jboss-msc-1.4.12.Final.jar:1.4.12.Final]
> at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35) [jboss-threads-2.4.0.Final.jar:2.4.0.Final]
> at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990) [jboss-threads-2.4.0.Final.jar:2.4.0.Final]
> at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486) [jboss-threads-2.4.0.Final.jar:2.4.0.Final]
> at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377) [jboss-threads-2.4.0.Final.jar:2.4.0.Final]
> at java.lang.Thread.run(Thread.java:748) [rt.jar:1.8.0_271]
> Caused by: jakarta.xml.ws.WebServiceException: jakarta.xml.ws.WebServiceException: Chain not specified
> at org.apache.cxf.jaxws.EndpointImpl.doPublish(EndpointImpl.java:375)
> at org.jboss.wsf.stack.cxf.deployment.EndpointImpl.doPublish(EndpointImpl.java:80)
> at org.apache.cxf.jaxws.EndpointImpl.publish(EndpointImpl.java:255)
> at org.apache.cxf.jaxws.EndpointImpl.publish(EndpointImpl.java:543)
> at org.jboss.wsf.stack.cxf.configuration.BusHolder.configure(BusHolder.java:236)
> at org.jboss.wsf.stack.cxf.deployment.aspect.BusDeploymentAspect.startDeploymentBus(BusDeploymentAspect.java:97)
> at org.jboss.wsf.stack.cxf.deployment.aspect.BusDeploymentAspect.start(BusDeploymentAspect.java:59)
> at org.jboss.as.webservices.deployers.AspectDeploymentProcessor.deploy(AspectDeploymentProcessor.java:73)
> at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:182) [wildfly-server-14.0.0.Beta3-SNAPSHOT.jar:14.0.0.Beta3-SNAPSHOT]
> ... 8 more
> Caused by: jakarta.xml.ws.WebServiceException: Chain not specified
> at org.apache.cxf.jaxws.handler.AnnotationHandlerChainBuilder.buildHandlerChainFromClass(AnnotationHandlerChainBuilder.java:158)
> at org.apache.cxf.jaxws.handler.AnnotationHandlerChainBuilder.buildHandlerChainFromClass(AnnotationHandlerChainBuilder.java:327)
> at org.apache.cxf.jaxws.JaxWsServerFactoryBean.buildHandlerChain(JaxWsServerFactoryBean.java:248)
> at org.apache.cxf.jaxws.JaxWsServerFactoryBean.initializeResourcesAndHandlerChain(JaxWsServerFactoryBean.java:227)
> at org.apache.cxf.jaxws.JaxWsServerFactoryBean.create(JaxWsServerFactoryBean.java:212)
> at org.apache.cxf.jaxws.EndpointImpl.getServer(EndpointImpl.java:460)
> at org.apache.cxf.jaxws.EndpointImpl.doPublish(EndpointImpl.java:338)
> ... 16 more
> Caused by: java.lang.IllegalArgumentException: Could not unmarshal handler chain
> at org.apache.cxf.jaxws.handler.AnnotationHandlerChainBuilder.processHandlerElement(AnnotationHandlerChainBuilder.java:313)
> at org.apache.cxf.jaxws.handler.AnnotationHandlerChainBuilder.processHandlerChainElement(AnnotationHandlerChainBuilder.java:211)
> at org.apache.cxf.jaxws.handler.AnnotationHandlerChainBuilder.buildHandlerChainFromClass(AnnotationHandlerChainBuilder.java:150)
> ... 22 more
> Caused by: jakarta.xml.bind.UnmarshalException: unexpected element (uri:"https://jakarta.ee/xml/ns/jakartaee", local:"handler-name"). Expected elements are <\{http://java.sun.com/xml/ns/javaee}display-name>,<\{http://java.sun.com/xml/ns/javaee}init-param>,<\{http://java.sun.com/xml/ns/javaee}soap-role>,<\{http://java.sun.com/xml/ns/javaee}soap-header>,<\{http://java.sun.com/xml/ns/javaee}handler-class>,<\{http://java.sun.com/xml/ns/javaee}icon>,<\{http://java.sun.com/xml/ns/javaee}handler-name>,<\{http://java.sun.com/xml/ns/javaee}description>
> at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext.handleEvent(UnmarshallingContext.java:713)
> at com.sun.xml.bind.v2.runtime.unmarshaller.Loader.reportError(Loader.java:232)
> at com.sun.xml.bind.v2.runtime.unmarshaller.Loader.reportError(Loader.java:227)
> at com.sun.xml.bind.v2.runtime.unmarshaller.Loader.reportUnexpectedChildElement(Loader.java:94)
> at com.sun.xml.bind.v2.runtime.unmarshaller.Loader.childElement(Loader.java:75)
> at com.sun.xml.bind.v2.runtime.unmarshaller.StructureLoader.childElement(StructureLoader.java:238)
> at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext._startElement(UnmarshallingContext.java:543)
> at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext.startElement(UnmarshallingContext.java:525)
> at com.sun.xml.bind.v2.runtime.unmarshaller.InterningXmlVisitor.startElement(InterningXmlVisitor.java:45)
> at com.sun.xml.bind.v2.runtime.unmarshaller.SAXConnector.startElement(SAXConnector.java:137)
> at com.sun.xml.bind.unmarshaller.DOMScanner.visit(DOMScanner.java:214)
> at com.sun.xml.bind.unmarshaller.DOMScanner.visit(DOMScanner.java:251)
> at com.sun.xml.bind.unmarshaller.DOMScanner.visit(DOMScanner.java:220)
> at com.sun.xml.bind.unmarshaller.DOMScanner.scan(DOMScanner.java:97)
> at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0(UnmarshallerImpl.java:339)
> at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:318)
> at org.apache.cxf.common.jaxb.JAXBUtils.unmarshall(JAXBUtils.java:203)
> at org.apache.cxf.jaxws.handler.AnnotationHandlerChainBuilder.processHandlerElement(AnnotationHandlerChainBuilder.java:310)
> ... 24 more
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 5 months
[Red Hat JIRA] (WFLY-14162) EE-9 distribution must use jakarta JAXB API & Impl versions
by Richard Opalka (Jira)
Richard Opalka created WFLY-14162:
-------------------------------------
Summary: EE-9 distribution must use jakarta JAXB API & Impl versions
Key: WFLY-14162
URL: https://issues.redhat.com/browse/WFLY-14162
Project: WildFly
Issue Type: Bug
Components: Web Services
Affects Versions: 22.0.0.Alpha1
Reporter: Richard Opalka
Assignee: Jim Ma
2020-12-04 10:24:37,138 INFO [stdout] (MSC service thread 1-7) DefaultValidationEventHandler: [ERROR]: unexpected element (uri:"https://jakarta.ee/xml/ns/jakartaee", local:"handler-name"). Expected elements are <\{http://java.sun.com/xml/ns/javaee}display-name>,<\{http://java.sun.com/xml/ns/javaee}init-param>,<\{http://java.sun.com/xml/ns/javaee}soap-role>,<\{http://java.sun.com/xml/ns/javaee}soap-header>,<\{http://java.sun.com/xml/ns/javaee}handler-class>,<\{http://java.sun.com/xml/ns/javaee}icon>,<\{http://java.sun.com/xml/ns/javaee}handler-name>,<\{http://java.sun.com/xml/ns/javaee}description>
2020-12-04 10:24:37,138 INFO [stdout] (MSC service thread 1-7) Location: node: [handler-name: null]
2020-12-04 10:24:37,139 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-7) MSC000001: Failed to start service jboss.deployment.subunit."WSEjbWSRefAndAddressingCombinedTest.ear"."WSEjbWSRefAndAddressingCombinedTest_ejb.jar".INSTALL: org.jboss.msc.service.StartException in service jboss.deployment.subunit."WSEjbWSRefAndAddressingCombinedTest.ear"."WSEjbWSRefAndAddressingCombinedTest_ejb.jar".INSTALL: WFLYSRV0153: Failed to process phase INSTALL of subdeployment "WSEjbWSRefAndAddressingCombinedTest_ejb.jar" of deployment "WSEjbWSRefAndAddressingCombinedTest.ear"
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:189) [wildfly-server-14.0.0.Beta3-SNAPSHOT.jar:14.0.0.Beta3-SNAPSHOT]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1739) [jboss-msc-1.4.12.Final.jar:1.4.12.Final]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.execute(ServiceControllerImpl.java:1701) [jboss-msc-1.4.12.Final.jar:1.4.12.Final]
at org.jboss.msc.service.ServiceControllerImpl$ControllerTask.run(ServiceControllerImpl.java:1559) [jboss-msc-1.4.12.Final.jar:1.4.12.Final]
at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35) [jboss-threads-2.4.0.Final.jar:2.4.0.Final]
at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990) [jboss-threads-2.4.0.Final.jar:2.4.0.Final]
at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486) [jboss-threads-2.4.0.Final.jar:2.4.0.Final]
at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377) [jboss-threads-2.4.0.Final.jar:2.4.0.Final]
at java.lang.Thread.run(Thread.java:748) [rt.jar:1.8.0_271]
Caused by: jakarta.xml.ws.WebServiceException: jakarta.xml.ws.WebServiceException: Chain not specified
at org.apache.cxf.jaxws.EndpointImpl.doPublish(EndpointImpl.java:375)
at org.jboss.wsf.stack.cxf.deployment.EndpointImpl.doPublish(EndpointImpl.java:80)
at org.apache.cxf.jaxws.EndpointImpl.publish(EndpointImpl.java:255)
at org.apache.cxf.jaxws.EndpointImpl.publish(EndpointImpl.java:543)
at org.jboss.wsf.stack.cxf.configuration.BusHolder.configure(BusHolder.java:236)
at org.jboss.wsf.stack.cxf.deployment.aspect.BusDeploymentAspect.startDeploymentBus(BusDeploymentAspect.java:97)
at org.jboss.wsf.stack.cxf.deployment.aspect.BusDeploymentAspect.start(BusDeploymentAspect.java:59)
at org.jboss.as.webservices.deployers.AspectDeploymentProcessor.deploy(AspectDeploymentProcessor.java:73)
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:182) [wildfly-server-14.0.0.Beta3-SNAPSHOT.jar:14.0.0.Beta3-SNAPSHOT]
... 8 more
Caused by: jakarta.xml.ws.WebServiceException: Chain not specified
at org.apache.cxf.jaxws.handler.AnnotationHandlerChainBuilder.buildHandlerChainFromClass(AnnotationHandlerChainBuilder.java:158)
at org.apache.cxf.jaxws.handler.AnnotationHandlerChainBuilder.buildHandlerChainFromClass(AnnotationHandlerChainBuilder.java:327)
at org.apache.cxf.jaxws.JaxWsServerFactoryBean.buildHandlerChain(JaxWsServerFactoryBean.java:248)
at org.apache.cxf.jaxws.JaxWsServerFactoryBean.initializeResourcesAndHandlerChain(JaxWsServerFactoryBean.java:227)
at org.apache.cxf.jaxws.JaxWsServerFactoryBean.create(JaxWsServerFactoryBean.java:212)
at org.apache.cxf.jaxws.EndpointImpl.getServer(EndpointImpl.java:460)
at org.apache.cxf.jaxws.EndpointImpl.doPublish(EndpointImpl.java:338)
... 16 more
Caused by: java.lang.IllegalArgumentException: Could not unmarshal handler chain
at org.apache.cxf.jaxws.handler.AnnotationHandlerChainBuilder.processHandlerElement(AnnotationHandlerChainBuilder.java:313)
at org.apache.cxf.jaxws.handler.AnnotationHandlerChainBuilder.processHandlerChainElement(AnnotationHandlerChainBuilder.java:211)
at org.apache.cxf.jaxws.handler.AnnotationHandlerChainBuilder.buildHandlerChainFromClass(AnnotationHandlerChainBuilder.java:150)
... 22 more
Caused by: jakarta.xml.bind.UnmarshalException: unexpected element (uri:"https://jakarta.ee/xml/ns/jakartaee", local:"handler-name"). Expected elements are <\{http://java.sun.com/xml/ns/javaee}display-name>,<\{http://java.sun.com/xml/ns/javaee}init-param>,<\{http://java.sun.com/xml/ns/javaee}soap-role>,<\{http://java.sun.com/xml/ns/javaee}soap-header>,<\{http://java.sun.com/xml/ns/javaee}handler-class>,<\{http://java.sun.com/xml/ns/javaee}icon>,<\{http://java.sun.com/xml/ns/javaee}handler-name>,<\{http://java.sun.com/xml/ns/javaee}description>
at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext.handleEvent(UnmarshallingContext.java:713)
at com.sun.xml.bind.v2.runtime.unmarshaller.Loader.reportError(Loader.java:232)
at com.sun.xml.bind.v2.runtime.unmarshaller.Loader.reportError(Loader.java:227)
at com.sun.xml.bind.v2.runtime.unmarshaller.Loader.reportUnexpectedChildElement(Loader.java:94)
at com.sun.xml.bind.v2.runtime.unmarshaller.Loader.childElement(Loader.java:75)
at com.sun.xml.bind.v2.runtime.unmarshaller.StructureLoader.childElement(StructureLoader.java:238)
at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext._startElement(UnmarshallingContext.java:543)
at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext.startElement(UnmarshallingContext.java:525)
at com.sun.xml.bind.v2.runtime.unmarshaller.InterningXmlVisitor.startElement(InterningXmlVisitor.java:45)
at com.sun.xml.bind.v2.runtime.unmarshaller.SAXConnector.startElement(SAXConnector.java:137)
at com.sun.xml.bind.unmarshaller.DOMScanner.visit(DOMScanner.java:214)
at com.sun.xml.bind.unmarshaller.DOMScanner.visit(DOMScanner.java:251)
at com.sun.xml.bind.unmarshaller.DOMScanner.visit(DOMScanner.java:220)
at com.sun.xml.bind.unmarshaller.DOMScanner.scan(DOMScanner.java:97)
at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0(UnmarshallerImpl.java:339)
at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:318)
at org.apache.cxf.common.jaxb.JAXBUtils.unmarshall(JAXBUtils.java:203)
at org.apache.cxf.jaxws.handler.AnnotationHandlerChainBuilder.processHandlerElement(AnnotationHandlerChainBuilder.java:310)
... 24 more
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 5 months
[Red Hat JIRA] (WFLY-14126) 3 servlet test failures in servlet/spec/errorpage
by Richard Opalka (Jira)
[ https://issues.redhat.com/browse/WFLY-14126?page=com.atlassian.jira.plugi... ]
Richard Opalka updated WFLY-14126:
----------------------------------
Fix Version/s: 22.0.0.Beta1
> 3 servlet test failures in servlet/spec/errorpage
> -------------------------------------------------
>
> Key: WFLY-14126
> URL: https://issues.redhat.com/browse/WFLY-14126
> Project: WildFly
> Issue Type: Sub-task
> Components: Web (Undertow)
> Reporter: Scott Marlow
> Assignee: Richard Opalka
> Priority: Major
> Labels: EE9
> Fix For: 22.0.0.Beta1
>
>
> Failing tests:
> com/sun/ts/tests/servlet/spec/errorpage/URLClient.java\#heirarchyErrorMatchTest
> {quote}
> ************************************************************
> 11-19-2020 20:43:36: [BaseUrlClient] Test setup OK
> REQUEST LINE: GET /servlet_spec_errorpage_web/TestServlet?testname=heirarchyErrorMatchTest HTTP/1.1
> 11-19-2020 20:43:36: [HttpRequest] Dispatching request: 'GET /servlet_spec_errorpage_web/TestServlet?testname=heirarchyErrorMatchTest HTTP/1.1' to target server at 'localhost:8080'
> Nov 19, 2020 8:43:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection
> WARN: HttpConnectionManager is null. Connection cannot be released.
> 11-19-2020 20:43:36: ERROR: [WebValidatorBase] Unable to find the following search string in the server's response: 'Exception Type: java.lang.IllegalThreadStateException' at index: 111
> [WebValidatorBase] Server's response:
> -------------------------------------------
> First ErrorPage
> Servlet Name: TestServlet
> Request URI: /servlet_spec_errorpage_web/TestServlet
> Status Code: 500
> Exception Type: jakarta.servlet.ServletException
> Exception: jakarta.servlet.ServletException: java.lang.IllegalThreadStateException: error page invoked
> Message: error page invoked
> -------------------------------------------
> 11-19-2020 20:43:36: ERROR: Test case throws exception: [BaseUrlClient] heirarchyErrorMatchTest failed! Check output for cause of failure.
> 11-19-2020 20:43:36: ERROR: Exception at:
> 11-19-2020 20:43:36: ERROR: com.sun.ts.tests.common.webclient.TestFailureException: Test FAILED!
> at com.sun.ts.tests.common.webclient.WebTestCase.execute(WebTestCase.java:180)
> at com.sun.ts.tests.common.webclient.BaseUrlClient.invoke(BaseUrlClient.java:455)
> at com.sun.ts.tests.servlet.spec.errorpage.URLClient.heirarchyErrorMatchTest(URLClient.java:125)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at com.sun.ts.lib.harness.EETest.run(EETest.java:596)
> at com.sun.ts.lib.harness.EETest.getPropsReady(EETest.java:486)
> at com.sun.ts.lib.harness.EETest.run(EETest.java:337)
> at com.sun.ts.tests.servlet.spec.errorpage.URLClient.run(URLClient.java:51)
> at com.sun.ts.tests.servlet.spec.errorpage.URLClient.main(URLClient.java:37)
> 11-19-2020 20:43:36: [BaseUrlClient] Test cleanup OK
> STATUS:Failed.Test case throws exception: [BaseUrlClient] heirarchyErrorMatchTest failed! Check output for cause of failure.
> result: Failed. Test case throws exception: [BaseUrlClient] heirarchyErrorMatchTest failed! Check output for cause of failure.
> {quote}
> com/sun/ts/tests/servlet/spec/errorpage/URLClient.java\#servletToDifferentErrorPagesTest
> {quote}
> 11-19-2020 20:43:38: [BaseUrlClient] Test setup OK
> REQUEST LINE: GET /servlet_spec_errorpage_web/TestServlet?testname=servletErrorPageTest HTTP/1.1
> 11-19-2020 20:43:38: [HttpRequest] Dispatching request: 'GET /servlet_spec_errorpage_web/TestServlet?testname=servletErrorPageTest HTTP/1.1' to target server at 'localhost:8080'
> Nov 19, 2020 8:43:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection
> WARN: HttpConnectionManager is null. Connection cannot be released.
> 11-19-2020 20:43:38: ERROR: [WebValidatorBase] Unable to find the following search string in the server's response: 'Exception Type: java.lang.IllegalStateException' at index: 111
> [WebValidatorBase] Server's response:
> -------------------------------------------
> First ErrorPage
> Servlet Name: TestServlet
> Request URI: /servlet_spec_errorpage_web/TestServlet
> Status Code: 500
> Exception Type: jakarta.servlet.ServletException
> Exception: jakarta.servlet.ServletException: java.lang.IllegalStateException: error page invoked
> Message: error page invoked
> -------------------------------------------
> 11-19-2020 20:43:38: ERROR: Test case throws exception: [BaseUrlClient] servletErrorPageTest failed! Check output for cause of failure.
> 11-19-2020 20:43:38: ERROR: Exception at:
> 11-19-2020 20:43:38: ERROR: com.sun.ts.tests.common.webclient.TestFailureException: Test FAILED!
> at com.sun.ts.tests.common.webclient.WebTestCase.execute(WebTestCase.java:180)
> at com.sun.ts.tests.common.webclient.BaseUrlClient.invoke(BaseUrlClient.java:455)
> at com.sun.ts.tests.servlet.spec.errorpage.URLClient.servletToDifferentErrorPagesTest(URLClient.java:77)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at com.sun.ts.lib.harness.EETest.run(EETest.java:596)
> at com.sun.ts.lib.harness.EETest.getPropsReady(EETest.java:486)
> at com.sun.ts.lib.harness.EETest.run(EETest.java:337)
> at com.sun.ts.tests.servlet.spec.errorpage.URLClient.run(URLClient.java:51)
> at com.sun.ts.tests.servlet.spec.errorpage.URLClient.main(URLClient.java:37)
> {quote}
> com/sun/ts/tests/servlet/spec/errorpage/URLClient.java\#wrappedExceptionTest
> {quote}
> 11-19-2020 20:43:42: [BaseUrlClient] Test setup OK
> 11-19-2020 20:43:42: [HttpRequest] Dispatching request: 'GET /servlet_spec_errorpage_web/WrappedException HTTP/1.1' to target server at 'localhost:8080'
> Nov 19, 2020 8:43:42 PM org.apache.commons.httpclient.HttpConnection releaseConnection
> WARN: HttpConnectionManager is null. Connection cannot be released.
> 11-19-2020 20:43:42: ERROR: [WebValidatorBase] Unable to find the following search string in the server's response: 'Exception Type: com.sun.ts.tests.servlet.spec.errorpage.TestException' at index: 122
> [WebValidatorBase] Server's response:
> -------------------------------------------
> Second ErrorPage
> Servlet Name: WrappedException
> Request URI: /servlet_spec_errorpage_web/WrappedException
> Status Code: 500
> Exception Type: jakarta.servlet.ServletException
> Exception: jakarta.servlet.ServletException: com.sun.ts.tests.servlet.spec.errorpage.TestException: error page invoked
> Message: error page invoked
> -------------------------------------------
> 11-19-2020 20:43:42: ERROR: Test case throws exception: [BaseUrlClient] null failed! Check output for cause of failure.
> 11-19-2020 20:43:42: ERROR: Exception at:
> 11-19-2020 20:43:42: ERROR: com.sun.ts.tests.common.webclient.TestFailureException: Test FAILED!
> at com.sun.ts.tests.common.webclient.WebTestCase.execute(WebTestCase.java:180)
> at com.sun.ts.tests.common.webclient.BaseUrlClient.invoke(BaseUrlClient.java:455)
> at com.sun.ts.tests.servlet.spec.errorpage.URLClient.wrappedExceptionTest(URLClient.java:154)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at com.sun.ts.lib.harness.EETest.run(EETest.java:596)
> at com.sun.ts.lib.harness.EETest.getPropsReady(EETest.java:486)
> at com.sun.ts.lib.harness.EETest.run(EETest.java:337)
> at com.sun.ts.tests.servlet.spec.errorpage.URLClient.run(URLClient.java:51)
> at com.sun.ts.tests.servlet.spec.errorpage.URLClient.main(URLClient.java:37)
> 11-19-2020 20:43:42: [BaseUrlClient] Test cleanup OK
> STATUS:Failed.Test case throws exception: [BaseUrlClient] null failed! Check output for cause of failure.
> result: Failed. Test case throws exception: [BaseUrlClient] null failed! Check output for cause of failure.
> {quote}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 5 months
[Red Hat JIRA] (WFLY-14126) 3 servlet test failures in servlet/spec/errorpage
by Richard Opalka (Jira)
[ https://issues.redhat.com/browse/WFLY-14126?page=com.atlassian.jira.plugi... ]
Richard Opalka reassigned WFLY-14126:
-------------------------------------
Assignee: Richard Opalka
> 3 servlet test failures in servlet/spec/errorpage
> -------------------------------------------------
>
> Key: WFLY-14126
> URL: https://issues.redhat.com/browse/WFLY-14126
> Project: WildFly
> Issue Type: Sub-task
> Components: Web (Undertow)
> Reporter: Scott Marlow
> Assignee: Richard Opalka
> Priority: Major
> Labels: EE9
>
> Failing tests:
> com/sun/ts/tests/servlet/spec/errorpage/URLClient.java\#heirarchyErrorMatchTest
> {quote}
> ************************************************************
> 11-19-2020 20:43:36: [BaseUrlClient] Test setup OK
> REQUEST LINE: GET /servlet_spec_errorpage_web/TestServlet?testname=heirarchyErrorMatchTest HTTP/1.1
> 11-19-2020 20:43:36: [HttpRequest] Dispatching request: 'GET /servlet_spec_errorpage_web/TestServlet?testname=heirarchyErrorMatchTest HTTP/1.1' to target server at 'localhost:8080'
> Nov 19, 2020 8:43:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection
> WARN: HttpConnectionManager is null. Connection cannot be released.
> 11-19-2020 20:43:36: ERROR: [WebValidatorBase] Unable to find the following search string in the server's response: 'Exception Type: java.lang.IllegalThreadStateException' at index: 111
> [WebValidatorBase] Server's response:
> -------------------------------------------
> First ErrorPage
> Servlet Name: TestServlet
> Request URI: /servlet_spec_errorpage_web/TestServlet
> Status Code: 500
> Exception Type: jakarta.servlet.ServletException
> Exception: jakarta.servlet.ServletException: java.lang.IllegalThreadStateException: error page invoked
> Message: error page invoked
> -------------------------------------------
> 11-19-2020 20:43:36: ERROR: Test case throws exception: [BaseUrlClient] heirarchyErrorMatchTest failed! Check output for cause of failure.
> 11-19-2020 20:43:36: ERROR: Exception at:
> 11-19-2020 20:43:36: ERROR: com.sun.ts.tests.common.webclient.TestFailureException: Test FAILED!
> at com.sun.ts.tests.common.webclient.WebTestCase.execute(WebTestCase.java:180)
> at com.sun.ts.tests.common.webclient.BaseUrlClient.invoke(BaseUrlClient.java:455)
> at com.sun.ts.tests.servlet.spec.errorpage.URLClient.heirarchyErrorMatchTest(URLClient.java:125)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at com.sun.ts.lib.harness.EETest.run(EETest.java:596)
> at com.sun.ts.lib.harness.EETest.getPropsReady(EETest.java:486)
> at com.sun.ts.lib.harness.EETest.run(EETest.java:337)
> at com.sun.ts.tests.servlet.spec.errorpage.URLClient.run(URLClient.java:51)
> at com.sun.ts.tests.servlet.spec.errorpage.URLClient.main(URLClient.java:37)
> 11-19-2020 20:43:36: [BaseUrlClient] Test cleanup OK
> STATUS:Failed.Test case throws exception: [BaseUrlClient] heirarchyErrorMatchTest failed! Check output for cause of failure.
> result: Failed. Test case throws exception: [BaseUrlClient] heirarchyErrorMatchTest failed! Check output for cause of failure.
> {quote}
> com/sun/ts/tests/servlet/spec/errorpage/URLClient.java\#servletToDifferentErrorPagesTest
> {quote}
> 11-19-2020 20:43:38: [BaseUrlClient] Test setup OK
> REQUEST LINE: GET /servlet_spec_errorpage_web/TestServlet?testname=servletErrorPageTest HTTP/1.1
> 11-19-2020 20:43:38: [HttpRequest] Dispatching request: 'GET /servlet_spec_errorpage_web/TestServlet?testname=servletErrorPageTest HTTP/1.1' to target server at 'localhost:8080'
> Nov 19, 2020 8:43:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection
> WARN: HttpConnectionManager is null. Connection cannot be released.
> 11-19-2020 20:43:38: ERROR: [WebValidatorBase] Unable to find the following search string in the server's response: 'Exception Type: java.lang.IllegalStateException' at index: 111
> [WebValidatorBase] Server's response:
> -------------------------------------------
> First ErrorPage
> Servlet Name: TestServlet
> Request URI: /servlet_spec_errorpage_web/TestServlet
> Status Code: 500
> Exception Type: jakarta.servlet.ServletException
> Exception: jakarta.servlet.ServletException: java.lang.IllegalStateException: error page invoked
> Message: error page invoked
> -------------------------------------------
> 11-19-2020 20:43:38: ERROR: Test case throws exception: [BaseUrlClient] servletErrorPageTest failed! Check output for cause of failure.
> 11-19-2020 20:43:38: ERROR: Exception at:
> 11-19-2020 20:43:38: ERROR: com.sun.ts.tests.common.webclient.TestFailureException: Test FAILED!
> at com.sun.ts.tests.common.webclient.WebTestCase.execute(WebTestCase.java:180)
> at com.sun.ts.tests.common.webclient.BaseUrlClient.invoke(BaseUrlClient.java:455)
> at com.sun.ts.tests.servlet.spec.errorpage.URLClient.servletToDifferentErrorPagesTest(URLClient.java:77)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at com.sun.ts.lib.harness.EETest.run(EETest.java:596)
> at com.sun.ts.lib.harness.EETest.getPropsReady(EETest.java:486)
> at com.sun.ts.lib.harness.EETest.run(EETest.java:337)
> at com.sun.ts.tests.servlet.spec.errorpage.URLClient.run(URLClient.java:51)
> at com.sun.ts.tests.servlet.spec.errorpage.URLClient.main(URLClient.java:37)
> {quote}
> com/sun/ts/tests/servlet/spec/errorpage/URLClient.java\#wrappedExceptionTest
> {quote}
> 11-19-2020 20:43:42: [BaseUrlClient] Test setup OK
> 11-19-2020 20:43:42: [HttpRequest] Dispatching request: 'GET /servlet_spec_errorpage_web/WrappedException HTTP/1.1' to target server at 'localhost:8080'
> Nov 19, 2020 8:43:42 PM org.apache.commons.httpclient.HttpConnection releaseConnection
> WARN: HttpConnectionManager is null. Connection cannot be released.
> 11-19-2020 20:43:42: ERROR: [WebValidatorBase] Unable to find the following search string in the server's response: 'Exception Type: com.sun.ts.tests.servlet.spec.errorpage.TestException' at index: 122
> [WebValidatorBase] Server's response:
> -------------------------------------------
> Second ErrorPage
> Servlet Name: WrappedException
> Request URI: /servlet_spec_errorpage_web/WrappedException
> Status Code: 500
> Exception Type: jakarta.servlet.ServletException
> Exception: jakarta.servlet.ServletException: com.sun.ts.tests.servlet.spec.errorpage.TestException: error page invoked
> Message: error page invoked
> -------------------------------------------
> 11-19-2020 20:43:42: ERROR: Test case throws exception: [BaseUrlClient] null failed! Check output for cause of failure.
> 11-19-2020 20:43:42: ERROR: Exception at:
> 11-19-2020 20:43:42: ERROR: com.sun.ts.tests.common.webclient.TestFailureException: Test FAILED!
> at com.sun.ts.tests.common.webclient.WebTestCase.execute(WebTestCase.java:180)
> at com.sun.ts.tests.common.webclient.BaseUrlClient.invoke(BaseUrlClient.java:455)
> at com.sun.ts.tests.servlet.spec.errorpage.URLClient.wrappedExceptionTest(URLClient.java:154)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at com.sun.ts.lib.harness.EETest.run(EETest.java:596)
> at com.sun.ts.lib.harness.EETest.getPropsReady(EETest.java:486)
> at com.sun.ts.lib.harness.EETest.run(EETest.java:337)
> at com.sun.ts.tests.servlet.spec.errorpage.URLClient.run(URLClient.java:51)
> at com.sun.ts.tests.servlet.spec.errorpage.URLClient.main(URLClient.java:37)
> 11-19-2020 20:43:42: [BaseUrlClient] Test cleanup OK
> STATUS:Failed.Test case throws exception: [BaseUrlClient] null failed! Check output for cause of failure.
> result: Failed. Test case throws exception: [BaseUrlClient] null failed! Check output for cause of failure.
> {quote}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 5 months