The official community for ColdFusion.
Recently active
Last week I started to install hotfix APSB 12-26. I downloaded the files, unzipped them and followed the instructions on this page. I got as far as going into the console, clicking the "i", adding the hf900-00009.jar file and clicking the "submit changes" button.I restarted all services.For various reasons, which I won't bore you with here, I wasn't able to go any further with the installation of the hotfix, so I did not change anything else about our installation of CF9.Since this we have had some odd problems with our websites which might have been caused by this partial installation of the hotfix. I would like to uninstall whatever it was that adding the .jar file did, but I can't find any information about how to do it.I checked our backups from the day before I attempted the update and the folder than now contains the hf900-00009.jar file and a file called empty.txt has just the empty.txt file in it. Should I simply delete the .jar file and then click the "submit changes" button,
We have server running CF10 Standard which basically a one trick pony - doing one only thing - handling flash and AIR romote object requests from browsers and devices.I'd expect this to go smoothly but we're seeing a number of errors popping up when the server is under load ( we're talking pretty small loads - maybe 100 concurrent users across browsers / devices )The errors are often duplicate http session or recently Error deserializing client message and they don't seem related to the code / device just distributed randomly.What I'd like to know is simply:Is CF10 Standard throttled for Flash Remoting in some way ?Was this introduced in CF10 ( and was not in CF9, 8 ) ?Aside from upgrading what can be done in CF Admin to optimise Flash Remoting in CF10 Standard ?Thank you.
I'm trying to build a module to utilize the eBay large merchant services API and I've hit a major road block.I decided to start out by implementing a request for active listings. I've got the basic functions working to start the export job and get a file ID to download. I can make the download request just fine but the filecontent comes back as an object of java.io.ByteArrayOutputStream and I'm not exactly sure what to do with it.It's supposed to be XML content with a zip file attached.The toString result shows that it's Content-Type: application/xop+xml. and it looks like it's delimited bya mime boundary. This encoding is a little new to me but I gather it's a more optimized way of packaging thebinary data with an XML response.The problem is separating out the binary attachment from the XML part. I found this Blog Post where he ended up suggesting using the underlying java getByteArray function but that still doesn't seperate the XML from the attachment and after that i don't know wha
I am trying to get ColdFusion 10 Standard 64-bit to install and run on 64-bit RHEL 6.3 Workstation (Apache). After disabling selinux, all segments of the installation run to completion flawlessly. There are no indications of any kind of error. The ColdFusion administrator appears to be functioning normally. The mod_jk.conf file is included in the httpd.conf file as required. In spite of this, any attempt to use Flash remoting results in a "Send Failed" message. In fact, any attempt to access flex2gateway results in a 404 page not found message (including http://localhost/flex2gateway/).Other details that may or may not be relevent are as follows: I am new to Tomcat (I'm a long time ColdFusion 8 and 9 user) and I am not sure where to go to try to fix this problem. I am trying to migrate a web-site that features/contains LOTS of Flex 4.51 compiled controls from a 32-bit RHEL5.8 machine that is running 32-bit ColdFusion 8 Standard to the new 64-bit platform. The Flash/Flex controls were r
cftextarea richtext does not appear to be functioning in the lastest RC of IE 9.This code:<cftextarea name="message" bindonload="no" height="450" width="650" toolbaronfocus="no" richtext="yes" toolbar="default" fontsizes="1em" skin="silver"> </cftextarea>Works fine in FF and Chrome as well as IE8 - but not in IE 9. Is this an issue with FCKEditor or just IE (as usual?)
Having an issue with pictures that is uploaded to the site. On a page I have a div tag set to a certain size, but if someone uploads an image that is bigger than the size of the div it ignores the div size. The size of the div is 500px by 500px. I even tried a table with a set dimension and still no go. I did think of using the cfimage resize function, but thought to myself that if someone uploads an image that isn't bigger then500px X 500px it will extend the size i set and might blur the image, so i guess that's a no go.Is there a way to force the image to not extend past the size I set in the div?
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7f11.html
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7d68.html
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7d68.html
So I just purchased my entire team of developers windows 8 machines, and I have found that CF does not install on Windows 8. How is it possible that Adobe does not have a Windows 8 release yet? I have been an avid CF supporter for over a decade but this could be the last straw. Does anyone know of any possible workarounds for this issue? I am in a bind here so any help will be greatly appreciated.
Hey everyone, I'm hoping I can get some advice from others who may have had similar struggles as me in this regard. I am running a Windows Server 2008 R2 with IIS 7.5, along with a 32-Bit CF10 installation. I have followed all instructions in setting up CF10 32-bit, and have successfully connected to a Microsoft Access data source. Everything appears to run fine.My issue has to do with a particular report that we are creating where we have to do a lot of data mining to gather information from the Access DSN into a simplified results table for formatting into a report. It is admittedly a rather heavy process, which requires digging up recordset totals from the DSN thousands of times. I understand the disadvantages of using Access in this way, but there are other requirements on the data that have us hemmed into using Access as the backend in the near future. Running this report on CF9 we have success. Its a slow process, but it does complete the
Hello, everyone.Just curious: Is there a Windows equivalent of SSI for ColdFusion 9 built-in webserver?Thank you,^_^
Trying to install CF10 with the web server connector to Apache 2.4.3 Win32 and get "Adobe ColdFusion 10 does not support this version of Apache. The earliest supported Apache versions are 1.3.12 or later for Apache 1.x and 2.0.43 or later for Apache 2.x". Does CF10 support Apache HTTPd 2.4.x?
Need some help, please. I have two identical CF10 enterprise servers set up with IIS7 on Win2008. Each has 4 CF instances running. I decided to experiment with clustering as I''ve run previous version of CF as J2EE instance with much success.So, on server 1 I registered a remote instance on server 2. No problem. I then went into the Cluster Manager and added this remote instance to my existing cluster. Upon clicking Submit I was greeted by a plain white screen that said only: 503 Server unavailable. Several refreshes predictably yielded the same thing.I restarted the CF instance. Now I get IIS error 500, IsapiFilterModule when trying to access CF AdminI re-ran my web server connector tool.I've tried falling back to older server.xml files.I'm sure something got screwed up when trying add to my cluster but without a CF Admin I'm not sure how to undo this.All other instances and all remote instance on server 2 are fine. I can access th
Windows 2008 R1, IIS 7.5, CF10We just upgraded our development standalone CF9 server to CF10. Had a few issues along the way, but got it installed (other forum entries refernce the issue with having to add individual sites in IIS via wsconfig). What happens is that our default page (default.cfm) gets an error 310, redirect loop. If I can get a cookie session set, I can get into the website, just not on the default page. I have completely removed and re-installed IIS, whci helped soem of our issues, but not the basic one of the loop. Any thoughts? BTW, I am a sys admin, not a CF expert by any means.And just to verify, this was workign fine in CF9 on the same box.This webpage has a redirect loopThe webpage at https://<SERVER-NAME-REMOVED>/<DIR-NAME-REMOVED>/default.cfm has resulted in too many redirects. Clearing your cookies for this site or allowing third-party cookies may fix the problem. If not, it is possibly a server configuration issue and not a problem with your compu
Windows 2008 R2 server, using the IIS connector, new CF10 install with all updates applied. I am following the directions listed here-http://helpx.adobe.com/coldfusion/kb/enable-verbose-logging-coldfusion-10.htmlI made the change to set log_level = debug in the isapi_redirect.properties file and have restarted the server several times. However, now nothing is logged in the isapi_redirect.log since that change. The last log entry is the 'stopping' [info] message. I have tried settings the log_level value to trace, but that doesn't appear to work either. When I change the log_level value back to info and restart, logging resumes.We are attempting to troubleshoot what appears to be a connector issue, where some custom header fields are not available in ColdFusion (Bug #3340564).Any ideas? Does the debug level connector logging work for you all?
I'm working on building my own photo galllery now that CF has provided this nifty multi-file upload box. The problem is, I can't seem to get it to do what I want.My idea for the album is to upload everything to a working folder on my website, then have a script resize them (making thumbnails and main images) before moving them to where they'll actually go. But right now, I can't get anything to "upload". Upload is in quotes, because right now, this is all local to my PC. I'm running CF10/Apache2.2.22/MySQL 5.5.28/Ubuntu 12.10.Right now, here's what I have on my upload.cfm page:<cfset session.storage = replace(createUUID(), "-","_","all")><cffileupload width="640" extensionfilter="jpg,jpeg,png" url="photomanage.cfm?#urlEncodedFormat(session.urltoken)#" name="photos" />(The UUID stuff is from Ray Camden's tutorial).And here's what's in photomanage.cfm:<cffile action="uploadAll" destination="/var/www/manage/upload" nameconflict="makeunique">Knowin
Easy enough, I know, but the problem is that someone uninstalled the server without retrieving the license key; therefore we can't simply navigate to the administrator page(s) to retrieve it.Any ideas?I'm not familiar with how Coldfusion licenses work but can we simply re-install the Coldfusion 10 trial version and it will recognize that we did once have a key and allow it to run as a standard, non-developer, edition?Also, after retrieving the key, we need to move the key to another server as this one is being de-commission (reason it was originally uninstalled). How can we go about doing this?Thanks in advance to any help we can get for this!!
I specifically require Coldfusion 8 Developer Edition but cannot find the link anywhere. It appears as though links to it have been replaced with the Dev edition of CF10.I require this for two reasons:Firstly, it would be nice to be able to develop on my local PC rather than directly on the production site.Secondly, the CFIDE folder has gone missing and I have been told that copying the one installed from a Dev edition will fix it.Thank you.
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec18238-7fd0.html
I would like to use same form to insert and update a record to database.I use Dreamweaver to have a form.I tried many ways, it seems that I need have insert and update on the different form.In principle, I should be able to check record exists or not, if yes then update the record, if not then insert a new record.Can you please help and advise is it can be done using ColdFusion?If yes, can you please advise where I can get example for this?Your help and information is great appreciated,Regards,Iccsi
We have a website that, when browsed by Googlebot (or any test site that uses the Googlebot 2.1 http_user_agent ID) embedds a bunch of links in the response header (spam link for Cialis). What anyone else sees in the their browser is the regular website as the spam links are not inserted into the response header. The web server is IIS on Windows Server 2008 (with the latest patches) and CF is CF 9 Enterprise. I initially thought that it was an attack on IIS that corrupted the system, but there are several other websites on the same server that aren't affected. If something affected a core dll file or something like that, it seems like it would affect all sites. In looking at all of our .cfm files and files that they reference (e.g. .js) they are fine - the malicous content isn't in any of them. However, something has become corrupted that enables this content to be put in the http response header. I've heard of similar attacks ("Pharma hacks") on Wordpress and Joonla, but nothing in re
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7d02.html
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSe9cbe5cf462523a0-7935b865123606fb32f-8000.html
In the CF10 release notes, here:http://helpx.adobe.com/coldfusion/release-note/coldfusion-10-release-notes.htmlOne of the 'known issues' is:3181617 - If second level caching is enabled in an ORM application, subsequent requests, after the application times out, may produce the following exception.We are now at a point in our application development where we need second level caching, and the relevant bugs on the bugbase have not been updated in some time. The only workaround I found was to down-grade ehcache, but I'd prefer an official resolution if possible.What is the status of this issue?
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.