Skip to content

Instantly share code, notes, and snippets.

@JustinAiken
Created April 10, 2018 23:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JustinAiken/4a554195fefa3d5abf584d5779bcf26e to your computer and use it in GitHub Desktop.
Save JustinAiken/4a554195fefa3d5abf584d5779bcf26e to your computer and use it in GitHub Desktop.
Lucee 5.2.6.59 Error (java.io.IOException)
Message can't delete file /tmp/DiskSpeed/Instances/local/driveinfo/wd80emaz_83_h0a83_7sh0k78g_8tb/benchmark/1523403260412
Stacktrace The Error Occurred in
/var/www/ProcessBenchmarks.cfm: line 15
13: <CFLOOP index="BenchID" from="1" to="#Bench.RecordCount#">
14: <CFIF FileExists("#BenchDir#/#Bench.Name[BenchID]#/valid.txt") EQ "NO" OR FileExists("#BenchDir#/#Bench.Name[BenchID]#/0000000000000000.txt") EQ "NO">
15: <CFDIRECTORY action="delete" directory="#BenchDir#/#Bench.Name[BenchID]#" recurse="true">
16: <CFELSE>
17: <CFIF FileExists("#BenchDir#/#Bench.Name[BenchID]#/datestamp.txt") EQ "NO">
called from /var/www/index.cfm: line 63
61: <CFIF FileExists("/tmp/DiskSpeedTmp/benchdone.txt")>
62: <CFFILE action="delete" file="/tmp/DiskSpeedTmp/benchdone.txt">
63: <CFINCLUDE TEMPLATE="ProcessBenchmarks.cfm">
64: </CFIF>
65:
Java Stacktrace lucee.runtime.exp.NativeException: can't delete file /tmp/DiskSpeed/Instances/local/driveinfo/wd80emaz_83_h0a83_7sh0k78g_8tb/benchmark/1523403260412
at lucee.commons.io.res.type.file.FileResource.remove(FileResource.java:255)
at lucee.runtime.tag.Directory.actionDelete(Directory.java:728)
at lucee.runtime.tag.Directory.doStartTag(Directory.java:372)
at processbenchmarks_cfm$cf.call(/ProcessBenchmarks.cfm:15)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:939)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:833)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:817)
at index_cfm$cf.call(/index.cfm:63)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:939)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:833)
at lucee.runtime.listener.ClassicAppListener._onRequest(ClassicAppListener.java:63)
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2405)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2395)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2363)
at lucee.runtime.engine.Request.exe(Request.java:44)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1091)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1039)
at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:102)
at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:292)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:212)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:94)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:620)
at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:676)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:502)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1132)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:684)
at org.apache.tomcat.util.net.AprEndpoint$SocketWithOptionsProcessor.run(AprEndpoint.java:2464)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.io.IOException: can't delete file /tmp/DiskSpeed/Instances/local/driveinfo/wd80emaz_83_h0a83_7sh0k78g_8tb/benchmark/1523403260412
... 41 more
Timestamp 4/10/18 5:38:25 PM MDT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment