The official community for ColdFusion.
Recently active
I am unable to open install new software and update software in my standalone version of Adobe Coldfusion designer 2.0.1If I go to Help / Product Details / Installation Details I get a message that An internal Error occurred Fetching Children of _Self_Details shows: An internal error occurred during: "Fetching children of _SELF_".Registry Directory not available: \\10.10.10.25\c$\www\p2\org.eclipse.equinox.p2.engine\profileRegistry.The installation is looking for a Registry Directory on a Network Share. If I use file explorer and open the share using credentials, erything works OK. I would like to avoid this, so I deauthorized the software, did a full uninstall, rebooted and reinstalled, but the error persists, Does anyone know how I can change the path the installation is using to find the Registry Directory?ThanksDwight
Hi All,I installed apache as:http://coolestguidesontheplanet.com/install-configure-apache-mysql-php-phpmyadmin-osx-10-8-mountain-lion/And CF10 as:http://iknowkungfoo.com/blog/index.cfm/2013/2/27/Installing-ColdFusion-10-on-OSX-108-Mountain-LionIn my other MAC I was able to fix my issues with my installation as:http://forums.adobe.com/message/5671892#5671892#5671892The Apache is running, aparently CF is running also:$ /Applications/ColdFusion10/cfusion/bin/coldfusion restartRestarting ColdFusion 10 server instance named cfusion ...Stopping ColdFusion 10 server instance named cfusion, please waitColdFusion 10 server instance named cfusion has been stoppedStarting ColdFusion 10 server instance named cfusion ...The ColdFusion 10 server instance named cfusion is starting up and will be available shortly.======================================================================ColdFusion 10 server instance named cfusion has been started.ColdFusion 10 will write logs to /Applications/ColdFusion10
When will CF9 end of life for support?
I have a form (working on someone else's messy app that is no longer at my work so I am a bit confused at what they did) that prints out list items from a database. There is a button to add an entry then save it to the database. I have that working. Each item that is already in the database has an id of "sort_serialize" which had a unique number appended to it upon submission like "sort_serialize_103". But that is no longer working. The new additions get added to the database without the appended number. I am not sure how to make that work. I've been trying to use JQuery "serialize" on them but I can't get that to work. If it were up to me, I'd have used MySql and just used Autoincrement on an ID column but we are using Oracle which does not have Autoincrement. Oracle has the features "Triggers" and "Sequences", neither of which I know how to use. Does anyone have any ideas on this. I put some code below....it's a bit of a mess (like I said, I didn't write this app or I'd h
Hi, I’m using CF10 and Fusebox 3. Can you tell me where images for a circuit go? Should they be stored in the root “Images” folder or should I create an “images” folder in the circuit directory? I’ve tried it both ways and cannot get the graphic to show in one of my circuit pages.This is the code that does not work for me where I put all the graphics in the images root folder. None of the graphics show up when I look at the circuits main page. The code work fine however, from the main site page. Thank you.<code><cfoutput><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head> <title>Forums</title></head><body><table> <tr> &nbs
When installing CF9 on Windows Server 2008, it get an error ..."Unexpectedly Quit Invocation of this Java Application has caused an Invocation TargetException. This application will now exit. (LAX)"I have attempted the solutions of clearing TEMP directories with no resolution. The written solutions are no specific and do not say where these temp directories are, but I cleared out what I can find. Any other suggestions? Thanks
Hello,I have ColdFusion 9.0.1 (Enterprise edition) installed, with Cumulative Hotfix 4 and Security Patch APSB13 & 27 applied on it. The current version details look as below:Version: 9,0,1,274733Update Level: hf901-00010.jar My question is, is an update from 9.0.1 to 9.0.2 really required from a security standpoint? "Verity" is not a concern for me, since I do not think I use it, and the presence of Verity is not a problem either. Are 9.0.1 with the above security updates, and 9.0.2 with security updates the same from a security standpoint, or do I gain any more security if I update to 9.0.2?Thanks,Arun
Does CF Builder have a way (plugin or some setting) to not allow editting outside of the InstanceBeginEditable and InstanceEndEditable tags, as it does in DW?
Hi Folks,I installed CF10 but when I try to login to the CF Admin it won't accept my password. If I edit the neo-security file (false) I can get into the admin without a password. I also tried running the passwordreset.bat file and still won't accept the password. I tried using IE and firefox to login and both do not work.Thoughts?-Tom
I have a CF8.01 website app. In the past it hasn't been a big problem when users initially access it by typing "xyz.com" and then later (but within the life of a session) type in "www.xyz.com" - when they do the second access they get prompted to login again because the session from xyz.com doesn't exist.But I'm working on some new functionality that would involve emailing them a link to a report on the website. Now it's a problem because the link isn't going to work unless I know whether or not to use "www." so that they don't get forced to login again (presuming that they clicked it within the life of the session).I could do a test of CGI vars to see how they go to the page (www. or not in the URL), but it seems like this should be a problem that is solved by using domain cookies. I included setdomaincookies="yes" in the CFAPPLICATION tag in application.cfm, but that had to effect. I created a test case where a page did a CFDUMP of the session structure,
Can you run multiple instances of cold fusion using cold fusion standard?
Aside from downloading cold fusion 10 upgrade will Adobe provide a copy on disc?
I have CF 9 Enterprise on server A. We have nice new shiny server B and would like to install CF 10 Enterprise Trial Version on it. If we discontinue use of server A, can we upgrade to CF 10 Enterprise on server B from trial version without having to re-install CF 9 Enterprise and upgrade to CF 10 Enterprise?
Hi, Instead of John,Dee, i want it to showJohnDee.my code isn't do what i want, can anyone help pls?thanks<cfset mystring ="John,Dee" /><cfset TheText = replace(mystring, ',', "#chr(10)##chr(13)#", "ALL") /><cfoutput>#TheText#</cfoutput>
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
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.