Popular Discussions
18 Feb 2025
Sir or Madam, We encountered an error in one of our applications after we had
updated our Windows 2019 ColdFusion 2023 server to update 12 and updated all the
packages. The error displayed is:cannot find implementation class
coldfusion.tagext.documen...
3 Feb 2025
Having a hugs CFSTOREDPROC problem ... do I submit it here? Tried to before but
got an error.
This is my Cfstoredproc:
This is the proc
ALTER PROCEDURE
@abcd int,
@new_temp_id int out
as
insert into memberResTempID
(drama)
values(@abcd...
21 Jan 2025
Hello, CF Community: I got this errorError Executing Database Query.
The incoming request has too many
parameters. The server supports a maximum of 2100 parameters. Reduce the number
of parameters and resend the request.When it executed some query li...
12 Dec 2024
From what I understand, the "java.net.http" package has been included in JREs
since Java 11. Coldfusion comes with a Java 17 JRE. However, it seems that there
is no "java.net.http" package available with that JRE as executing the following
produces a...
25 Oct 2024
So basically i wanted to install coldfusion builder extension of vs code in my
linux operating system also i have added the java path to my .bashrc file and
each time I open up vscode, it provides me this error message- Error: Unable to
read the sett...
17 Oct 2024
On first launch, my administrator password was not accepted. The correct
password was entered, and it worked for colleagues, but not myself. Is there a
way to reset the administrator password?
15 Oct 2024
Hello - I am having an issue logging in after I set up my account. I'm doing the
initial one time log in with the administrator password after setting up my
server.xml correctly. Any idea why I cannot log in? Thanks
15 Oct 2024
If you weren't able to attend Adobe ColdFusion Summit 2024, or if you were, but
missed Charvi Dhoot's ColdFusion Horizons: Unveiling 2025 Features and Future
Roadmap Insights presentation while attending another equally compelling
session, you're in ...
8 Oct 2024
We are using ColdFusion 2018 internally on Windows Server 2016. The Nutanix
cluster on which ColdFusion is installed in a virtual machine is scheduled to
migrate to a new Cisco Application Centric Infrastructure (ACI). This change
will be transparent...
8 Oct 2024
I am using ColdFusion on a website hosting account and mssql (late version). I'm
looking for all instances of the StoryID but I want to display only one record
for each StoryID. The storyid is a uniqueidentifier. Below is my query. It works
but the p...
23 Sep 2024
Recently I moved to CF2023 from CF2016. When I started using this new ColdFusion
version with my web application, it displays me the below strange text on the
page when it refreshes. I don't see the same with CF2016 version. Why am I
getting this? Is...
10 Sep 2024
Hi Team, We have CF 2018 installed in our our application on RHEL 7.9. There are
some vulnerabilities which are not able to remediate in current RHEL 7.9 so we
are creating a new VM in RHEL 8. Anyone can confirm me that how many license we
need for C...
10 Sep 2024
Hello, We're experiencing an intermittent issue with our ColdFusion server. I
believe it has to do with our Oracle connection. From time to time (usually
around 10 times a day) the page throws an error. The error in the
coldfusion-out.log will read: ...
28 Aug 2024
Does coldfusion support SID history for active directory authentication? We are
moving from an old domain to a new domain and the new domain has bidirectional
trust configured. Has anyone dealt with this before?
19 Aug 2024
Good morning, I'm trying to create an application that uses the Bouncy Castle
libraries but I can't continue because I get this error. Where am I going wrong?
These are the messages that appear:- JCE cannot authenticate the provider BC-
Cannot invoke...