| Catch | | additional | | | Detail | | | ErrorCode | | | Extended_Info | | | ExtendedInfo | | | Message | | string | java.lang.OutOfMemoryError |
| | StackTrace | | string | lucee.runtime.exp.NativeException: java.lang.OutOfMemoryError
at java.base/java.io.FileOutputStream.writeBytes(Native Method)
at java.base/java.io.FileOutputStream.write(Unknown Source)
at lucee.commons.io.res.util.ResourceOutputStream.write(ResourceOutputStream.java:64)
at java.base/java.io.BufferedOutputStream.implWrite(Unknown Source)
at java.base/java.io.BufferedOutputStream.write(Unknown Source)
at java.base/java.io.FilterOutputStream.write(Unknown Source)
at lucee.runtime.functions.file.FileStreamWrapperWrite.write(FileStreamWrapperWrite.java:69)
at lucee.runtime.functions.file.FileWrite.call(FileWrite.java:65)
at lucee.runtime.functions.file.FileWrite.call(FileWrite.java:39)
at action_files_upload_cfm$cf.call(/action_files_upload.cfm:28)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1124)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1018)
at lucee.runtime.listener.ClassicAppListener._onRequest(ClassicAppListener.java:66)
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2814)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2801)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2772)
at lucee.runtime.engine.Request.exe(Request.java:45)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1233)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1190)
at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:99)
at lucee.loader.servlet.jakarta.CFMLServlet.service(CFMLServlet.java:41)
at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:710)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:128)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:165)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:77)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:492)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:113)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:83)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:72)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:341)
at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:424)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1801)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:946)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:480)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:57)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.lang.OutOfMemoryError
... 42 more
|
| | TagContext | | Array | | 1 | | Struct | | codePrintHTML | | string | 26: upload = fileOpen( "#request.d.rootdir#/temp/#form.name#", "append" );<br>
27: // Append the current chunk to the end of the transient file.<br>
<b>28: fileWrite( upload, fileReadBinary( form.file ) );</b><br>
29: fileClose( upload );<br>
30: // If this is the last of the chunks, the we can move the transient file to the<br>
|
| | codePrintPlain | | string | 26: upload = fileOpen( "#request.d.rootdir#/temp/#form.name#", "append" );
27: // Append the current chunk to the end of the transient file.
28: fileWrite( upload, fileReadBinary( form.file ) );
29: fileClose( upload );
30: // If this is the last of the chunks, the we can move the transient file to the
|
| | column | | | id | | | line | | | Raw_Trace | | string | action_files_upload_cfm$cf.call(/action_files_upload.cfm:28) |
| | template | | string | C:\Sites\RocketFusion\TownOfHeath.org\httpdocs\action_files_upload.cfm |
| | type | |
|
| | type | | string | java.lang.OutOfMemoryError |
|
|