Junaid32092262a1i8
Community Beginner
Junaid32092262a1i8
Community Beginner
Activity
‎Mar 10, 2025
06:33 AM
Thanks, that did the trick.
... View more
‎Mar 10, 2025
05:42 AM
It appears not: curl: (60) SSL certificate problem: certificate has expired
More details here: https://curl.se/docs/sslcerts.html
curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
... View more
‎Mar 10, 2025
05:11 AM
Scheduled tasks on my server are not working. In scheduler.log I get: Connection Failure: Status code unavailable Some more logs: The each method was not found.Either there are no methods with the specified method name and argument types or the each method is overloaded with argument types that ColdFusion cannot decipher reliably. ColdFusion found 0 methods that match the provided arguments. If this is a Java object and you verified that the method exists, use the javacast function to reduce ambiguity. The specific sequence of files included or processed is: /opt/coldfusion2021/cfusion/wwwroot/CFIDE/administrator/scheduler/tasksstatus.cfc, line: 111 Here are the server details
... View more
‎Feb 24, 2025
01:23 AM
<cfscript> test=null ///Variable NULL is undefined test1=javaCast("null",""); writeDump(test1); // Variable test1 is undefined </cfscript> Is there a way to make prevent getting the "variable null is undefined" error? If not, then I guess javacast("null", "") is the only alternative. However, when trying to use test1, I get the error "test1 is undefined". Could someone suggest a way of getting around this please? Thank you very much
... View more