The official community for ColdFusion.
Recently active
I went to upload a file using "Synchronize" and all the options were dimmed. So I go to the File pane and see that ALL of my saved FTP sites are gone. I back up everything regularly, so I tried restoring both Program Files(x86)/Adobe/Adobe ColdFusion Builder2 and %USERPROFILE%/Adobe ColdFusion Builder 2.0.1 Configuration folders. No luck. They're gone. Does anybody have any idea where this information is stored, if not in either of those folders? I'll re-create all of the connections, but just in case this happens again, it would be good know. Thanks.
I am trying to decide between Contribute or purchasing ColdFusion. Because I do not currently own ColdFusion I have no way to read the .cfm files, and would to save the money on my purchase if possible.
Query Of Queries runtime error.Table named users was not found in memory. The name is misspelled or the table is not defined.======================================================Just got the error above after I connected the website to a new MySQL server. The connection is verified in Admin but I'm unable to get the database connection working. The query is working just fine with a connection to our old SQL server and it works in MySQL WorkBench.even simple query like this<cfquery name="GetUser" datasource="#datasource#" dbtype="#dbtype#" username="#username#" password="#password#">SELECT *FROM users</cfquery>Any ideas?
Hi. We've had errors logged every few minutes for several years and would like to know how to stop them please? The log path and a file name example is:<drive>\JRun4\lib\wsconfig\1\LogFiles\jrun_iis6_wildcard130603.logThe first few lines of the latest log are below.2013-06-03 07:59:09 jrISAPI[init:2060] JRun ISAPI Extension DLL Detaching (FreeLibrary)2013-06-03 08:19:15 jrISAPI[init:3816] JRun 4.0 (Build 108673) JRun ISAPI Extension - Mar 13 2008 19:48:362013-06-03 08:19:15 jrISAPI[init:3816] JRun ISAPI Extension DLL Attaching2013-06-03 08:19:30 jrISAPI[5648:3816] 127.0.0.1:51020 connect failed[740]: 10060 Connection timed out2013-06-03 08:19:30 jrISAPI[5648:3816] Couldn't initialize from remote server, JRun server(s) probably down.2013-06-03 08:20:49 jrISAPI[3712:3816] 127.0.0.1:51020 connect failed[644]: 10060 Connection timed out2013-06-03 08:20:49 jrISAPI[3712:3816] Couldn't initialize from remote server, JRun server(s) probably down.
Hi,I am trying to add new members to the group using cfldap modify query.i am able replace with one member with the other but the requirement is like that we supposed to add new member with the existing one.query that i have used is <cfldap ACTION="modify" Modifytype="REPLACE" DN="#groupdn#" ATTRIBUTES="MEMBER=#existingmembers#, cn=XXX, ou=xxx,o=xxxx" separator="|"  
In ColdFusion Administrator, Server Settings > Client Variables, assigning Select Default Storage Mechanism for Client Sessions as Cookle creates persistent cookies. Cookie expriration dates are EXPIRES 5/25/2043 7:32:12 PM, not EXPIRES At the end of the Session. Persistent cookes are a security concern. How are dates for ColdFusion issued cookies (e.g., CFGLOBALS) set to "NOW" so they become session cookies and disappear when browser (IE) is closed? Thanks, GuyCurrently running CF8, but will soon be migrating to CF10.
i am trying to use cfform tag inside cfwindow and it didn't dispaly the anythnig.<cfwindow name="win1" title="test" center="true" width="200" height="200" modal="true" initShow="true"> <cfform name="form" action="test.cfm" method="post">test page</cfform></cfwindow>--Thanks
I am looking for a CFC that will calculate UPS shipping costs to both US and Canada using UPS's new shipping calculation. It should not use the oversize flags as UPS has done away with this. I am using ColdFusion 7 on a dedicated server. Does anyone know of a company/person that has this component? I've searched forums and search engines to no avail. Thanks for your help.
Whether I am logged in or not, when I go to pages like this:http://help.adobe.com/en_US/ColdFusion/10.0/Installing/WSc3ff6d0ea77859461172e0811cdec18c28-7fb8.html#communityand click Discuss This Pagemy adobe id login never works.is there some separate login for this?
Are security vulnerability patches being made available to CF 8.xx license holders until the 31 July 14 "End of Life" schedule on the ADOBE product matrix?
I installed APSB13-13 on several of my DEV and QUA servers and thought all was well. I had planned to move the update to production this coming weekend but have now hit a block. Since installing the update, I can no longer create a new CF instance.Running CF 9.01 Enterprise HotFix 10.The Message I get is:This happens on every server I installed the HotFix on.I just attempted that to get a fresh error. I tried creating an Instance called "Test1" . In the Cfusion-out.log I see this:06/05 12:15:10 Warning [jrpp-471] - GetProfileString: coldfusion.util.IniUtils$InvalidIniPropertyException: Invalid INI property: leadGeneration, section: Global, file: D:\InetPub\ClaytonHomes_Cf\..\ini\claytonnetV2.inijrunx.jmc.management.NoSuchServerException: No server exists with the name test1. at jrunx.jmc.management.JMCConfiguration.getServer(JMCConfiguration.java:209) at jrunx.jmc.management.tags.ObjectSpecifyingTag.getAssociatedServerObject(ObjectS
Hi All,A couple of weeks ago I applied the APSB13-13, APSB13-03 and ColdFusion 9.0.2 Cumulative Hotfix 1. After applying this patch however, I've been experiencing intermittent outages where the jrun service seems to spike. I'm not totally confident it was the patches that did it, but that's the only thing I can think of that changed since then. The issue actually started popping up two days after the patches were successfully applied.Do you guys think it could be the patches? I would really hate to un-patch my server. One thing that had occurred to me, is that my server instance of ColdFusion is currently using JVM 1.6. Does anyone thing upgrading to JVM 1.7 would help?What are the pros and cons of using JVM 1.7?Thanks,Paul
Let me start by saying I LOVE COLDFUSION.When I first learned Coldfusion I couldn't believe how dramatically smooth and easy it was.Now when I'm looking around for developer jobs, everyone is only hiring PHP and .NET developers.... Does anyone have a full time Coldfusion job here?Did Coldfusion die while I was asleep?
When I put my chart inside a div tag:. The tooltip does not function correclty. It displays way over to the right or at the bottom of the page. Is there any fix for this. Thank you - Jim
I have CFINPUT text on the form and the form shows the control on the form when I use preview browser.As long as I have CF tag which is server side code the controls do not show on the form.I thinkg I missing something when I have both client control and server code on the same form.I would like to know how I can show controls on the form and running CF tag for server side code.For example, I have a user name and password text box on the form.I need validate user information and need run stored procedure when user click on login button.I can have 2 text boxes on the form and it works.As soon as I have CFSTOREDPROC tag then the form does not not show the controls.It seems the form execute server sider code, but does not execute client side of code.Your help and information is great appreciated,Regards,Iccsi,
Hello,I just wonder, how to know which arguments it expects if you dump ex. the cronservice?since these arguments changed from cf8 to cf10ex. before you could start a task via the ServiceFactory CronService likerunTask(java.lang.string), but now this changed to runTask(java.lang.string, java.lang.string, java.lang.string) and i have no idea which these arguments are?tx
HI,I have a requirement where use can mutli select in a dropdown and click on search , Once the search is clicked it query the db and provides the result.My question is how to retain the values of teh mutli select dropdown, Below is the select where i have to code<SELECT NAME="category" size = "5" multiple="multiple" id="category" onchange="validate()"><CFLOOP QUERY="categorylist"> <OPTION VALUE="#category#"<CFIF category IS thecategory> SELECTED STYLE="background-color:#app.field_highlight#"</CFIF>>#category_name#</CFLOOP></SELECT> Can someone helpThanks in Advance
500 ROOT CAUSE: java.lang.NoSuchMethodError: coldfusion.filter.FusionContext.getSecureJSONPrefix()Ljava/lang/String; at coldfusion.tagext.html.ajax.HtmlAssembler.<init>(HtmlAssembler.java:373) at coldfusion.tagext.html.ajax.HtmlAssembler.getInstance(HtmlAssembler.java:424) at coldfusion.tagext.html.ajax.MenuTag.doStartTag(MenuTag.java:302) at cfhome2ecfm1172021351.runPage(C:\Inetpub\wwwroot\home.cfm:2) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:192) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:366) at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65) at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:267) at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48) at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40) at coldfusion.filter.PathFilter.invoke(PathFilter.java:86) at coldfusion.filter.LicenseFilter.invoke(LicenseFilter.java:27) at coldfusion.filter.Excepti
I have the following code, it works fine in IE8 & IE9 but stopped working in IE10, does anyone know why? the alert is displayed and it re-loads the page...it just doens't call the Ajax call..any help need to get this working again ASAP! Thanks.function submitaddsitemed(){alert('test'); ColdFusion.Ajax.submitForm('frm_testmed','test_add.cfm',callback,errorHandler,false); location.reload();}
Hi,I have the page to query out the records from the database then writes this results in to the csv file then place into specific location. I have my schedule task to call this page on every thursday moring. Everything works fine but i now want to notify users when this page completed. How can do this?, please be advice?ThanksMarch
Hi I have 3 Cold Fusion servers that are starting automatically without any scheduled task or cron job.1. They are all VM's.2. They are running Suse Linux 113. They are running Apache 2.2.124. They are running Cold Fusion 9,0,2,282541I have a 4th server that has Cold Fusion 9,0,0 and that one does not restartThe 1st server restarts every day at 1:00 PMThe 2nd server restarts every day at 10:00 AMThe 3rd server restarts every day at 6:00 PMThis issue seems to be related to the upgrade to 9.02, but I'm not sure.The systems person in our group has verified that there are no cron jobs running, and I don't know where else to look.There are no errors in the logs that I can understand, just a restart. Does anyone have any suggestions? Thank you.This is what shows up in the exception log:at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)"Error","Thread-1","06/05/13","13:00:21",,"Error while storing"coldfusion.tagext.lang.RegistryException: Error while
Hi,The production Cold Fusion server was completely backed up and was placed on a development server. The production sever is able to connect to the production datbases.SQL server was installed on a the development server (a seperate server). I created a development database on the server. When I logged into the development Cold Fusion admin and try to connect to the development database, I am receiving the following message:Connection verification failed for data source: DEVjava.sql.SQLInvalidAuthorizationSpecException: [Macromedia][SQLServer JDBC Driver][SQLServer]Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.The root cause was that: java.sql.SQLInvalidAuthorizationSpecException: [Macromedia][SQLServer JDBC Driver][SQLServer]Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.I have looked on the development SQL Server and everything is pointing to Windows Authentication.Where in development SQL Server or on the development Windows Server (for SQL Server) is it pointing to AN
I installed ColdFusion10 Developer on my Win7 desktop with IIS7.5 but when I go to localhost/xxx.cfm a popup dialogue box opens >> Opening .cfm file...You have chosen to open index.cfm which is a cfm file from http://localhost...What should Firefox do with this file? (Open with-browse/FlashGot/Save File)<<<Why is IIS7.5 not serving .cfm in localhost normally? Grateful for help to fix this (see my post on StackOverflow on this:http://stackoverflow.com/questions/11467168/coldfusion10-developer-and-windows7-iis7-5 )EDIT I am grateful for help with this please (it is driving me nuts..)! I have no handler mappings for .cfm-how do I manually add these to my IIS7.5 for my ColdFusion10 developer install? I need to find the directory to map to the correct .dll file for .cfm etc? Am I correct?-I cannot find any info on Google about this for CF10 developer edn (there are several links to CF7/8 which have given me a general idea but I need a specific fix....)
I have installed ColdFusion 9.1 on a 64-bit server running Windows 2008 R2. I am using IIS 7.5.When I try to access the following URL http://localhost/myhousing/security/login_admin.cfm I get the following error. Is there a patch available for CF 9 to resolve this error?The web site you are accessing has experienced an unexpected error.Please contact the website administrator. The following information is meant for the website developer for debugging purposes. Error Occurred While Processing Request An exception occurred when instantiating a COM object. The cause of this exception was that: java.lang.RuntimeException: Can not use native code: Initialisation failed. The error occurred in C:/inetpub/wwwroot/MyHousing/Application.cfm: line 22 20 : <CFINCLUDE template="lib/housing_functions.cfm">21 : <CFSET Application.obj_name = "UserInfo325DLL.UserClass">22 : <CFOBJECT name="obj" action="create" type="com" class="#Application.obj_
I started getting ths error today. Everytime I type a character it repeatedly pops up this error message. Everything was hunky-doory yesterday. An internal error occurred during: "Processing Syntax Errors".eclipse.buildId=I20100608-0911java.version=1.6.0_16java.vendor=Sun Microsystems Inc.BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_USCommand-line arguments: -os win32 -ws win32 -arch x86This is a continuation of log file C:\Users\jc046085\Adobe Flash Builder 4.6\.metadata\.bak_1.logCreated Time: 2013-04-24 14:21:05.883ErrorWed Apr 24 15:36:02 CDT 2013An internal error occurred during: "Processing Syntax Errors".java.lang.StackOverflowError at java.util.Arrays.mergeSort(Unknown Source) at java.util.Arrays.mergeSort(Unknown Source) at java.util.Arrays.sort(Unknown Source) at com.adobe.ide.cfml.parser.generated.CFMLParserBase.getVariableInfo(CFMLParserBase.java:1967) at com.adobe.ide.cfml.parser.generated.CFMLParserBase.getVariableInfo(CFMLParserBase.java:1957) at com.a
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.