Cfthread not working (New upgrade to CF 2018 std)
Hi,
I installed a new server (Win 2012 R2 / IIS) to migrate an old CF10 server to the new CF2018 version. Problem is cfthreads are not executing on CF2018.
For testing purposes I setup a simple page as follows:
======================================
INSERT INTO TABLE (record1)
<cfthread action="RUN" name="Test_Thread">
INSERT INTO TABLE (record2)
</cfthread>
INSERT INTO TABLE (record3)
======================================
Records #1 & #3 get inserted, but not record #2.
Log shows:
application.log = "Error","cfthread-1","11/29/18","16:02:42","","TEST_THREAD: coldfusion/runtime/CFPage".
cf-out.log = Nov 29, 2018 16:02:42 PM Error [cfthread-1] - TEST_THREAD: coldfusion/runtime/CFPage
exception.log = Caused by: java.lang.ClassNotFoundException: coldfusion.runtime.CFPage
Couldn't find any info on this.
Any suggestion?
Thanks!
