Description
Full test name:
com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient#pathParamThrowingIllegalArgumentExceptionTest_from_standalone
Running it locally:
git clone git@github.com:tckwork/cxf.git cd cxf ./runtests com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient#pathParamThrowingIllegalArgumentExceptionTest_from_standalone
At the time this issue was filed, the test failed with the following output.
[javatest.batch] Apr 15, 2021 9:42:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection [javatest.batch] WARNING: HttpConnectionManager is null. Connection cannot be released. [javatest.batch] 04-15-2021 21:42:21: ERROR: [WebValidatorBase] Unable to find the following search string in the server's response: 'java.lang.IllegalArgumentException' at index: 29 [javatest.batch] [WebValidatorBase] Server's response: [javatest.batch] ------------------------------------------- [javatest.batch] WebApplicationExceptionMapper|status=METHOD_NOT_ALLOWED [javatest.batch] ------------------------------------------- [javatest.batch] [javatest.batch] 04-15-2021 21:42:21: ERROR: Test case throws exception: [JAXRSCommonClient] null failed! Check output for cause of failure. [javatest.batch] 04-15-2021 21:42:21: ERROR: Exception at: [javatest.batch] 04-15-2021 21:42:21: ERROR: com.sun.ts.tests.common.webclient.TestFailureException: Test FAILED! [javatest.batch] at com.sun.ts.tests.common.webclient.WebTestCase.execute(WebTestCase.java:180) [javatest.batch] at com.sun.ts.tests.jaxrs.common.JAXRSCommonClient.invoke(JAXRSCommonClient.java:307) [javatest.batch] at com.sun.ts.tests.jaxrs.ee.rs.JaxrsParamClient.buildRequestAndInvoke(JaxrsParamClient.java:294) [javatest.batch] at com.sun.ts.tests.jaxrs.ee.rs.JaxrsParamClient.fieldOrParamThrowingIllegalArgumentExceptionTest(JaxrsParamClient.java:256) [javatest.batch] at com.sun.ts.tests.jaxrs.ee.rs.JaxrsParamClient.paramThrowingIllegalArgumentExceptionTest(JaxrsParamClient.java:267) [javatest.batch] at com.sun.ts.tests.jaxrs.ee.rs.pathparam.JAXRSClient.pathParamThrowingIllegalArgumentExceptionTest(JAXRSClient.java:376) [javatest.batch] at com.sun.ts.tests.jaxrs.ee.rs.pathparam.locator.JAXRSLocatorClient.pathParamThrowingIllegalArgumentExceptionTest(JAXRSLocatorClient.java:218) [javatest.batch] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [javatest.batch] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [javatest.batch] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [javatest.batch] at java.lang.reflect.Method.invoke(Method.java:498) [javatest.batch] at com.sun.ts.lib.harness.EETest.run(EETest.java:596) [javatest.batch] at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:115) [javatest.batch] at com.sun.ts.tests.common.vehicle.EmptyVehicleRunner.run(EmptyVehicleRunner.java:40) [javatest.batch] at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:105) [javatest.batch] at com.sun.ts.lib.harness.EETest.getPropsReady(EETest.java:486) [javatest.batch] at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:209) [javatest.batch] at com.sun.ts.lib.harness.EETest.run(EETest.java:285) [javatest.batch] at com.sun.ts.tests.common.vehicle.VehicleClient.main(VehicleClient.java:38) [javatest.batch] [javatest.batch] 04-15-2021 21:42:21: [JAXRSCommonClient] Test cleanup OK [javatest.batch] STATUS:Failed.Test case throws exception: [JAXRSCommonClient] null failed! Check output for cause of failure. [javatest.batch] Failed. Test case throws exception: [JAXRSCommonClient] null failed! Check output for cause of failure. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: FAILED........com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java#pathParamThrowingIllegalArgumentExceptionTest_from_standalone
See the attached javatest.log and jtr file for full test details