The official community for ColdFusion.
Recently active
Hi, all. I have a stored procedure that returns a NVARCHAR(MAX) string of about 35,500 characters. When I execute the stored Procedure using Sql Server Manager, all 35,500 characters appear. However, when I try to display this string or store this in a Cold Fusion Variable on a .cfm page, only the first 32,000 characters get displayed.Could someone please help me? Thank you!
Greetings,I cannot find a coherent answer to this question on The Google or The Adobe. I understand that CF 2016 STANDARD has a CFTHREAD limitation. I'm assuming that is just a CFTHREAD FUNCTION limitation and not an overall thread limitation with the web server itself? In other words, if I'm just serving CFM web pages, I'm not limited to concurrent connections (concurrent web serving threads)? Serving CFM web pages (without using the CFTHREAD tag or function on any of those pages) should be as performant as CF ENTERPRISE? Is this correct?
Bonjour,Le fichier ColdFusion_11_WWEJ_linux64.bin, relatig à CF 11, n'est plus téléchargeable.Quels sont les moyens de le récupérer ?Merci par avance pour vos retours.
TSIA.I recently submitted cfrepo.com to Blue Coat for analysis/categorization so that I could access it from our network (sites with category:none are blocked).Initially, it was categorized as File Storage/Sharing (again, blocked by our network.) I replied to the email asking to have the category changed so that I could access cfrepo.com from here. They replied "This domain appears to have expired and it is no longer registered". What????V/r,^ _ ^
Greetings,I have a fresh install of CF11 standard on Windows 8 server 64x16GB of ramJVM settings:-server -Xmn1024m -Xss1024k -XX:PermSize=256m -XX:MaxPermSize=2048m -XX:+UseParallelGC -Xbatch -Dcoldfusion.home={application.home} -Duser.language=en -Dcoldfusion.rootDir={application.home} -Dcoldfusion.libPath={application.home}/lib -Dorg.apache.coyote.USE_CUSTOM_STATUS_MSG_IN_HEADER=true -Dcoldfusion.jsafe.defaultalgo=FIPS186RandomMin Heap: 2048mb, Max Heap 6144mbVFS settings:Global memory limit for VFS: 1000mbMemory Limit per Application for VFS: 400mbCurrently CF is using 1.7GB of ramI have a 6 applications on this server. 1 of which makes use of the VFS.The others are simple cfm applications that have NOTHING to do with the VFS system.I have a scheduled task that calls simple cfm pages to update tables in our database. When these tasks run, i get a global error email (ones i have setup if a cf error happens) and the gist of the error is BrowserCFSCHEDULE DateTime{ts '2014-08-16 15:07:
I am at my wits' end attempting to integrate Google's recaptcha v2 with a simple HTML form. I hope someone can help.In the <head> of the form page I have <script src="https://www.google.com/recaptcha/api.js" async defer></script>as directed by Google.Within the form I have <div class="g-recaptcha" data-sitekey="xxxxxxxxxxx"></div>where xxxxxxxxxxx is the sitekey provided by Google. When the form is displayed, this is properly creating the recaptcha widget.On the target page that processes the form submission, I have this: <cfset form.RecaptchaResponse = ""> <cfif StructKeyExists(form, "g-recaptcha-response")> <cfset form.RecaptchaResponse = form["g-recaptcha-response"]> </cfif> <cfhttp url="https://www.google.com/recaptcha/api/siteverify" method="post" result="capt
Hello,In our existing setting, Coldfusion MX 7 is connected with MS SQL Server 2008. We will migrate our SQL server to MS SQL 2016. Is Coldfusion MX 7 compatible with MS SQL Server 2016? Thank you.Jo
In the admin CFIDE server mode, I want to set up couple WSDL URLs that uses axis version 1. I changed the web server version to 1 but I still get the following messages on the logUsing Axis 2 for consuming the service http://local.domain.com/MembershipWebservice.asmx?WSDLDownloaded the wsdl http://local.domain.com/MembershipWebservice.asmx?WSDL Next is the error logCannot generate stub objects for web service invocation. Name: http://imisappprod/iMIS/AsiCommon/Services/Membership/MembershipWebservice.asmx. WSDL: http://imisappprod/iMIS/AsiCommon/Services/Membership/MembershipWebservice.asmx?WSDL. org.apache.axis2.wsdl.codegen.CodeGenerationException: org.apache.axis2.wsdl.codegen.CodeGenerationException: org.apache.axis2.wsdl.databinding.UnmatchedTypeException: No type was mapped to the name propertyValue with namespace SetPropertyValue_input It is recommended that you use a web browser to retrieve and examine the requested WSDL document to ensure it is correct. If the requested WSDL d
I don't remember installing Apache Tomcat for coldFusion. Is Apache Tomcat service require for ColdFusion to function? We are currently running IIS as our web server.
We would like to install ColdFusion 10 on our web server but it's a 4 vCPU virtaul server. Our license is for 2 physical CPUs. When installing the software we receive a CPU count warning. My question is, can we install and use ColdFusion on this box and just have it limit itself to 2 CPUs or will it simply not work?
After installing the ColdFusion 11 Update 12 our CFCharts have stopped working when we use the CFDocument tag with format set to PDF. We rolled back to Update 11 and they work again. If we don't output to PDF, the charts work (as HTML).The charts are showing up as broken images with Update 12. Any ideas?
Hello,I working with Coldfusion 10.I use cfspreadsheet for reading an Excel document. The result is in query. See example below.As you see (black circled) you have the row ID 1, 2 and 3 (representing the row number of the Excel sheet).I would like to read that value. Question:How can I read this value ?Reason: I must make a query of query to filter data. In case of mistake (bad values or missing values) I must display an error message which explain that "wrong value on row xxx".After the query of query, the quantity of rows are not the same as the Excel document and the row id is not correct.My ideas is to add a column to the result of query of the query with the row id of the original query (which represent the row number).I already search on internet, this forum. But I don't know how to do that !Or any one have a better ideas?Thank you so much for your helpBest regardsAndré L'Hoir
Using ColdFusion 10. I setup a <cftextarea> with richtext="yes" the correct code for the richtext toolbar. The screen works on my PC in IE, Chrome, and Firefox. In a demo for my dozen testers I could not find a single screen where this <cftextarea> with richtext="yes" that it worked on. The text area was may an inch. I did some digging and found issues folks logged from CF 8 but nothing new so I was thiking this was a bug but now in Version 10 it's been taken care of. Also found a reference putting in the "AjaxOnLoad" command which I tried by placing the command after the closing </body> and before closing </html>. I have tried IE 9 and IE 10 and Chrome but as far as users go it's not working. Thanks!
Hello, all,I'm posting this question here because I don't have an account on any other forums, and I don't know where else to go.I have a .cfm page that is using Javascript XHR to post a single word value to itself which will determine how something is going to be processed.PSEUDOCODE:<div class="thisNav" id="getStats">Get User Stats</div><div class="thisNav" id="pruStats">Prune Stats (6 mos)</div><div class="thisNav" id="expStats">Export User Stats</div><script> var thisNav = [].slice.call(document.getElementsByClassName('thisNav')).map(function(d){ d.onclick = function(event){getThis(d.id);}; }); xhr = new XMLHttpRequest(); function getThis(act){ xhr.open("POST","filename.cfm",true);
The Brazilian Post Office will abandon ColdFusion due to high prices and lack of support. I hope Adobe reads this message and takes an attitude.
Hi,Please note the routing on "Tags by function" is not correct. This directs users to "Functions by Category", which is wrong.Kindly take a look on this.Thanks.
down votefavoriteI am writing cf mobile app and using cfclient tag. I am encountering issue with remote datasource connection and can’t get it resolve. From cfclient I am using “rooms” as my datasource string which is defined in administrator as data source. It is connecting to remote sql server. “Tblblogs” exist in rooms database, but under cfclient i get error that “No such table exist”. However, if I take same query [blgQ] that selects “tblblogs” outside cfclient, it works fine without issue. I am not sure why it is not making right datasource connection under cfclient (as defined in administrator)<html > <body> <h2>Add Expense</h2> <form > <table > <tr> <td>Date:</td> <td><input type="date" id="dateTxt"></td> </tr> <tr> <td>Amount:</td> <td><input type="number" id="amtTxt"
How do I begin to troubleshoot a 502 error?CF11/Windows 2012r2/IIS8FusionReactor installedI connect to twilio to send sms messages, and have a page setup to collect their callbacks when messages are sent. They are sending me notifications that at random, they are receiving 502 errors when posting to the callback page.<html> <head> <title>502 Bad Gateway</title> </head> <body> <h1>Bad Gateway</h1>An upstream server returned an invalid response. </body></html> The callback page receives the info and writes to a db. A call that usually takes 15ms to process on average.Sometimes they may hit my server with 200 call back requests pretty rapidly. At random, 1, multiple or none of those requests may result in a 502 error.I have never physically seen a 502 error appear in the application.log, coldfusion-error.log, etc....I also have isapi_redirec
Hi,Has anyone noticed that cgi.path_info is blank in CF11? Is there any work around for this besides using script_name? Thanks for the help. Mike
Asking to see if anyone within a CAC enabled server environment has encountered and issue with repeatedly getting a 403.13 Forbidden error within a DIV or CFDIV element. We upgraded our CF server to CF11 (2016) and our users seems to be getting this error much more.
I recently installed CF2016 on my PC and it started up fine. However, I stopped the application service and now I cannot seem to start it back up again.It would give me the following error:"Windows could not start the ColdFusion 2016 Application Server on Local Computer. For more information, review the System Event log. If this is a non-Microsoft service, contact the service vendor, and refer to service-specific error code 2."I checked the CF logs and found nothing pertaining to the startup failure.Here is the Windows WER from one of the failed attempts:Version=1EventType=APPCRASHEventTime=131402179068123256ReportType=2Consent=1ReportIdentifier=2bb1fc78-4189-11e7-9e2a-acfdceda6aa0IntegratorReportIdentifier=2bb1fc77-4189-11e7-9e2a-acfdceda6aa0Response.type=4Sig[0].Name=Application NameSig[0].Value=coldfusion.exeSig[1].Name=Application VersionSig[1].Value=2016.0.0.0Sig[2].Name=Application TimestampSig[2].Value=56c57b78Sig[3].Name=Fault Module NameSig[3].Value=coldfusion.exeSig[4].Name=F
I had a successful install on one server.I tried to install on another server and it will not accept my admin password at the configuration prompt once the install is completed. I uninstalled and reinstalled 4 additional times and it just won't accept the admin password as it was entered during the installation process. As a result, all of the services don't start and I can't access the CF administration utility at all.The services that DO start are:ColdFusion 2016 .NET ServiceColdFusion 2016 Add-on ServicesColdFusion 2016 Application ServerThe services that don't appear in the services list on the server with the issue (but are part of my successful install on the other server):ColdFusion 2016 ODBC AgentColdFusion 2016 ODBC ServerDoes anyone out there recognize this issue?Thanks in advance.
I have an application that displays some data retrieved from the database on index.cfm. It retrieves a few fields/columns from a table and displays them on screen. Users make modifications and save it - using a button. The page calls a cfm that calls a database (sql server) procedure to save it. I am trying to understand what will happen when multiple users access this. Multiple users are accessing this. I am not explicitly using any cfthread or lock to protect anything. I access a few session variables to identify the user who is logged on - and present some information relevant to them. How does Coldfusion keep the invocation of that index.cfm by multiple users separate and provide state?Thanks
Hi, we need help with our Adobe ColdFusion 2016 Standard Server.When we try to activate our purchased lisence, the underlying Java JVM turns the language from german to english.Due to this circumstance all output numbers are shown with the wrong number format.As a sidenote: In developer or trail mode everything has the correct format.The JVM Arguments are the following: Anyone here experience similar issues?
An old server we revived to get information from has a corrupted CFIDE directory.Is there any way to get a "default" or "original" copy of these files?Is there a place to download the original (or latest updated version of) ColdFusion 7 installer?Thanks!Dan
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.