Dave Merrill
04/12/2023, 5:31 PMAdam Cameron
Adam Cameron
Christian Figueiredo
04/17/2023, 4:16 PMAdam Cameron
https://i2.paste.pics/d4d52f270896c688355357ecd20cc384.pngā¾
Adam Cameron
Issue - https://tracker.adobe.com/#/view/CF-4205217 Version updated to '15.0'What version is "15"? (I can count, that's not the point). CF stopped using sequential versions in 2016. 7yrs ago.
Dave Merrill
04/18/2023, 1:19 PMMark Takata (Adobe)
04/18/2023, 4:47 PMmithlond
04/19/2023, 2:50 PMmithlond
04/19/2023, 2:50 PMDaniel Mejia
04/19/2023, 4:58 PMfmdano
04/20/2023, 1:06 PMMark Takata (Adobe)
04/20/2023, 5:17 PMbdw429s
04/21/2023, 2:42 PMPanman82
04/21/2023, 3:06 PMAdam Cameron
Mark Takata (Adobe)
04/25/2023, 3:50 PMtekmassa
04/25/2023, 7:59 PMtekmassa
04/25/2023, 7:59 PMcfvonner
04/25/2023, 10:29 PMC:\Program Files\Java\jdk-11.0.15
, new folder is C:\Program Files\Java\jdk-11
. I had to manually fix the path in my jvm.config file before ColdFusion would start up again.
Not sure if this change happened at 11.0.19 or on of the prior releases post-11.0.15. This is probably a good thing long-term. Once installed and jvm.config is corrected, probably won't have to worry about the path again.WilzDezign
04/27/2023, 12:01 AMredtopia
04/28/2023, 9:08 PMSid Wing
05/01/2023, 5:52 PMSarah Frieldsmith
05/01/2023, 6:28 PMSarah Frieldsmith
05/01/2023, 6:51 PMaliaspooryorik
timmixell
05/02/2023, 7:52 PMCaused by: java.sql.SQLException: The sqlserver package is not installed. You can install the package through the CLI package manager (/opt/coldfusion2021/cfusion/bin/cfpm.sh) by running the command : install sqlserver. at macromedia.jdbc.MacromediaDriver.connect(MacromediaDriver.java:236) at coldfusion.server.j2ee.sql.pool.JDBCPool.createPhysicalConnection(JDBCPool.java:666) at coldfusion.server.j2ee.sql.pool.ConnectionRunner$RunnableConnection.run(ConnectionRunner.java:67)
even though i do have the sql server package installed:tonyjunkes
05/03/2023, 1:50 PMevagoras
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? šSid Wing
05/04/2023, 1:44 PM