The official community for ColdFusion.
Recently active
I read on a different forum that coldFusion 9.0 installs can be requested from support for developers who are working with clients who have not upgraded to CF10. Where does one make that request specifically?
Hi all. We are a county government organization that needs to keep all of its application and server configuration settings backed up in the event of a disaster (flood, earthquake, terrorist act, etc.). I don't see a way to back up the CF Admin settings for CF10 Standard.Does anyone know how I can back up the settings and then restore them if needed?Thanks for your time.-Andy
I have and exisiting form and I want to take the email and name from the form and input it into mysql database of emaillist . I also only want to do this if the i wish to subscribe is selected.Quotation Request For:Date: #DateFormat( Now(), "MMMM DD, YYYY")#Need By: #form.needby# Company: #form.company# Name #form.firstname# #form.lastname# Title: #form.title# Address: #form.address# #form.city#, #form.state#, #form.zip# phone: #form.phone# fax: #form.fax# e-mail: #form.email#Reference: #form.reference#DescriptionTruck Mounted Tank Capacity: #form.capacity# Fill Valve: Size: #form.fill_valve_size# Style: #form.fill_valve_style# Discharge Valve: Size: #form.discharge_valve_size#Vacuum Pump: #form.vacuum_pump# : #form.other_vacuum_pump#Aluminum Toolbox, Size: #form.toolbox_size# Mounting: #form.mounted# Misc. Custom Features: #form.custom_features#Service Units#form.port_toilet_service#UnitsMaterial: #form.scu_material# Number of Compartments:#form.compartment#Vacuum Pump:#form.scu_vacuu
Our Coldfusion 10 Standard server does not ever spike higher than 25%.I have a hard time believing we write such incredibly excellent code to have over a hundred users never make our server spike above 25%...How do I check to see how many CPU's ColdFusion is using or the maximum number of cpus it will use?Thanks!
When I logged off my bank account, the words "transferred to ColdFusion" appeared. What does this mean? My bank suggests virus or mole.
I am having an issue on one of our production ColdFusion 9 servers where the session variables are never timing out.I set up a very simple page to make sure I'm not missing something.Application.CFC page (I tried Application.cfm as well)<cfcomponent><cfset This.name = "TestApplication"><cfset This.Sessionmanagement=true><cfset This.Sessiontimeout="#createtimespan(0,0,1,0)#"><cfset This.applicationtimeout="#createtimespan(5,0,0,0)#"> <cffunction name="OnApplicationStart"><cfsetting showdebugoutput="yes" enablecfoutputonly="No"> </cffunction> <cffunction name="OnRequestStart"><cfdump var="#this#"> </cffunction></cfcomponent>Index.cfm page<cfif isDefined("Session.TimeStamp")><cfdump var="#Session#"><cfdump var="#Application#"><cfoutput>#Session.TimeStamp#</cfoutput><cfelse><cfset Session.TimeStamp=Now()></cfif>The TimeStamp session variable never times out and once it is
Hello,I have a new CF10 server which I will be using as shared hosting for my clients.I would like to disable the following tags and functions globally:TAGSCFCONTENT CFFILE CFDIRECTORY CFEXECUTE CFOBJECT CFREGISTRY FUNCTIONSGetProfileString SetProfileString CreateObjectI know in CF10 Standard I can block these for all sites using 'resource security', this will stop these tags from running at all.In CF10 Enterprise I have the option to create multiple sandboxes, but is it possible to create one global sandbox for all sites?My directory structure looks like:D:\sites\site1D:\sites\site2D:\sites\site3Can I create a sandbox disabling the above tags and functions just for D:\sites and all subfolders?I have tried but it does not seem to work - I have a sandbox setup for D:\sites with the above tags and functions disabled, but using a test script I can still use cfexecute in site1 to execute netstat.I do not wish to create a sandbox for each site as when new sites are added I would need to man
Hello, I have a new CF10 server which I will be using as shared hosting for my clients. I would like to disable the following tags and functions globally:TAGS CFCONTENT CFFILE CFDIRECTORY CFEXECUTE CFOBJECT CFREGISTRY FUNCTIONS GetProfileString SetProfileString CreateObject I know in CF10 Standard I can block these for all sites using 'resource security', this will stop these tags from running at all.In CF10 Enterprise I have the option to create multiple sandboxes, but is it possible to create one global sandbox for all sites?My directory structure looks like:D:\sites\site1D:\sites\site2D:\sites\site3Can I create a sandbox disabling the above tags and functions just for D:\sites and all subfolders?I have tried but it does not seem to work - I have a sandbox setup for D:\sites with the above tags and functions disabled, but using a test script I can still use cfexecute in site1 to execute netstat. I do not wish to create a sandbox for each site as when new sites are added I wou
Hi Adobe Community!We have a development server running with windows xp SP2 and Coldfusion 9.0.0. I installed now the Coldfusion Hotfix 3, so that we can run Java 1.7 on the development server. Because we have the problem now for some time. And we thought that the still used 1.6 Java Version was the problem. But now after the updates we still have the same problem.The only thing that changed was the error message in the log file:loader constraint violation: loader (instance of coldfusion/bootstrap/BootstrapClassLoader) previously initiated loading for a different type with name ""javax/xml/soap/SOAPMessage"" The specific sequence of files included or processed is "Path to file plus rownumber" So, but what are we trying to do? We use a SOAP Webservice and want to protocol the outgoing and incoming messages. For that and manipulating the SOAPHeader we set a HandlerResolver on our service. When the service wants to get the HandlerChain, the HandlerResolver adds our SOAPHandler to the list
I setup a printer on the server and added custom paper sizes to the print preferences. (i.e. 5.50 x 7.00) I can print on these manually with no issues. When I call the cfprint tag and reference paper="55by7" which is the name of the custom paper size, I get: Invalid media or paper for the cfprint tag.Error: Media 55by7 is not valid on ITPrinter. Available media are na-letter,na-legal,Oficio,folio,iso-a4,iso-b5,jis-b5,executive,iso-a5,iso-a6,monarch-envelope,na-number-10-envelope,iso-designated-long,iso-c5,iso-c6,Postcard 4x6,tabloid,iso-a3,jis-b4,Automatic-Feeder,Manual-Envelope,top,bottom.I verifiied the account that the coldfusion service is running as has full permissions to the printer. If I change the paper to one on the list above it prints fine. Suggestions?
I have 2 submit buttons in a form. I will upload a file and save in a filepath in server when I click on one "upload" button. I want to use this file path in the code when I click on another button called"Process". When I click the process nothing is happening with dump in below code.Form submits to itself. Is there any better way to do this. Thanks in advance. <table width="40%" border="0" style="border: 1px solid black;"> <form name="uploadform" action="processfile.cfm" enctype="multipart/form-data" method="post"> <tr> <td><input type="file" name="FileContents" size="25"> &nbs
There is nothing in the documentation that I can find about the checkbox "Configure 32 bit webserver" on the Configure Web Servers step of installing CF10. Does anyone know what this does?
I was looking through the coldfusion-out.log this afternoon on my CF10 Enterprise edition, and found multiple messages like this:License Error.You tried to access the Developer Edition from IP address (xxx.xx.xx.xxx). Already two IP addresses are accessing ColdFusion concurrently. The Developer Edition supports access by any IP address, but only two at a time, apart from the localhost. The additional IP addresses accessing ColdFusion are: xxx.xx.xx.xxx,xxx.xx.xx.xxx,xxx.xx.xx.xxxI recognize none of these IP addresses. Also, I didn't think there was a developer edition installed alongside Enterprise. I only access the Administrator by remoting into the server and calling it up locally.In the administrator settings under Security/Allowed IP Addresses for ColdFusion Administrator access, I have two addresses specified....neither of which are referenced in the error.Does the error message just refer to unsuccessful attempts to log into the Administrator (there's nothing in the
I am posting to another page form information, and then spitting out a generated document. <cfheader name="content-disposition" value="filename=#rejectSearchResults.RejectTempPath#"><cfcontent type="application/msword"><cfoutput>#documentGen#</cfoutput>This code right here pops open my RTF document to the user, but instead of going to the posted page it instead stays on the same page and halts further processing. How do I make the document open up and continue processing the rest of the code?
Another programmer has created a captcha file that's in a global directory so all we have do is call it with a CFINCLUDE, however, he did not build any kind of refresh into it. So I created a work-around thusly:<div id="captchaDiv"><CFINCLUDE template="/cfincludes/captcha.cfm"></div><a id="refreshCaptcha" href="">refresh</a>Clicking the refresh link activates the following code:$(document).ready(function() { $.ajaxSetup ({ // Disable caching of AJAX responses cache: false }); $("#refreshCaptcha").click(function(e) { $("#captchaDiv").load("/ajax/captchaInclude.cfm?_="+Math.round(Math.random()*10000)); e.preventDefault(); }); });Since I can't reload a
I'm trying to apply this hotfix http://helpx.adobe.com/coldfusion/kb/coldfusion-security-hotfix-apsb13-03.html but when I go to System Info > Update File, I get a JRE security related error. I've tried Chrome, Safari, FF on PC and Mac without avail. Is there any other way to apply the hotfix without having some stupid applet? UGH. TIA
Hello, everyone.I was just informed by my SA that our new development environment is going to be CF10 (YAY!).The current development environment is CF9, and we have one Verity collection that we will have to migrate to Solr (shouldn't be an issue), and MANY Solr collections, all ginormous, that we need to migrate to the CF10 server.The SA says that he's been trying to put the collection files into a .car file, but that keeps breaking.Is there an easier, more effective way of migrating our CF9 Solr collections to CF10?Respectfully,^_^
I've been looking into creating "native" Word documents via CF10, and it looks like the best (free) option is docx4j. However, I can't seem to find many CF and docx4j examples. Does anyone here have experience using docx4j and ColdFusion that can point me in the right direction?Thank you
Please bear with me as I am primariliy a systems and network admin as opposed to a developer.We are in the process of migrating our code from CF8 to CF10, and the inhouse developers are complaining about one error they cant figure out. We have a page that uses cfgrid to call a CFC. This CFC throws an error about a request variable being undefined, however I do se that it is defined in the debigging information of the parent page. Error invoking CFC at /toDynamic/display/adminsitecampuses.cfc : Element FUSEBOXOSNAME is undefinedin REQUEST. I know we are using an older version of fusebox, but it would be a monstrous task to upgrade it at this point.Any suggestions?
I have an SSL certificate where the Common Name doesn't match the url, but the Subject Alternative Name does. The Common Name is the actualMachineName.subnet.subnet.mynetwork.com and the SAN is www.prettyurl.com. I understand older versions of CF don't support this, but the comments regarding Bug #3566218 say that CF10 does. However, I am still getting connection failures telling me the name doesn't match.Can anyone confirm this should/shouldn't work in CF10? I have imported all of the certs via the keytool and explored all of those issues. The only remaining issue is that the url doesn't match the CN.TIA,Eric
Hello,Someones know if the CF10 can interact with reports of SAP CR 2011?I'm calling the reports (rpts) with the Cfreport but it displays a blank page. Actually I'm migating the crystal reports to CF Reports but I have a lot of reports and someones are dificult.The way that actually I'm calling the crystal reports is calling the report by URL from our CR Server but we have problems with the session because every time that open a report is a session and when you close the report, the session doesn't close and when we rich the 4 sessions we can not open more reports. We have to wait until the serve kill the session automatically.Someone knows a solution for this?regards
I have some pdfs that contain forms, created in LiveCycle and Acrobat Pro. Ideally, I'd like the user to click on a link, have the pdf come up and after they've filled out the form on that pdf, they click a submit button and the pdf gets emailed to me (or saved to the server). Some of the forms are very specific, like 1040 tax forms, etc and some are very simple.This seems like it should be fairly simple, but I'm not finding a basic solution. Any ideas?
Hi,The Web/application server where the Cold Fusion is located and the database servers were cloned from the production environment and installed on seperate VM Servers in a protected environment.When I try to connect to the VM database server from the VM Web/application (Using Cold Fusion Administration), the network traffic is showing the production IP of the database server.I cannot find the production IP of the database server in the Cold Fusion Administration screens. (The version of Cold Fusion is 9 Enterprise).The question I have is where on the Web/application VM Server would the IP address be of the production database server?Thanks,Mike
We recently upgraded from ColdFusion 8 to ColdFusion 10. Everything works fine except for the text search function. We manually re-created a smaller collection of HTML documents, and the index did appear to run. Most searches seem to work fine, but the longer word "severability" returns "several", "severally", but no "severability".We also attempted to index a larger collection, which includes PDF documents. At first, we forgot to include PDF among the document types in the collection. The index ran, but returned zero hits, although there are indeed HTML documents in the target population. When we remembers to add in the PDF documents, the indexing process consistently returns "out of memory" errors.Any help would be appreciated.
All of my servers are version 10 and are in development so they are not exposed to public. I also have a version 9 server running in production which is public. All of the 10 servers never had a username saved, I came in this moring and all server had the username set to admin (locked in browser) and some random password. Any idea as to how all servers changed?I was able to reset the development user/pass but I am at a loss as to how they were all changed. No network intrusion was found.
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.