The official community for ColdFusion.
Recently active
Hello, I have been trying to get websockets working in our CF 11 update 6/IIS8 server to no success. I would love to use SSL, but as part of my testing I have even tried non-ssl with no luck. The instructions I have followed are these, Using WebSocket with ColdFusion 11 | Adobe Developer Connection.Using Chrome I see that I receive this for standard proxy configuration on a non-SSL connection, "Error during WebSocket handshake: Unexpected response code: 200." This does show as a ws connection. If I configure the builtin server and use SSL the error is WebSocket connection to 'wss://name.of.server:8543/cfusion/cfusion' failed: Error in connection establishment: net::ERR_TIMED_OUT." The name of server is correct just removed here since I've been testing at times without firewall to eliminate that problem. I don't get where the cfusion/cfusion is derived from however. I am not sure why it isn't using cfws there that the non-ssl ones do. Port 8543 is open (even when the firewal
Good day. Installed coldfusion10 on suse linux13.1 running apache 2.4.6. When I created the web server connection using ,/wsconfig everything worked. However after restarting apache I know get an error with /wsconfig /1/mod_jk.so :undefined sysmbol : ap_log_error. I am not able to get apache running (rsapache2 start). Any help would be great. John
Hi,I need to install Coldfusion 10 developer edition for my project, please share the download link.Thanks in advance.Regards,Ankit
Hi,I recently installed Update 17 on our Coldfusion 10 development server. Since this server is behind a firewall the auto updater won't work and we need to download the jar file and run it manually. Usually we also end up having to temporarily rename coldfusion.exe in the bin folder. In the past this has worked fine and then when we do the production server the updater works as it should.For Update 17 however, the coldfusion application server service would not start after the update installation. However, if I swap out the newer coldfusion.exe (8/27/2015 8:08am 426k) for the previous version (4/9/2015 6:29AM 533k) then I can start the service and the site seems to run fine.My questions are 1) Why does it not work with the newer coldfusion.exe, 2) is this a valid installation which addresses the issue the update was meant to address if I'm using the older .exe or does it not matter?Anyone else have a similar experience?Thanks!
hi, i have run into an unusual behavior when invoking web services.i am calling a web service that returns an XML like this:<children> <child> <firstname>john</firstname> <lastname>doe</lastname> </child></children>when invoking this web service from CF10, it works just fine. However, when invoking from CF11, i only get this: <child> <firstname>john</firstname> <lastname>doe</lastname> </child>no <children>? for some reason, CF11 ignores/hides the topmost XML level. this doesn't happen on previous versions. why? the server that hosts the web service is CF11 too.
How can I change the adobe logo to my company logo on the login page?
1. In my ColdFusion 11 website (with SQL Server 2008 R2), the following cfquery is throwing the above error:<cfquery name="deleteGrantModificationItems" datasource="#dsource#"> DELETE col_key FROM myTable WHERE col_key = <cfqueryPARAM value = "#appkey#" CFSQLType = "CF_SQL_VARCHAR"> </cfquery>2. When I run the sql profiler to capture the query, I get:eclare @7246612 int et @7246612=NULL exec sp_prepexec @7246612 output,N'@P1 varchar(8000)',N'DELETE col_key FROM myTable WHERE col_key = @7246612 ','000000001644' select @72466123. when I run the above in the Query Analyzer, I get the following error:Msg 208, Level 16, State 1, Line 1Invalid object name 'col_key'.Msg 8180, Level 16, State 1, Procedure sp_prepexec, Line 1Statement(s) could not be prepared.What could be the issue? Please help.
Hi,We have code that is creating an excel workbook with the POI library and then using CFHeader to set the filename with content-disposition as shown in the code below. After setting the content-disposition,we write the Excel workbook to the browser. The code is below. This works wonderfully in CF 9 but when we upgraded to CF 11 we found that this is no longer working. The same code works fine in CF 9 but not in CF 11. The filename is being ignored and the file is now being given the name of the cfm script being called with the correct xls extension.Any suggestions as to what is causing this in CF 11 and not in CF 9 would be appreciated.Code:<cfheader name="Content-Disposition" value='attachment; filename="#arguments.fileName#" ' > <cfscript> // Write the workbook to the ByteArrayOutputStream to obtain the ContentLength local.workBook.write(loc
Currently getting the following error. The START_DATE argument passed to the insertApplication function is not of type date.If the component name is specified as a type of this argument, it is possible that either a definition file for the component cannot be found or is not accessible.The error occurred in D:/web-sites/Web/poolDischarge/components/poolDischarge.cfc: line 5452 : <cfargument name="Mailing_State" type="string" default="#arguments.discharge_state#">53 : <cfargument name="Mailing_Zip" type="string" default="#arguments.discharge_zip#">54 : <cfargument name="Pro_Discharge" type="boolean" default="0" required="yes">55 : <cfargument name="Maintenance_Company_ID" type="numeric" required="yes">56 : <cfargument name="Start_Date" type="date" required="yes">Resources:Check the ColdFusion documentation to verify that you are using the correct syntax.Search the Knowledge Base to find a solution to your problem.Browser Mozilla/5.0 (Windo
Anyone use this feature on coldfusion administrator yet? I tried to follow the following link Database-related enhancements in ColdFusion 10 - ColdFusion, English documentation - Adobe Learning Resourcesbut I have no luck getting it to work with Microsoft Sql Server 2008 R2
I couldn't figure out why I got this error. I have set default var query. Please help. If qLocal has records then return fine, but when qLocal records is empty will throw errors. I've set a default.<cffunction name="getName" access="public" returnType="query" output="false" hint="This method returns a query."> <cfargument name="id_fk" required="no" default="0"> <cfargument name="id2_fk" required="no" default="0"> <cfset var qQuery = ""> <cfquery name="qLocal" datasource="#db#"> SELECT * FROM tbl WHERE id = <cfqueryPARAM value ="#id_fk#" CFSQLType ="CF_SQL_INTEGER"> AND id2 = <cfqueryPARAM value ="#id_fk2#" CFSQLType ="CF_SQL_INTEGER"> </cfquery> <cfif qLocal.recordcount> &
Hi,Noticed that there is JQuery modules in the directories with Cold Fusion 11.In the URL "http://stackoverflow.com/questions/15756532/use-jquery-datepicker" shows using JQuery local for the date picker on the server. But it show a module datepicker.css.I cannot find the module.Does JQuery need to be downloaded in order to obtain all the modules for the datepicker?Thanks,Mike
It was working earlier today and then stopped working after I had to restart the CF service. It is completely inaccessible. Running:Server DetailsServer ProductColdFusionVersion10,0,12,286680Error:The system has attempted to use an undefined value, which usually indicates a programming error, either in your code or some system code. Null Pointers are another name for undefined values. The error occurred in scheduletasks.cfm: line 188I've searched around and can't figure how to correct the issue. Any assistance would be greatly appreciated.
What is the maximum memory that could be allocated for JVM heap size for a CF10 instance and what should be the minimum.
I am unable to get the Cold Fusion 11 custom tag example for directory lists to work.It compiles in Visual Studio 2013 Community [Release, x64].But when I try to run it on my server [Windows 2008 R2 64 bit], I get "Unable to load library"I have other tags in the same subdirectory that work so I don't THINK I have a permissions issue - but I'm not POSITIVE here.Since it's one of Adobe's examples I don't think I have a C++ issue.The logs aren't helpful - they tell me the library didn't load but they don't say WHY.What's my next step?
Note: I thought I put this on the Builder section but 1) can't find. 2) there seems to be no activity there.I have added CF Builder 3 to my Win 7 platform and I find it really hard to configure to my way of doing hand coding.Something as simple as right clicking a cf tag to edit tag is not available that I can find and the tabs at the top for selecting different types of functions is replaced by one bar.This is my Homesite window and it works great for me.Can anyone give me some help in getting Builder 3 to replicate this or something as easy to use.Thank you in advance.
Hello, all,Is there a way to pass session variables from a parent .cfm to an iFrame .cfm when J2EE is enabled in CFAdmin?V/r,^_^
I thought someone from Adobe reviewed comments to the documentation before allowing them to be published?ColdFusion 10 Documentation - ColdFusion, English documentation - Adobe Learning Resources
After migration from CF8 to CF11, my users cannot save the application and continue at later time. The application still work fine under CF8. The application uses the registry to store the values. I have Pool Discharge Permit ApplicationYour application has been saved. Click here to continue your application now.To return to your application at a later time, simply re-visit the Pool Discharge Permit link you used to get to this application. Or you can add this page to your "Favorites" list.(Please note: returning to a saved application only works if you are on the same computer.)You can also print your application in its current state for mailing or faxing. Click here to print. Thanks
"Error validating html input.Invalid HTML input. Error=The input was too large. The specified input was 5,040 bytes and the maximum is 5,000 bytes.I don't see a setting to change this in the CF admin? Please advise.
I am trying to figure out how to get json data that is coming from an iframe response into a coldfusion parameter or structure that I can use. The iframe is within a form and when submitted it executes the doMonerisSubmit function in the javascript. Below is the javascript which returns the information but I need to get it into CF. If it was using a cfhttp post I could do it, but I'm at a loss as to how to capture it when it's being executed in this javascript. I've been working on this off and on for the past month and I'm no closer to a solution now than I was a month ago. Any insight would be appreciated.Thanks.<script>function doMonerisSubmit(){var monFrameRef = document.getElementById('monerisFrame').contentWindow;monFrameRef.postMessage('','https://esqa.moneris.com/HPPtoken/index.php');return false;}var respMsg = function(e){var respData = eval("(" + e.data + ")");document.getElementById("monerisResponse").innerHTML = e.origin + " SENT " + " -
Bought CF - am trying to open CFM files I already have in their original format. So far, no luck. All I get when I mport/open files is plain text, like it was created in Notepad. All formatting's gone. The complexity of the original formatting makes it far too time consuming to attempt recreating it. If CF is the wrong program (so much for the sales pitch) any ideas on which program will help me to open existing .cfm files so they appear the way they should? Any ideas, hints, help?Thanks in advance for any assist on this.
HiThis is the portion of code <a href="linuxpath/filename.doc">filename.doc</a>when I click on filename.doc its asking the option to save in mozilla but in IE its directly opening in browser in bad format .The same code is working fine in CF9 , we just installed CF11 in new Linux env and facing this issue Can anyone help on this please Thanks Amar
Similar to Java Webservices and SOAP - Changing an element name, I have the same question, except I am trying to change the name of the soapresponse of my cfc method. It seems by default cf9 concatenates the function name with the word return. Is there a way I can have a choice of the naming? I've tried customising the wsdl file but nothing works.
I am new to coldfsion.I have some doubt in building coldfusion code with ant script to generate a war file<target name="war" > <echo message="Creating WAR file ..." /> <war destfile="${distrib.dir}/${warFileName}" webxml="./WEB-INF/web.xml"> <fileset dir="./src" /> <fileset dir="./build/src"> <include name="**/*.jar"/> </fileset> <fileset dir="${distrib.dir}/configfiles"/> </war> <echo message="WAR file created." /> </target>I generated the war file and unzipped the war file and seen that code is just copied in war as like tar file. .Is generated war file right ?Is any other way to generate war file for coldfusion code ?Please help me on this.
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.