The official community for ColdFusion.
Recently active
I am getting 503 errors trying to display the admin screen. This is a snipit of the ColdFusion logSEVERE: Error in getRealPathFromConnjava.net.SocketException: Broken pipe at java.net.SocketOutputStream.socketWrite0(Native Method) at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92) at java.net.SocketOutputStream.write(SocketOutputStream.java:124) at org.apache.coyote.ajp.AjpProcessor.getRealPathFromServer(AjpProcessor.java:401) at org.apache.coyote.ajp.AbstractAjpProcessor.getRealPath(AbstractAjpProcessor.java:1154) at org.apache.naming.resources.FileDirContext.doGetRealPath(FileDirContext.java:198) at org.apache.naming.resources.BaseDirContext.getRealPath(BaseDirContext.java:41
Hi everyone,Does CF10 Standard Edition have the CFCHART tag? I't not clear for me if this is only supported in the Enterprise Edition. Or is it that the Enterprise Edition as some advanced features for CFCHART?Thanks!
jQuery Mobile looks like an excellent platform for developing apps forsmart phones. But it requires HTML5. I understand CF10 is better atsupporting HTML5, but I can't upgrade. My smart phone app fails rightat the first cfquery. Is this because CF9 is incompatible with HTML5?
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/Developing/WSe61e35da8d3185183e145c0d1353e31f559-7ffc.html
Hello, all. Wondering if anyone else out there has encountered a similar issue:I have several ColdFusion applications that speaking to another CF application via SOAP (CreateObject('webservice'...)), and that is happening over SSL. The certificate is valid, is not self-signed, and is not expired. This connection works fine on servers that are using the 1.6x JRE, but on servers using 1.7x the connection fails with the following error:Unable to read WSDL from: {address}Error: javax.net.ssll.SSLPeerUnverififedException: peer not authenticated.If we downgrade the JRE on those servers with the error it goes away and connects fine.Thoughts?
Hi,We have an application in Cold Fusion 9 and we ran a PCI pen test on it only to find that the application has vulnerabilities like HTTP response splitting (CVE-2012-2041), cross-site scripting (CVE-2011-0580) and authentication bypass (CVE-2013-0632). We have decided to migrate from CF 9 to the Latest version . My one humble question before i start digging in the world of cold fusion, although i am hearing about CF 11, all i see is a stable version of CF10 available.Is it the latest version of CF as far as production implementation are concerned?And also If we upgrade the application, will it do any harm to the code(like any tags or anything has been depricated)? I have worked in java/j2ee for 3.5 years and never worked on CF. I hope you will pardon my ignorance.
Hello,I'm trying to implement the cffileupload widget and restrict it to only be able to upload image filesyou do have an extension filter which can be set to *.jpg, *.png etc.. but the user can still select other file types by using the *.* command in the explorer popupso i tought to restrict it on the actual cffile "upload" tag in the backend, however all files are having the mime type "application/octet-stream" and not image/jpg .. any idea's how to really restrict this tag?maybe it is related to this issuehttp://www.elliottsprehn.com/cfbugs/bugs/81254tx
When will coldfusion 9 will be no longer supported?
Windows 2008 R2ColdFusion 10IIS 7We just upgraded our production server (clone, not in production yet) from CF9 to CF10. The issue seems to be that the default/welcome document is nto being honored. Example:If I go to http://server/dir/default.cfm everything is cool, but if I go to http://server/dir/ I get a 404 error.When we upgraded our test box, we had a handful of issues, but this was not one. I have gone ahead and removed and re-added the default docs in IIS, plus into the web.xml file (Tomcat) and applicationHost.config. I have also removed and re-added the IIS site via wsconfig (and once manually). The IIS server serves up all the cfm files, etc. fine, it is just using the dir only.
We have a licens for version ColdFusion 6.1 and can't get a trial of version 9 or 10 running beside version 6 so we can see the range af changes we need to do in our platform?
I am building a ColdFusion 10 server on Windows Server 2008-R2 from scratch using the Lockdown Guide. I am stuck on the Updates. The mandatory "manual" update is installed, but I don't see how to jump to Update 10. In the administrator, when I check for updates it shows Update 10, but there is no download button. There is a download button for Update 7, but nothing happens. Is there not manual download and installation option? What am I doing wrong here? This should be the easy part. Thanks.Message was edited by: GDMVU
We recently upgraded to Coldfusion 10 on our production system, and have been running into issues getting it to remain stable under full load.Initially, the issue was it would run out of memory with the error message: java.lang.OutOfMemoryError: Java heap space...and would stop responding to requests soon after, requiring a restart.Looking for help on this error resulted in suggestions to increase the memory that CF can use for its heap and permanent generation. However, applying these changes to our server (one, the other or both) actually makes the problem worse:The server still locks up just as frequently, but without any error messages; instead, it also prevents Apache from serving even static documents. As before, restarting the coldfusion server fixes this.We've reached the point where we now restart the service nightly, but this feels like a stopgap solution and wasn't necessary a year ago, when we had much less memory available (and were using the much older Coldfus
I have an application that at the end of the day 12:00 midnight I need all session.variables to expire and thus force my users to relogin.WIll this code end all of my user sessions?<cflock scope="Session" timeout="10" type="exclusive"> <cfset structclear(session)></cflock>
First off let me preface this with I'm new to programming in general.I'm working with coldfusion 10 and an access databaseThe problem I am having is regarding a certain form, people that use this web app like to copy and paste into the form fields and sometimes when they paste apostrophes they insert into the database as |-Now its not really a problem until they attempt to open up the form they submitted and it pulls these fields with the strange character, thats when it takes a crap.For the time being i just replace the strange characters with apostrophes in the database and everything is good to go.I have been reading up on rereplace and I'm wondering if that would be the best solution Any help would be greatly appreciated
I have a MS Access database that is accessed over the web via Coldfusion pages developed in Dreamweaver. A big portion of activities concerning the database records is the update of fields within the records to reflect activities performed. The activities are frequent and any record could be subject to updating multiple time each day by any one of 5 staff members. Obviously data integrity is of utmost priority, and I am looking for the means to ensure that if a record is open that another staff can not perform an update until the other party exits the open record. With my intermediate skills, I was thinking of establishing a status check off box and that upon entering the lead the box would be checked and the record updated. In this was the underlying page page displaying available (hyperlinked) records could reflect the status of the record in accordance with a 0 or 1 being present in the "STATUS" field. But I was hoping for a more elegant sol
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/Developing/WSe61e35da8d318518-5719eac51353e6bb244-7ff9.html
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/Developing/WSe61e35da8d318518-5719eac51353e6bb244-7ffc.html
I need to merge a pdf file that was created as a scanned document, with a normal pdf file, but keep getting the generic Adobe Acrobat error, "An error exists on this page...". I am using cfpdf action="merge" to do this. An example of my code follows below:<cfpdf action="merge" source="c:\PDFdocs\testfile1.pdf,c:\PDFdocs\testfile2.pdf" destination="c:\PDFdocs\testfile3.pdf" overwrite="yes">This method works fine if merging 2 normal pdf files, but if either of them was created as a scanned pdf file, I get the error. The normal pdf file will display ok in the merged file, but the scanned pdf file generates the error when viewing it. If anyone has an idea how to do this another way using coldfusion, if it cannot be done using cfpdf merge, I'd appreciate any help.Thanks in advance!
The lockdown guide for CF10 says to update JVM. After doing that on the machine, the CF administrator information still shows the older CF10 installation version. How do I sync the machine installation with CF10? Do I need a second installation in the ColdFusion10/jre folder?
Hi,Can we use a developer version purely for development purpose? The code set developed using the developer version will be then moved to the live environment where the Standard edition is installed. Mu question is whether we can use the developer version for coding and for which the code will be deployed in a production server which is having Standard edition COldfusion.
Hi All,Can any one pls explan what is memory leak. And how we can find a work around. I am facing this issue while migrating from CF 7 to CF 10. I have migrated my application from CF7 to CF10. We have an instance and in that we have almost 20 applications running. After Cf10 migration we are getting the below error : "Error","tomcat-ajp-179","06/23/13","01:03:42","pmt","Java heap space The specific sequence of files included or processed is: /mnt/cfhacontent/[instance-name]/[app_name]/index1.cfm, line: 565 " java.lang.OutOfMemoryError: Java heap space Your help is well appreciated.Thanks.
My Coldfusion Standard version is 9,0,2,282541Am I fully patched for version 9?
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-79e4.html
Used VE Kavachart with versions of Cold Fusion, 8 and earlier. Earlier versions used JRun instead of Tomcat to process the .jsp requests.Everything worked great!Then upgraded to Adobe ColdFusion 10.Has anyone configured (ColdFusion 10 on Windows Server 2008 64 bit and IIS 7) to process .jsp files? I have set up the handler script in IIS7 for .jsp to C:\ColdFusion10\config\wsconfig\1\isapi_redirect.dll.I have added and unadded .jsp mime type (html/text) to no avail.I have used the CF Administrator to include the Kavachart class path and jar files.We have appended Kavachart servlet tags to the web.xml file.Cold Fusion .cfm files are processed just fine.However, IIS Continues to throw a 404 error even when the .jsp file is present.Has anybody got Kavachart to work with ColdFusion 10?Any suggestions would be appreciated.Stan
I'm wanting to put together a cfpresentation slide show. I ran into several problems and want to find out if I'm doing something wrong.1. CFPresentation with only 28 slides takes a long time (2 minutes or more) to load.2. As part of the CFPresentationSlide tag, when I give the "src" and "audio" subfolder/filename I get a file not found error message. (When I have the file displayed using img the file shows up just fine.) 3. I'm trying to figure out how I can get the audio to work. Embed doesn't seem to work.What i want most to know is this: Am i wasting my time working with cfpresentation? I'm using Win7, CF9,
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.