BIRT Report Viewer - tmpFile.renameTo(classFile) failed [message #1023944] |
Mon, 25 March 2013 10:12  |
Eclipse User |
|
|
|
I am randomly getting the following error when running a report using BIRT 3.7.2. It happens maybe 1 out every 10 tries.
Has anybody seen this before? It almost seems like a file is being accessed that already open, and a race condition may possibly be happening.
HTTP ERROR 500
Problem accessing /MyViewer/run. Reason:
Exception in JSP: /webcontent/birt/pages/layout/ReportDialogFragment.jsp:28
25: <%
26: if ( fragment != null )
27: {
28: fragment.callBack( request, response );
29: }
30: %>
31: </TD>
Stacktrace:
Caused by:
org.apache.jasper.JasperException: Exception in JSP: /webcontent/birt/pages/layout/ReportDialogFragment.jsp:28
25: <%
26: if ( fragment != null )
27: {
28: fragment.callBack( request, response );
29: }
30: %>
31: </TD>
Caused by: java.io.IOException: tmpFile.renameTo(classFile) failed
at org.apache.jasper.compiler.SmapUtil$SDEInstaller.install(SmapUtil.java:245)
at org.apache.jasper.compiler.SmapUtil.installSmap(SmapUtil.java:164)
at org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:429)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:297)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:276)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:264)
at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:563)
... 119 more
|
|
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.23402 seconds