The official community for ColdFusion.
Recently active
I get the following error and losing connection while trying to code a program in CF Builder...!ENTRY org.eclipse.equinox.p2.engine 4 0 !MESSAGE Error parsing profile C:\Program Files\Adobe\Adobe Coldfusion Builder2\p2\org.eclipse.equinox.p2.engine\profileRegistry\profile.profile\1336576853011.profile.gz.!STACK 0Any ideas on how to fix? I am running on Windows 7 64 bit version.Thanks.
I had CF10 trial version installed on a Windows 2008 Server R2. Then Administrator stopped accepting my password. So I ran the password reset script and restarted the service. That didn't fix it. So I uninstalled and when I tried to reinstall, the installation program keeps saying: "The specified directory is not valid." The specified directory is C:\ColdFusion10, which exists on the file tree. I even manually selected it using the browse button in the installer. Any ideas?
Just transitioned to a new PC with W8.1 Developer/Trial version of CF10 downloaded, but Windows says it cannot be installed.
Does CF10 run on RHEL 5.10, the last update for v5?
I am trying to send an email with CFschedule... from what I can tell by looking at the documentation, I am doing it right. I am not getting any error messages but the email is not sending. The CFschedule is the action page of a form. When the form processed, it should set the CFschedule for another action page which sends the email. Here is the code - The code that fires on a form submit (I have verified that this page is being called properly) <cfscheduleaction="update"task ="sendemail"startDate ="3/18/2014"endDate ="3/18/2014"operation = "HTTPRequest"interval ="once"url = "sendemail.cfm"startTime = "10:43:00">And the action page. <cfmail from="xxxxx@xxx.Xxx" to="xxxxx@xxxx.xxx" subject="Your Equipment Test"> Your equipment lease is due back to CIE tomorrow. </cfmail>Thanks!
Im having a little difficulty figuring out coldfusion mappings with numerous virtualhosts in apache.It seems that CF10 handles things differently than CF8. I used to be able to add mappings in the CFIDE and brose to the files directly, or in the case of a cfc, get the component info. It seems that CF10 no longer follows mappings, or at least not externally. We have come flex apps that rely on these mappings, and they can no longer get to the cfcs. Adding aliases in apache did not fix the issue, since the CFC cannot read session variables from Application.cfm when invoked that way. Does anyone have any ideas?
Has anyone used Solr to index a directory or directories of .doc, .xls, .pdf files? The return from a cfindex on that collection has the document properties in the summary field and it is all together. That is to say that the title, author, etc is not broken out like it is in a verity collection. Does anyone know how to edit the schema.xml or config.xml in a solr collection to index the files so that I can retrieve this information. I am trying to capture all the document properties in their respective fileds and would like to add the created and modified date. I would like to be able to search on these fields.
Hi,I have 2 web server that run cf9, both been link and clustered. My problem now I have difficulty to add datasource. sometimes it can go thru sometomes it failed. And if it success the connection was not stabil. Please help me...Regards,Shaffiq
My setup IIS7 windows 2008 R2 with ColdFusion 9 on a virtual server, using windows authentication.Windows authentication worked perfectly in the previous version of IIS and on a conventional server setup and coldfusion 8.Now when a person without permission requests a file in a protected folder, they are denied all files except the .cfm file. That file displays all the text.Since this is IIS7 there is no "check that file exists setting" but this is supposed to be handled through the Handler Mappings.The wildcard is mapped as well as the .cfm, .cfml etc specific extensions.Documentation says:How does the ColdFusion service interact with IIS in terms of security?CF runs as a separate service, but it also integrates with IIS using an ISAPI extension. The ISAPI extension runs in-process with IIS, just like the ASP engine, and when a request is received that is mapped to the file extension associated with the ISAPI extension (typically .cfm and .dbm, although those can be changed in the IIS
I have what appears to be a configuration problem with Coldfusion 10 running on a Windows server with IIS 7.5I have a javascript function that is sending REST requests to the server. I am able to make GET, POST,and PUT HTTP requests to a REST CFC with no problems.However, when I send an HTTP DELETE request to the CFC, the code within the delete function in the CFC executes (the delete query in the function runs), but then I don't get a status code sent back to the browser. It's not that I get an error status code . . . I get NOTHING. No status code is returned at all and the request process in the browser just sits there and waits.Since the code within the function is working, I've tried "forcing" the return of a status code using cfheader. It doesn't work.However, if I take the query from the CFC and put it in a file with a CFM extension and call it using the HTTP DELETE method ...I get a 203 status code back right away
We have a need to upgrade our Oracle DB from 11g R1 to 11g R2 and are not in a posiition to move off of ColdFusion 9 yet. Has anyone run into any issues with 11G R2? I know it's not officially supported by Adobe, but I don't think we will have much choice in the matter.
I have a shopping cart that works from main code with VD on IIS. So all the code is places in one directory, and for each store I create a Virtual directory on the IIS so a store link will look like this :www.shoppingcart.com/store/XXXXX when the xxx is the prefix of that store. in the application.cfc ONREQUERSTSTART I take the last part of the URL and match it with the PREFIX I in the list of stores on the DB. to get the prefix I do this :<cfset request.store.prefix = "#listgetat(cgi.SCRIPT_NAME,listlen(cgi.SCRIPT_NAME,'/')-1,'/')#">Then to get the right store info I used to do this : <cfset qreadStoreInfo = application.cfc.StoreDetails.read(filterStorePrefix request.store. prefix)> It all worked well (for over 4yrs) till about 2-3 moths ago (or at least then one of the client complained) when we start seeing the WRONG output of store
Dear All CF GURU,There have been a bug that troubling me.I have a mysql dump process as code below and it will keep restart the process around every 900 seconds.<cfsetting requesttimeout="72000"><cfquery name="backupdb" datasource="main">SELECT schema_name FROm information_schema.SCHEMATA where schema_name <> "information_schema" and schema_name <> "mysql"</cfquery><cfloop query="backupdb" ><cfset dts = backupdb.schema_name><cfset currentDirectory = "C:\DAILYBACKUP\"& dts><cfif DirectoryExists(currentDirectory) eq false><cfdirectory action = "create" directory = "#currentDirectory#" ></cfif><cfset filename=dts&"_"&dateformat(now(),'YYYYMMDD')&"_"&timeformat(now(),'HHMMSS')&"_"&GetAuthUser()&"_DAILY.sql"><cfset currentdirfile=currentDirectory&"\"&filename><cfexecute name = "C:\Program Files\MySQL\MySQL Server 5.6\bin\mysqldump" arguments = "--user=ro
Hi,I was just wondering if there were instructions around on how to install admin components for remote start & stop after installation of CF 10 has been completed?I'm looking to update some development servers for use with ColdFusion Builder, but I can't find any information on how to install the component on linux after the fact.I've searched through the installation guide, but haven't come up with anything.Cheers,Simon
I am having issues enabling scheduled tasks in ColdFusion 10. I have go so far as to set MySQL (5.1.73) to use lower case table names and be case insensitive in comparison. After that didnt work, i dropped the databse and ran `tables_mysql_innodb.sql` (C:\ColdFusion10\cfusion\lib\quartz\scripts) and trien to enable schedule task clustering and continue to recieve this error message: `Error while creating tables for cluster setup for datasource cf_tasks. Verify the connection. The supported databases for cluster setup are MySQL, Microsoft SQL Server and Oracle'. I didn't have the `Create Tables for Cluster Setup` option selected.
Hello, everyone.I'm just curious if there is a way to change the default documents in CF9 built-in web server?I know that in IIS the default documents are default.htm, default.html, index.htm, index.html, home.htm, etc. You can change their priority, remove them, add to them.Can the same be done in CF9 built-in web server? I've tried Google-ing for it, but I'm not finding anything on the subject.UPDATE: Op! I may have stumbled across the answer. I'll let you know if it works.Thank you,
I have a drop down that calls a function to return a list of ID's. Based on the ID that is selected it calls another function to return something (within a <cftextarea> tag. This works fine unless I am using ckeditor on my page which turns the textarea into an iframe which I think is whats causing the data to not populate in that textarea. I have run the ajax debugger and there are no issues, everything is being passed as it should be. and I has run this in multiple browsers so that is not the issue.Has anyone run into this? I googled and cannot find anything.Running ColdFusion 9.0.1Thanks
Referring to the same code mentioned in my previous post:<span class="test"><cfclient> <cfset variable1 = 10> <cffunction name="test1"> <cfoutput>#variable1#</cfoutput> <cfset variable1 = 20> <cfoutput>#variable1#</cfoutput> </cffunction> <cfset test1()></cfclient></span>The code that gets generated and executed will insert a DOM node into the page:<span clas
Just want to say hello to everybody after being away for about 6 months, it's literally taken me that long to get somebody from the Adobe Indian tech support team to get me access to my account after Adobe changed my password due to their security breach.Not cool.... Multiple hour long chats over months, promises to fix it after they kept sending me a request email that NEVER turned up, I finally found somebody that signed me up for another service and used that to get me access here, I was about to give up on Adobe, and ColdFusion.Is there anybody even in here anymore! 😉Mark
Hello Friends,I am in development of a web application that uses the new ColdFusion HTML5 websockets technology. I recently upgraded my MacBook Pro to Chrome30 from 29 and, what do you know, the websockets magically stopped working! After Google-ing for some context on the issue, it appears that Google has made changes to the way they implement the Sec-WebSocket-Protocol parameter negotiated during the socket setup. It turns out that the client (ColdFusion's Tag in JS) is sending the 'GET /cfusion HTTP/1.1' request with the Sec-WebSocket-Protocol key, which complies with the optional parameter defined in RFC6455. However, when the server responds back to the client with the '...Switching Protocols' response, it is passing back 'WebSocket-Protocol.' All of the other paramaters do include the 'Sec-' prefix, which does adhere to the RFC.From what I have read, the failure, "WebSocket connection to ws://localhost:8585/cfusion' failed: Error during WebSocket handshake: Sec-WebSocket-Protocol
Does anyone know if Adobe release security updates for Coldfusion after the core and extended support periods have expired for that version?
I was looking at CF8 server vunerabilities, such as this one http://www.youtube.com/watch?v=CzXLLZ8ohZU where a user can easily get into the CF admin, add a shell and then basically do what they heck on our server.Can anybody tell me how to make sure that this particular vunerability has been taken care of, is it part of a particular service pack, when I say service pack I mean cummulative hot fix, like CHF 4 http://helpx.adobe.com/coldfusion/kb/cumulative-hot-fix-4-coldfusion.html CHF is just another term for a service pack I guess, and CHF 4 appears to be the last cummulative fix up.My only concern is that if we had been compromised that even a hotfix would not remove any shells, although I could not find any, I am not a hacker, and those guys are very good at hiding things.Ahh..after posting this I then saw the link to securityhttp://helpx.adobe.com/coldfusion/kb/cumulative-hot-fix-4-coldfusion.html#main_SecurityIt looks like quite a bit of work, no wonder so many people jumped ship
I used the same exact installer on another machine and everything installed properly. Updates in Dev are fine. Not in this installation. It's simply not displayed.
Hello,I am working with a client on an issue regarding cfform ( flash ) on a coldfusion10 server with multiple instances. We have multiple instances setup as a cluster. We then replicate all sandbox security settings to both instances. However, one instance loads a test flash form, while the other produces an 'RSL Load Failed!' error.Running the same test on a site that doesn't have a sandbox setup, the form works just fine on that instance. This leads me to believe there is a problem with permissions due to sandbox security on this instance. Anyone know what specific folders/settings should be enabled to allow cfform ( flash ) to operate properly?Thanks in advance. If more info is required, let me know.
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.