Cannot Reproduce
Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
alokraalokraPriority
BlockerNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
alokra
alokraPriority
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Created 18 October 2021 at 09:35
Updated 7 June 2023 at 15:47
Resolved 7 March 2023 at 08:17
When we upload large files (for example 30 MB. 100 MB) to Tomcat 9 + Lucee 5.3.8.201 it always fails with timeout.
If we downgrade to Lucee 5.2.9.31 that contains Tomcat 8.5 it problem goes away.
In IIS config file upload limits are set to maximum available, so this is not a problem.
Please fix that issue so we can update production environments to newer versions.
UPDATE 14.04.2023:
Uploading 1GB file:
Using Lucee without IIS and Boncode: successful upload
Using Lucee + IIS + Boncode error in catalina*.log file:
SEVERE [ajp-nio-0:0:0:0:0:0:0:1-8009-exec-6] org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun Error running socket processor
java.lang.ThreadDeath
at java.base/java.lang.Thread.stop(Unknown Source)
at lucee.commons.io.SystemUtil._stop(SystemUtil.java:1342)
at lucee.commons.io.SystemUtil.stop(SystemUtil.java:1333)
at lucee.commons.io.StopThread.run(SystemUtil.java:1755)
If I didn’t use <PacketSize>65536</PacketSize> setting in BonCodeAJP13.settings and server.xml same error happened also when uploading 10 MB files …
I added upload.cfm attachment to test file upload.