youseries / ureport

UReport2 is a high-performance pure Java report engine based on Spring architecture, where complex Chinese-style statements and reports can be prepared by iterating over cells.
Apache License 2.0
2.05k stars 836 forks source link

Spring boot实现数据库自定义存储器:getOutputStream() has already been called for this response #540

Open Tom-Yu opened 3 years ago

Tom-Yu commented 3 years ago

为了您的问题能得到及时准确解答,请认真填写下面各个选项,感谢您的配合。

涉及到的异常信息(完整异常信息): java.lang.IllegalStateException: getOutputStream() has already been called for this response at org.apache.catalina.connector.Response.getWriter(Response.java:619) at org.apache.catalina.connector.ResponseFacade.getWriter(ResponseFacade.java:211) at javax.servlet.ServletResponseWrapper.getWriter(ServletResponseWrapper.java:109) at com.bstek.ureport.console.UReportServlet.service(UReportServlet.java:84) at javax.servlet.http.HttpServlet.service(HttpServlet.java:742) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilt

bobli0904 commented 1 year ago

我也遇到了,请问解决了吗