websolete
05/16/2025, 12:34 AMDavid Johnson
05/16/2025, 6:08 PMPK
05/19/2025, 4:35 PM500 Function getClosedDays does not support fuseaction as an argument in C:\Projects\fitnesscollective-v1\fitnesscollectivept_v1\scheduler\components\fullcalendar.cfc
The ajax url was a get to the following URL:
<http://127.0.0.1:49456/scheduler/components/fullcalendar.cfc?method=getClosedDays&clientID=0&start=2025-05-18T00%3A00%3A00-07%3A00&end=2025-05-25T00%3A00%3A00-07%3A00>
The get was made from this URL:
<http://127.0.0.1:49456/scheduler/index.cfm?fuseaction=sessions>
This one has me baffled. I've pulled up other apps and they're doing the same thing. I've tried different browsers and it's the same result. Any ideas?nickg
05/19/2025, 5:07 PMsalted
05/20/2025, 1:07 AMsalted
05/20/2025, 1:08 AMTim Badolato
05/21/2025, 9:21 PMCristobal
05/22/2025, 11:59 AMcfsimplicity
05/22/2025, 4:11 PMalholden
05/22/2025, 10:52 PMalholden
05/22/2025, 11:01 PMalholden
05/22/2025, 11:03 PMalholden
05/22/2025, 11:19 PMnick
05/23/2025, 12:13 PMalholden
05/26/2025, 9:10 PMalholden
05/26/2025, 9:10 PMalholden
05/26/2025, 10:27 PMSteve Logan
05/30/2025, 11:05 AMnetstat -aon | findstr LISTENING
and don't see anything listening on 8089. The closest is 8501 which is CFAdmin. Any ideas what might be causing this?Gareth
06/01/2025, 11:28 PMhemi345
06/03/2025, 4:42 PMzackster
06/04/2025, 3:32 PMadwwad afadawdwa
06/06/2025, 2:39 PMphillipsenn
06/09/2025, 8:08 PMphillipsenn
06/09/2025, 8:08 PMphillipsenn
06/09/2025, 8:09 PMmbh
06/11/2025, 12:47 PMSteve Logan
06/11/2025, 4:14 PMdbc:mysql://[ip]:[port]/[db name]
and the Driver Class is com.mysql.jdbc.Driver
, and Driver Name is mysql-connector-j-9.3.0.jar
.FAHEEM MALIK
06/12/2025, 5:33 AMonRequest
method of Application.cfc
.
2. At times, an error is thrown indicating that the datasource does not exist.BK BK
06/12/2025, 1:30 PMonApplicationStart
, not in onRequest
.Tim
06/13/2025, 7:44 PMI/O Exception: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested targetThis was with the latest version of Oracle Java (11.0.27). We tried switching to Temurin 11.0.27.6, and then the connection was successful. Does anyone know what difference exists between the two that might have caused this? Since non-Oracle Java isn't something officially supported, I'm not a huge fan of this solution, and would love to get it working in Oracle Java too.