evagoras
05/03/2023, 3:28 PM'long javax.servlet.http.HttpServletRequest.getContentLengthLong()'
This is a result of using cfthread
, something simple as this blows up:
<cfthread action="run" name="anything"></cfthread>
I can dish more details but I am hoping this is a known issue with threads in 2021 and there is a quick fix? 🙏bdw429s
05/03/2023, 6:00 PMbdw429s
05/03/2023, 6:01 PMevagoras
05/04/2023, 8:52 AMjava.lang.NoSuchMethodError: 'long javax.servlet.http.HttpServletRequest.getContentLengthLong()' at coldfusion.thread.HttpServletRequestWrapper.
Some trial and error revealed that a mapped AppDynamics folder of JARs added to the app > libDirs
of server.json
was the issue. There must be a conflict with one of the Adobe natives. Which one of those JARs is the problem I am not sure, but it's not Adobe and not cfthread. I need to go chase that down. 😢