CF Update18 - Tomcat In ColdFusion (2021 release) Update 15 (release date: August 20, 2024),
Hello Team,
We are trying to wrap up Dev testing. 1 main issue that we can't fix and could cause us to rollback end of this week has to do with newer version of Tomcat.
In ColdFusion (2021 release) Update 15 (release date: August 20, 2024), we’ve upgraded Tomcat from version 9.0.85 to version 9.0.93
We continue to get this: (below) Our code generating multiple PDF's.
We have tried
org.apache.catalina.connector.RECYCLE_FACADES=true in catalina.propterties file NO Difference and
also tried: server.xml file NO Difference. PLEASE HELP, if anyone has any other ideas.
<Service name="Catalina">
<Connector
discardFacades="false"
</Service>
ERROR:
at coldfusion.tagext.lang.ThreadTag.terminateThread(ThreadTag.java:341)
at coldfusion.tagext.lang.ThreadTag.doStartTag(ThreadTag.java:204)
at cfprintmcdetail2ecfm2122999860$func_CFFUNCCFTHREAD_
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:623)
at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:516)
at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:95)
at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:463)
at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:438)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:310)
at coldfusion.runtime.UDFMethod.invokeCFThread(UDFMethod.java:245)
at coldfusion.thread.Task.invokeFunction(Task.java:287)
at coldfusion.thread.Task.run(Task.java:140)
at coldfusion.scheduling.ThreadPool.run(ThreadPool.java:260)
at coldfusion.scheduling.WorkerThread.run(WorkerThread.java:71)
Another error sent to our email when trying to run report:
java.lang.IllegalStateException: The response object has been recycled and is no longer associated with this facade at org.apache.catalina.connector.ResponseFacade.checkFacade(ResponseFacade.java:508) at org.apache.catalina.connector.ResponseFacade.getLocale(ResponseFacade.java:293) at javax.servlet.ServletResponseWrapper.getLocale(ServletResponseWrapper.java:208) at coldfusion.jsp.ServletResponseWrapper.getLocale(ServletResponseWrapper.java:38)
