The official community for ColdFusion.
Nyligen aktiv
Hi-I have several "search" locations (either address and/or lat/long) from a cfquery.andI have one "main" location.I need to pass all of the values - the "search" and the "main" - into a service (any free service) that will tell me the one closest "search" value to the "main" value. I can specify a radius if needed (200 km).Anyone done this with CF before? I know there are several Google services that use its Map API but none seem to do what I need....Thanks,Rich
We've had a memory problem for a long time. I've finally tracked down how to replicate the issue but I do not know what is causing it or how to fix it.We have a number of cfc's in a web accessible /controller directory that handle for submits and processing. When a cfc is called directly with no method argument the server begins to chew up memory.For instance an URL like http://www.domain.com/controller/LoginController.cfc will run in the browser until it times out. The /CFIDE has been locked down and is not publically accessibleso the cfexplorer is not (or should not) be available. We use FusionReactor to monitor our instances. Our servers are set for 20GB of heap space. On a fresh restart after loading the application, memory will cruise around 800MB.With normal traffic, memory will fluctuate between 5GB and 10GB with regular garbage collection. After awhile, the server eventually reaches 98% capacity. It tends to run therefine for hours or even days sometimes until some spike in tra
I have coldfusion enterprise installed with version 9,0,0,251028.May I know how to update to the latest version incorporating all the security fixes, and the latest version number to which it will be upgraded to?Thanks,arun
Hi I've modified the example SocketGateway to create a SilentSocketGateway. I copied the original SocketGateway.java file and renamed it SilentSocketGateway.java. And modified the new file. All I have done is commented out the two lines that say hello when you first connect and modified the main function names to be SIlentSocketGateway instead of SocketGateway. So not exactly rocket science in the JAVA programming stakes. I haven't changed the package at the top of the java file. I've compiled it (javac SilentSocketGateway.class) and run the class file into a JAR file (jar -cf SilentSocketGateway.jar SilentSocketGateway.class). I've copied the resulting JAR file to the C:\CFusionMX7\gateway\lib directory. Restarted CF (on Windows obviously) and it finds the JAR because I can't delete it as its "in use" But I can't install the new type, no matter what I type in the Java Class section of the new type I get a message saying "Unable to find or load Gateway class examples.socket
HMAC(msg,key,algorithm(optional),encoding(optional))I'm using the following HMAC(msg,key,algorithm)I’ve run into a situation where on one CF 10 server the algorithm parameter within the function works fine, while on another CF 10 server it does not. I can still use the HMAC function, but have to leave out the algorithm parameter using the default algorithm parameter of HMAC-MD5. I created a test script using all of the acceptable algorithms for the function. Works fine on one server, but none work on the other (outside of the default if none are specified in the function).I’ve gone through checking the server settings on both CF 10 servers. They match 100% from what I can see within the CF admin tool. The exception log for the CF 10 server not working correctly with the HMAC function has the following entry :java.security.NoSuchAlgorithmException: Algorithm HMAC-MD5 not availableat javax.crypto.Mac.getInstance(DashoA13*..)at coldfusion.security.SecurityUtils.hmac(SecurityUtils.ja
Hello; Does anybody know, if the ColdFusion 10 mandatory update ist cumulative, includes the hotfixes before.There are several hotfixes listed under http://helpx.adobe.com/security/products/coldfusion.html.Are them includes in dthe amandatory update?Or must these hotfixes installed add one.frank
Can I connect CF10 to MS SQL 2005?No matter what I try I get errors. The application is on a different box the SQL.I tried creating a user and a password and I get this error:Connection verification failed for data source: xxxxxxxxxjava.sql.SQLException: [Macromedia][SQLServer JDBC Driver][SQLServer]Login failed for user 'xxxxxxxxxxx'. Reason: The password of the account must be changed.The root cause was that: java.sql.SQLException: [Macromedia][SQLServer JDBC Driver][SQLServer]Login failed for user 'xxxxxxxxxx'. Reason: The password of the account must be changed.I tried changing the password, but that didn't work either.I'm not a programmer, so please be gentle with your answers.Thanks
Hi,We have a very old and hard-to-port application running on CF 7 MX on Solaris (sparc) and we need to update the CF 7 install to the latest released patch level (it is a default 7.0 install currently). I am having extreme difficulty in getting hold of the two Solaris update files via the cf.install@adobe.com support route. Can anyone advise where I can get the relevant files from please? As far as I can ascertain, I need coldfusion-70-updater-sol.bin and coldfusion-70-updater2-sol.bin.Thanks in advance for any assistance...
Hi,I managed to have this running fine in CF9 for a long time but I have just updated to CF10 dev edition on my local Mac and I can't seem to get it working after much research and various tweaks.I have changed the server.xml config file to the following (amongst various other variations): <Context path="/" docBase=“/Users/craig/Dropbox/www” WorkDir="/Applications/ColdFusion10/cfusion/wwwroot” aliases="/CFIDE=/Applications/ColdFusion10/cfusion/wwwroot/CFIDE,/WEB-INF=/Applications/ColdFusion10/cfusion/wwwroot/WEB-INF"></Context>I restart CF10 each time but continue to get the following browser error: Safari (any browser) can't connect to the server: 127.0.0.1Any help very much appareciated
Hi, I have a fresh install ColdFusion 10 (latest updates)On a RedHat 6.1,6.2,6.3,6.4 Servers.Using Apache as a webserver.I can't get the following test code (Test 1 and Test 2)working. Both are provided by Adobe.I have tried https://cf.supportobjective.com/, no help.Does anyone know how to get ColdFusion working?The tests work with ColdFusion 8.01.Brian Erickson<!--- Test 1 ---><cfif IsDefined("Form.fieldnames")> <cfdump var="#form#" label="form scope"> <br><br> </cfif> <br> <cfform name="myform" height="285" width="480" format="Flash" skin="HaloBlue"> <cfformgroup type="tabnavigator" height="240" style="marginTop: 0"> <cfformgroup type="page" label="Contact Information"> <!--- Align the first and last name fields horizontally. ---> <cfformgroup type="horizontal" label="Your Name"> <cfinput type="text" required="Yes" name="firstName" label="First" value="" width="100"/> <cfinput type="text" req
Hi, Have hunted around on the net for a clear cut answer to this, but unable to find precise answer.Currently we run 3 coldfusion Servers:IIS/Coldfusion 8 - primary production server (very outdated)IIS/Coldfusion 9 - secondary production server (will eventually replace primary)IIS/Coldfusion 8 - development server.Probably not best practice, but our dev server is web accessible so that we can let clients in to test and preview their websites. I am in the process of setting up a new development server and had hoped to upgrade our secondary prod server to cf10 and take advantage of the development licence use that comes with that. However from my understanding of the EULA it sounds as though we would be breaching it if we left the dev server web accessible outside our own network. I have seen several other websites that seem to contradict this however so i am really unclear what we can do. Have tried calling/writing adobe but that hasnt been a whole lot of help.Do we need two copie
Hi,I have a fresh clean install of coldfusion 10 (latest updates)running on a RedHat 6.1,6.2,6.3,6.4 servers.I have been trying to get 127.0.0.1/flex2gateway/ to work but get 404I have performed a the recommended solutionsiehttp://inflagrantedelicto.memoryspiral.com/2012/12/flashservicesgateway-and-coldfusion-10/Still no success.Any ideasBrian Erickson
Hi,We are testing CF 10 on 2012 R2 with an old CF application. I understand COM objects only work with 32 bit CF, so I have installed the 32 bit version, but I am receiving the following error:An exception occurred when instantiating a COM object. The cause of this exception was that: AutomationException: 0x80040154 - Class not registered. I found this old article mentioning to register typeviewer.dll - http://helpx.adobe.com/coldfusion/kb/coldfusion-mx-class-registered-error.html but I am unable to locate this dll anywhere.Is anyone able to provide advice on how to resolve this issue.ThanksElise
keyboard settings are back to front to previous keyboard i had
I am trying to install CF10 on a virtual server.The server is a Windows 8 R2 with Service Pack 1 installed. Dual 2.53 GHz with 6144MB of RAM. The server has IIS7 installed.I got most of the way through and got this error.There is one website installed on the server.I am now a programer, server administrator nor a web developer. I'm just a guy in our department not afraid to try and tackle a wbesite. Could you please let me know (in layman's terms) what I need to do to get CF installed?Thank you!
I get this Internal Server Error (500.21) after installing the 32 bit version of Cold Fusion on a Windows 7 Pro machine (32 bit version). I read the posts and unchecked the IIS version 6 backward compatibility on my IIS configuration, and ran the upgrade to Version 9.0.1, but that didnt fix the problem. Any suggestions as to what I should do next?
I have successfully installed coldfusion on Ubuntu 13.10, but as a newbie to Ubuntu I am looking for a guide on the best way to continue from here?For example, I can view the CFADMIN at "http://localhost:8500/CFIDE/administrator/index.cfm", but am having difficulties viewing test documents placed in the wwwroot folder. Wayne
Can anyone recommend 3rd Party Software for Charting (pie chart, bar chart etc)I have tried to use the Cold Fusion charts <CFCHART> etc..... but they just dont create professional looking charts.I bought Fusion Charts.It worked great for a while.But the charts dont render on IPADS and now they have printing issues.So now I have decided to start anew.I want charting software that outputs to professional looking JPG, GIF or PNG images (NO FLASH!!)Does anyone have any suggestions for 3rd Party Software for Charting that integrates well with my existing cold fusion pages?
Can anyone recommend me a scanner? I'll mainly be scanning old photos to restore.Many thanks in advance.
I need to pass a dynamic variable using cfhttp. This code:<cfhttp method="get" url="#cgi.server_name#/page.cfm?pageid=#pageid#" resolveurl="Yes"><cfoutput> #cfhttp.FileContent#</cfoutput>Returns the error:The 3 parameter of the Mid function, which is now -8, must be a non-negative integer.This code returns the same error.<cfhttp method="post" url="#cgi.server_name#/page.cfm" resolveurl="Yes"> <cfhttpparam type="Formfield" value="#pageid#" name="pageid"></CFHTTP><cfoutput> #cfhttp.FileContent#</cfoutput>Any assistance would be appreciated.
My ColdFusion Builder 2 auto-indents four spaces. How can I change that to two spaces? Thanks.
My evidence shows this as incredibly buggy. Other forum discussions (http://forums.adobe.com/message/2868996) from 2010 and v9 and others suggest this tag has always been crap. The unproven workaround suggestions in the discussion mentioned are not even hinted at in the officical documentation. Should I even bother trying to make this tag work, or just find another way to allow my users to edit their data?
HMAC(msg,key,algorithm(optional),encoding(optional))I'm using the following HMAC(msg,key,algorithm)I’ve run into a situation where on one CF 10 server the algorithm parameter within the function works fine, while on another CF 10 server it does not. I can still use the HMAC function, but have to leave out the algorithm parameter using the default algorithm parameter of HMAC-MD5. I created a test script using all of the acceptable algorithms for the function. Works fine on one server, but none work on the other (outside of the default if none are specified in the function).I’ve gone through checking the server settings on both CF 10 servers. They match 100% from what I can see within the CF admin tool. The exception log for the CF 10 server not working correctly with the HMAC function has the following entry :java.security.NoSuchAlgorithmException: Algorithm HMAC-MD5 not available at javax.crypto.Mac.getInstance(DashoA13*..) at coldfusion.security.SecurityUtils.hmac(SecurityUtils.
Hi, I am displaying the search results into the cfgrid. The date field is using the datepicker calendar and I have to click on the fresh button below to refresh the search results. It worked fine with onkeyup below, if I manual enter the date into the textbox instead to pick from the calendar. How can I have it autofresh when i pick the date from the calendar?thanks <cfinput type="text" name="Dateadded_from" id="datepicker_from" value="#form.Dateadded_from#" onkeyup="ColdFusion.Grid.refresh('grid01', true);" />  
I presume that actual images are stored typically somewhere under My Pictures in win8. Opening up the organizer takes forever and I wish to speed this up. So I ordered a solid state USB 3.0 external drive. Do I just simply move my catalog over there and leave all else alone?
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Har redan ett konto? Logga in
Har du inget konto än? Skapa ett konto
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.