下载报告的间歇性失败。前端错误:内部服务器错误 - 500。
单击下载后,控件将转到操作类。有时约在一分钟,另一个线程自动调用,没有任何前端操作,然后两个线程在动作类中运行,在前端抛出500 Server错误。
有没有人遇到过这样的问题?
Struts config snippet:
<action input="/Report_Selection.jsp" name="ReportForm" path="/report" scope="session" type="com.ReportAction">
<forward name="Download" path="/DownloadReportAction.do"/>
<forward name="failure" path="/Report_Selection.jsp"/>
<forward name="exception" path="/Error.jsp"/>
</action>
<action name="ReportForm" path="/DownloadReportAction" scope="session" type="com.DownloadReportAction">
</action>
答案 0 :(得分:0)
好好经过几天努力解决了...... culprit是plugin-config.xml
中的一个设置(ServerIOTimeout)