Questions
Als letztes aktiv
Hello,Where can I check to see the type of server that ColdFusion is configured to run currently? I have an existing installation of CF 9.0.1, which I will be removing and installing CF 9.0.2. During instalation of 9.0.2, I would need to specify the server to be used - ColdFusion server / Apache/ IIS etc. My question is, where should I see in the existing CF 9.0.1 to understand the server that is currently being used.Thanks!
ColdFusion 10 update 13 is now available for install. It includes support for OS X Mavericks(10.9). For details, please read this KB article: http://helpx.adobe.com/coldfusion/kb/coldfusion-10-update-13.htmlImportant: This update applies only to users who are on OS X Mavericks (10.9) or plan to upgrade to OS X Mavericks.
I have an xml file that I am trying to turn into a qury object so I can have the query interact with my SQL databaseThe XML file has 15 rows and I have successfully got 13 of them into a query.The problem is that the remaining 2 fields have hyphens or dashes - in the row names. Like (WORK_E-MAIL)..See the - between E-MailSo when I go to set the value in the query with this code <cfset temp = QuerySetCell(orderquery,"WORK_E_MAIL", #mydoc.rowset.ROW.WORK_E-MAIL.XmlText#, #i#)> I get this error messageError Occurred While Processing RequestInvalid construct: Either argument or name is missing.Is there some way to alias the row name with the hypen, maybe like this {WORK_E-MAIL} or like this [WORK_E-MAIL]I need to ge these 2 hypenated named rows into my query.Any ideas?
Hi All,I was able to install CF10 on MAC OSx 10.9 yesterday http://forums.adobe.com/message/6001420#6001420I create a FB/CF project using this configuration:CF Standalone option with:CF root folder = /Applications/ColdFusion10/cfusionWeb root = /Users/myName/SitesRoot URL = http://localhost/~myName/I got this message:The web server can be accessed but the CFIDE folder was not found. Please ensure the web root you have specified is the root folder of the web server and not a subfolder, or check the ColdFusion installation.I copy the CFIDE folder into /Users/myName/Sites and pass the message.I have a CFC in /Users/myName/Sites/CFtest1/cfcs/users.cfcMy remote Object is declared as <mx:RemoteObject id="SM_RO" destination="ColdFusion" source="CFtest1.cfcs.users">When I test the app I am getting this error:Unable to invoke CFC - Could not find the ColdFusion component or interface CFtest1.cfcs.users.Ensure that the name is correct and that the component or interface exists.I chec
We have CF10 isntalled as a j2ee installation on a web logic cluster on enterprise class servers. I was able to apply CF10 mandatory updates http://helpx.adobe.com/coldfusion/kb/coldfusion-10-mandatory-update.htmlBut when I try to install update 12 or update 13, it gives me a message which suggests that I need to be logged in as root on servers controlled by unix admins. Logging in as root to appy patches/updates is not an option in our enterprise.Your help is greately appreciatedThanksjhudeejay
We have a setup a new server running ColdFusion 9. We have installed ColdFusion and now I'm wondering how I would transfer the file system to the new server and use it as our Intranet server so we can demise the old server. After the ColdFusion install the CFIDE folder is in a different location on the new server. If I copy the old files to this directory (this is where our current files are stored) how do I point ColdFusion to this directory so we can use the new server for our Intranet? New to this so any information would be appreciated greatly.
(This is a partial repeat of a posting I added this morning to an old thread; reposting here in a new thread as I am not sure the old one will be seen by anyone)Through fits and starts, we have CF10 running on CF10 Standard on a VPS with Windows 2012 64 bit and IIS 8.0. I did install the IIS6 options too, as well as the ASAPI and ASP options. CFAdmin was installed with the "all sites" option. At this point, I can freely uninstall/re-install CF if need be as all sites are down anyway, unfortunately.Every site gives me a 500 error but I CAN get the CF Administrator up and it runs and displays pages, updates, etc just fine. Another thread I found here in the forums concentrated on the Application pools. I checked the application pools and they all say 32bit=true, so for one site I went through and set them all to false, but that did not fix the problem. Was I supposed to recycle IIS or CF before I tried to render the page again?For each site, there are 4 appl
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
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.