You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To Reproduce
There is no known way to reproduce this error since affected containers work on some machines (and do not work on others). For now we could not identify the reason.
Describe the bug
Error message:
java.lang.NoSuchMethodError: javax.servlet.ServletContext.createServlet(Ljava/lang/Class;)Ljavax/servlet/Servlet
The existence of two
servlet-api
dependencies in the docker container may lead to a problem on some machines.To Reproduce
There is no known way to reproduce this error since affected containers work on some machines (and do not work on others). For now we could not identify the reason.
Expected behavior
No exception.
Interim Solution
https://dwslab.github.io/melt/faq#evaluation-of-a-docker-based-matcher-javalangnosuchmethoderror-javaxservletservletcontextcreateservlet
The text was updated successfully, but these errors were encountered: