The official community for ColdFusion.
Recently active
Our cfapplets.jar has recently started throwing a java security error. The error reads: This application will be blocked in a future Java security update because the JAR file manifest does not contain the Permissions attribute. Please contact the Publisher for more information. This seems to affect the hotfix for CF8 and CF9, as well as the stock CF10 cfapplets.jar
Keep trying to convert a PDF file to Microsoft Word and keep getting an error message saying I do not have permission to do this.
im Trying to install Adobe CF 10 Developer On A Fresh Install on kubuntu 13.10I did the manual httpd.conf as per my previous post http://forums.adobe.com/thread/1088087Then when installing i get this error on startupCould not determine Apache connector version.Check that the Apache binary path /usr/sbin/apache2 is correct.My Apache Version is 2.4.6.here is the output of ConnectorInstall0.txt ============================os.name: Linuxos.version: 3.11.0-12-genericos.arch: amd64platform: intel-linux64command line: -ws Apache -dir /etc/apache2 -bin /usr/sbin/apache2 -script /usr/sbin/apache2ctl -cfide /opt/col$web server: Apacheweb server directory: /etc/apache2apialloc: falseforce resource extract from jar: trueApache binary: /usr/sbin/apache2Apache control script: /usr/sbin/apache2ctlApache apxs: falseUsing Apache binary /usr/sbin/apache2Could not determine Apache connector version.Check that the Apache binary path /usr/sbin/apache2 is correct.Everything seems to be fine.What to i do now
I am attempting to setup a custom 404 error with CF10 and IIS 7.5. Previous to CF10 (and IIS 7), you can get the URL of the non-existent page via the querystring (e.g., 404;http://www.example.com/some/file.html) when the custom 404 page is processed. However, with CF10 and IIS 7.5, the querystring returns 404;http://www.example.com/jakarta/isapi_redirect.dll. Is there a way to retrieve the actual URL of the missing path, like in prior versions?
I want to wrap my head around MVC, and I know the subject matter is, in and of itself, technical. I'm not the best ColdFusion programmer out there, but I'm pretty seasoned. As such I'd really like to understand MVC, but I have yet to find a resource that has been able to do so. I just finished watching an hour long video and the presenter basically through a myriad of terminology at me, and no comprehension was really made. Has anyone found a resource out there that provides maybe a high-level overview of MVC from a CF standpoint?I'd really like to utilize the principles, but I just can't seem to find a training source that can speak to me.
The information I've seen indicates there is a hotfix for CF9.01 which will allow the cfmap tag to work with Google maps v3. We have installed the latest hot fixes. I obtain an error when trying to use the Google maps v3 API key with the cfmap tag indicating you are trying to use a non v2 key. Google is discontinuing support of v2 on Nov 19.Is there something else we need to do to be able to use cfmap with v3? Do we need to upgrade to CF9.02?Upgrading to CF10 prior to Nov 19 is not an option.Does anyone have sample code to share?Thanks for your help.Pam Butenshen (AAOS)
When I change the log location in ColdFusion Administrator it changes the location of most but not all the log files. I have a requirement from my customer to place all log files on a separate partition on the server. For ColdFusion 9 I was able to modify the registry settings to change StandardOut and StandardErr for the ColdFusion Jrun service. This does not appear to the case for ColdFusion 10 which now uses Tomcat 7.I tried modifying log4j.properties file and was able to relocate the hibernatesql.log, axis2.log, and esapiconfig.log but not the coldfusion-out.log.I am running ColdFusion 10 Enterprise Edition on a 64-bit Windows 2008 Server.
I have a CF10 Instance running on a Mac-Server with Apache Connector. Right now I have deployed an Application which is SSL enabled. I would like to serve the same Application, but without SSL from the same Server Instance. Does anybody know, if this is possible, and if, what I have to change in the Configuration.Thanks for helping.
Hi,I have been asked to move CF applicaion from one data center to another data center with ColdFusion 8. I have installed Coldfusion 8 enterprise (trial) for users to verify the site on new data center. Now we are ready to apply ColdFusion 8 standard license to the new environment. The old environment still works with CF 8 standard license without any problem. But applying the same license to the new environment, it got converted to developer edition from enterprise (trial) edition on new environment.Please help ? How can I make it to work as Standard edition, instead of developer edition ?Thanks,Susan
I have an autosuggest field that returns a country name which works fine. <cfinput type="text" name="country" message="You must enter your country of residence" validateat="onSubmit" required="yes" size="45" showAutoSuggestLoadingIcon="false" autosuggest="cfc:ajaxlookup.getCountries({cfautosuggestvalue})">I now want to retrieve the country ID from the country selected above and bind it to a hidden field.Does anyone have a code example?
I have installed and set up Coldfusion 10 successfully. However I am unable to get into the console, loging in as admin. I can get in by setting ><var name='admin.security.enabled'><boolean value='false'/>I have tried changing the password, and resetting it, but it still does this:1. Hit admin console, and log in a. logs show : coldfusion-out Oct 29, 2013 13:25:27 PM Error [ajp-bio-8012-exec-1] - An error occurred while updating authcache.Oct 29, 2013 13:25:27 PM Information [ajp-bio-8012-exec-1] - An error occurred while fetching element from authcache.Oct 29, 2013 13:25:27 PM Information [ajp-bio-8012-exec-1] - User admin logged in.audit"Information","ajp-bio-8012-exec-1","10/29/13","13:25:27","CFADMIN","User admin logged in."2. While monitoring page I get a POST and a GET of index.cfmSo in summary, I am able to log in with the correct credentials, and Coldfusion recog
Hi All,I have a string named 'EMAIL_BODY' which contains the following text 'Blah blah &#39 blah blah' What I want to do is replace &#39 with &#39;How am I able to do this? as I think I need to escapse the & and # ?Many thanks,George
I am trying to invoke a CFC via a URL: $(function () { 'use strict'; // Load countries then initialize plugin: $.ajax({ url: 'https://....countries.cfc?method=getCountries', // url: '/autocomplete/content/countries.txt', dataType: 'json' }).done(function (source) { var countriesArray = $.map(source, function (value, key) { return { value: value, data: key }; }), countries = $.map(source, function (value) { return value; });And get the following error:NetworkError: 403 Forbidden - Any help in fixing this would be appreciated.
This one has me feeling a little silly, but for the life of me I can not get any of the ColdFusion Builder shortcut keys to work on my Mac.I'm running CFBuilder 2.0.1 on Mac OSX 10.9.None of the reported shortcut keys do anything, anyone else have this problem?Thanks in advance,Rich
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/Admin/WSe61e35da8d318518-69b2bf03134d0730d5e-7ffd.html
ALL of my cfgrids are only displaying page 1 of 1. I upgraded/updated 9.0.1 with hotfix4 and changed from java 6 to 7.
So, we've been using the standard ColdFusion Encrypt/Decrypt functions in our development (AES/CBC/PKCS5Padding), and I'm wondering how we're going to manage string comparisons in our queries. There are a few fields (First Name, Last Name) that we need to be able do partial string matches against, and I'm really unsure about the best way to do this.1) Is there a way to use AES_DECRYPT in mysql for this? Seems like a likely candidate, but I'm not sure how to handle the CBC/PKCS5Padding aspect of the encryption algorithm if so.2) We could cache a decrypted and slim (i.e. just first name, last name, and an id) query to do queries against, but something feels weird about that.3) We support matching the first n letters, and store an encrypted version of those in the record? E.g. If the name is SMITH and we want to support matching on the first three characters, we'd store encrypted versions of 'S', 'SM', 'SMI'. This seems weird too.4) We could not support parti
Hi,I got this 401.3 error when running the http://127.0.0.1/CFIDE/administrator/index.cfm configuration page after installation of coldfusion 8 standard on win 2008 32bit server which has IIS7. Coldfusion 8 files are located on D drive instead of the default C drive. I already duplicate right access from C to D but still get the error. The IIS 7 error page shows that the logon account is Anomymous. I traced default web site authentication and it poited to NT Authority\IUSR account so I added this account full access to D:\inetpub\wwwroot but that didn't help either. Does anybody come across this problem? Any help is greatly appreciated.
<cfform action= "#cgi.script_name#?#cgi.query_string#" method="post" name="MyForm" enctype="multipart/form-data">I want to keep current action string when user upload file.I have above code and add myform.myTextControlValue after "#cgi.script_name#?#cgi.query_string#" to keep my parameter.I tried the following to replace cgi.query_string, is it the right way to handle string like following code or any other solutions?Your help and information is great appreciated,Regards,Iccsi,<cfset q = reReplaceNoCase(cgi.query_string, cgi.query_string, "MyForm.cfm&MyValue=" & #form.MyValue#)> <cfform action= "#cgi.script_name#?#q#" method="post" name="MyForm" enctype="multipart/form-data">
I am trying to create a facebook connect page and am getting stuck at a seemingly triffle issue because I cannot parse correctly.I send my information to Facebook for authenticationhttps://graph.facebook.com/oauth/authorize?type=user_agent&client_id=xxxxxxx&redirect_uri=http://mydomain.com/mypage.cfm&scope=read_stream,offline_accessFacebook authenticates the user and sends back the access_token which is needed for all calls thereafter to the redirect_uri page in the following formhttp://mydomain.com/mypage.cfm#access_token=xxxxxxxxxxxxxxxxxxxxxxxNow, I need to get the access_token so I can make the subsequent calls, but I am not able to extract the value of the access_token using coldfusion. It seems like a very easy thing but I am stuck at this point. If it was of the usual "?access_token=xxxx" form then it would have been a piece of cake but the pound sign is preventing me from parsing it. Anyone have any idea?
I've done some searching and didn't find much as to issues with either IIS7 or IIS8 and CF10. Does Adobe recommend one over the other?Thanks in advance for any help on this.
Hello,We are running CF 9.01 standard on IIS 6 (Windows server 2003) on mutiple servers. I've noticing a few instances of these errors on every server, almost on a daily bases:10/28 13:32:26 error Error while reading header HTTPREFERERjava.net.SocketException: Software caused connection abort: socket write error at java.net.SocketOutputStream.socketWrite0(Native Method) at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)------NOTE: the header name can be anything, but the stack always starts like this.A few times, yesterday for example, a server can suddenly show tons of these errors and then it becomes unresponsive, with queued CFM requests. Only a restart of the service frees this condition.Our CFM pages perform a lot of CFHTTP calls, 99% of the time to localhost; in any case the local network is very solid. At the same time CFM is having these issues other pages, for example .NET pages, work perfectly.any
Good Day All.I have the following code the will randomly get an image from a folder.It works Great.Now what i would like to do is add that image as an inline image in my email signature.eg <img src="http://websiteadd/getsingle.cfm">However this does not work.here is the code of the CFM page.<cfset imagesFolder = "#dirlocation##dirspace#images#dirspace#stock#dirspace#temp" /><!--- code to look in directory, choose one image at random ---><cfdirectory directory="#dirlocation##dirspace#images#dirspace#stock#dirspace#temp" filter="*.jpg" name="getPics" action="list"/><cfset maxrows = getPics.recordCount/><cfset startRow = randRange(1, maxrows)/><!--- if one or more photos was found ---><cfif maxrows gt 0> <div class="showPic"> <cfoutput query="getPics" startrow="#startRow#" maxrows="1"><cfheader name="content-disposition" value="attachment; filename=#name#.jpg" /><cfcontent file="#dirlo
Windows Server 2008 R2 Standard + IIS + CF8When I access the http://127.0.0.1/CFIDE/administrator/index.cfm, I goet error which says "The DataSource service is not available."I googled solution and use the neo-datasource.bak to replace my neo-datasource.xml. But it did not work.Could anyone met this error before and give me a solution for this?Please see the detailed into below:The DataSource service is not available. This exception is usually caused by service startup failure. Check your server configuration. The error occurred in Application.cfm: line 87Called from Application.cfm: line 4Called from Application.cfm: line 1-1 : Unable to display error's location in a CFML template. Resources: Check the ColdFusion documentation to verify that you are using the correct syntax. Search the Knowledge Base to find a solution to your problem. Browser Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/6.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.
Gurus,I heard lot about CF. So trying to see what it got. I am installing CF 9 multiserver with multiple instances to the cluster. My question is 1. On production server, will you advice to select REPLICATE SESSION and STICKY SESSION or only STICKY SESSION to stick the request on same server ?2. I am not able to view my CFUSION administrator after I link cluster to the default web site, using webserver configuration tool. How to get the CFUSION administrator screen working ? Please advice so that I can continue working with Coldfusion !!Thanks,Susan
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.