We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reproduce: sudo docker run -p 9081:8080 simolecule/cdkdepict:1.9.2
sudo docker run -p 9081:8080 simolecule/cdkdepict:1.9.2
Expected: Depict website
Got:
org.springframework.web.util.NestedServletException: Handler dispatch failed; nested exception is java.lang.NoSuchMethodError: javax.servlet.http.HttpServletResponse.setContentLengthLong(J)V org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1082) org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963) org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898) javax.servlet.http.HttpServlet.service(HttpServlet.java:621) org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) javax.servlet.http.HttpServlet.service(HttpServlet.java:728) org.apache.catalina.filters.ExpiresFilter.doFilter(ExpiresFilter.java:1179)
Works fine with version 1.8
The text was updated successfully, but these errors were encountered:
Need to rebuild sorry, latest Spring needs Tomcat 8.5/9
Sorry, something went wrong.
Have fixed, could you try again and close if all fixed. Decided didn't need a new release.
Yes, that seems to work. thanks!
No branches or pull requests
Reproduce:
sudo docker run -p 9081:8080 simolecule/cdkdepict:1.9.2
Expected: Depict website
Got:
Works fine with version 1.8
The text was updated successfully, but these errors were encountered: