What needs to be done?
The webapp tests are failing with error on branch release/1.1.x, see qa/integration-tests-webapps/shared-engine/target/cargo.log
java.lang.AbstractMethodError: Method org/apache/catalina/connector/Response.sendRedirect(Ljava/lang/String;)V is abstract
at org.apache.catalina.connector.Response.sendRedirect(Response.java)
at org.apache.catalina.connector.CoyoteAdapter.postParseRequest(CoyoteAdapter.java:805)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:336)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:397)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1801)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:946)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:480)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:57)
at java.base/java.lang.Thread.run(Thread.java:840)
As a result, the webapp tests cannot be executed as the Tomcat server is not startable.
Additional context
To reproduce execute .devenv/scripts/build/build-and-run-integration-tests.sh --testsuite=webapps
Example Log
Download the build artifact, and examine cargo.log
What needs to be done?
The webapp tests are failing with error on branch
release/1.1.x, seeqa/integration-tests-webapps/shared-engine/target/cargo.logAs a result, the webapp tests cannot be executed as the Tomcat server is not startable.
Additional context
To reproduce execute
.devenv/scripts/build/build-and-run-integration-tests.sh --testsuite=webappsExample Log
Download the build artifact, and examine
cargo.log