Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Follow setup instructions in TOMEE-3140. Then run:
./runtests --ee91 -c -j --web tomee-plume com.sun.ts.tests.jaxrs.spec.provider.standardhaspriority.JAXRSClient#readWriteBooleanProviderTest_from_standalone
At the time this issue was filed, the test failed with the following in target/logs/javatest.log
04-11-2021 20:37:22: TRACE: ** IN getRunMethod: testname=readWriteBooleanProviderTest 04-11-2021 20:37:22: TRACE: ** GOT RUN METHOD! 04-11-2021 20:37:22: TRACE: **runmethod=readWriteBooleanProviderTest 04-11-2021 20:37:22: TRACE: ABOUT TO GET SETUP METHOD! 04-11-2021 20:37:22: TRACE: No setupMethod annotation present 04-11-2021 20:37:22: TRACE: getSetupMethod - checking for testcase specific setup method: readWriteBooleanProviderTest_setup 04-11-2021 20:37:22: TRACE: getSetupMethod - checking for default class specific setup method 04-11-2021 20:37:22: TRACE: GOT SETUP METHOD! 04-11-2021 20:37:22: TRACE: No cleanupMethod annotation present 04-11-2021 20:37:22: TRACE: getCleanupMethod - checking for testcase specific cleanup method: readWriteBooleanProviderTest_cleanup 04-11-2021 20:37:22: TRACE: getCleanupMethod - checking for default class specific cleanup method 04-11-2021 20:37:22: TRACE: GOT CLEANUP METHOD! 04-11-2021 20:37:22: TRACE: ABOUT TO INVOKE SETUP METHOD! 04-11-2021 20:37:22: TRACE: setup method JAXRSCommonClient 04-11-2021 20:37:22: [JAXRSCommonClient] Test setup OK 04-11-2021 20:37:22: TRACE: INVOKED SETUP METHOD! 04-11-2021 20:37:22: TRACE: ABOUT TO INVOKE EETEST RUN METHOD! 04-11-2021 20:37:22: TRACE: [JAXRSCommonClient] invoke 04-11-2021 20:37:22: TRACE: [JAXRSCommonClient] setTestProperties 04-11-2021 20:37:22: TRACE: [JAXRSCommonClient] EXECUTING 04-11-2021 20:37:22: [Request] Dispatching request: 'POST http://localhost:52435/jaxrs_spec_provider_standardhaspriority_web/resource/boolean' to target server at 'localhost:52435' 04-11-2021 20:37:22: ############################### 04-11-2021 20:37:23: [Request] Adding entity: false 04-11-2021 20:37:23: TRACE: [WIRE] - >> POST http://localhost:52435/jaxrs_spec_provider_standardhaspriority_web/resource/boolean 04-11-2021 20:37:23: TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain 04-11-2021 20:37:23: TRACE: [WIRE] - >> false 11-Apr-2021 20:37:23.281 WARNING [http-nio-52435-exec-5] org.apache.cxf.jaxrs.impl.WebApplicationExceptionMapper.toResponse jakarta.ws.rs.WebApplicationException: HTTP 406 Not Acceptable at com.sun.ts.tests.jaxrs.spec.provider.standardhaspriority.Resource.bool(Resource.java:61) 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 org.apache.openejb.server.cxf.rs.PojoInvoker.performInvocation(PojoInvoker.java:43) at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:96) at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:201) at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:104) at org.apache.openejb.server.cxf.rs.AutoJAXRSInvoker.invoke(AutoJAXRSInvoker.java:68) at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:59) at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:96) at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308) at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121) at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:265) at org.apache.openejb.server.cxf.rs.CxfRsHttpListener.doInvoke(CxfRsHttpListener.java:271) at org.apache.tomee.webservices.CXFJAXRSFilter.doFilter(CXFJAXRSFilter.java:99) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:185) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:158) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:185) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:158) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) at org.apache.tomee.catalina.OpenEJBValve.invoke(OpenEJBValve.java:45) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:543) at org.apache.openejb.cts.TransactionalWorkaroundLeakGuardValve.invoke(TransactionalWorkaroundLeakGuardValve.java:39) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.tomee.catalina.OpenEJBSecurityListener$RequestCapturer.invoke(OpenEJBSecurityListener.java:97) at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:690) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:353) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:870) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1696) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) 04-11-2021 20:37:23: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 04-11-2021 20:37:23: TRACE: [WIRE] - << connection: keep-alive 04-11-2021 20:37:23: TRACE: [WIRE] - << Content-Length: 0 04-11-2021 20:37:23: TRACE: [WIRE] - << Date: Mon, 12 Apr 2021 03:37:23 GMT 04-11-2021 20:37:23: TRACE: [WIRE] - << Keep-Alive: timeout=20 04-11-2021 20:37:23: ERROR: [WebValidatorBase] Unexpected Status Code recieved from server. Expected '200' received '406' 04-11-2021 20:37:23: ERROR: Test case throws exception: [JAXRSCommonClient] null failed! Check output for cause of failure. 04-11-2021 20:37:23: ERROR: Exception at: 04-11-2021 20:37:23: ERROR: com.sun.ts.tests.common.webclient.TestFailureException: Test FAILED! at com.sun.ts.tests.jaxrs.common.client.JaxrsWebTestCase.execute(JaxrsWebTestCase.java:219) at com.sun.ts.tests.jaxrs.common.client.JaxrsCommonClient.invoke(JaxrsCommonClient.java:210) at com.sun.ts.tests.jaxrs.spec.provider.standardhaspriority.JAXRSClient.readWriteBooleanProviderTest(JAXRSClient.java:123) 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.ServiceEETest.run(ServiceEETest.java:115) at com.sun.ts.tests.common.vehicle.EmptyVehicleRunner.run(EmptyVehicleRunner.java:41) at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:105) at com.sun.ts.lib.harness.EETest.getPropsReady(EETest.java:486) at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:209) at com.sun.ts.lib.harness.EETest.run(EETest.java:285) at com.sun.ts.tests.common.vehicle.VehicleClient.main(VehicleClient.java:37) 04-11-2021 20:37:23: [JAXRSCommonClient] Test cleanup OK 04-11-2021 20:37:24: TRACE: SLEPT FOR: 1000 STATUS:Failed.Test case throws exception: [JAXRSCommonClient] null failed! Check output for cause of failure. Failed. Test case throws exception: [JAXRSCommonClient] null failed! Check output for cause of failure. ******************************************************************************** Finished Test: FAILED........com/sun/ts/tests/jaxrs/spec/provider/standardhaspriority/JAXRSClient.java#readWriteBooleanProviderTest_from_standalone
For tips on debugging/fixing tests, see https://github.com/apache/tomee-tck/blob/master/DEBUGGING.adoc
If you have any thoughts about what the test is expecting/testing, please add them to the comments.