The official community for ColdFusion.
Recently active
Our ColdFusionMX 6 is very old, and there is no plan to upgrade this year. At the same time, the company wants to increase security and implement SHA2 certificate and TLSv1.2. Our current CF is on JRE 1.4, and JRE1.4 doesn't support this. Is it possible to upgrade our JRE 1.7 on CFMX version 6? Thanks.
Hi,I recently started using ColdFusion cache (cachePut/cacheGet) in CF10 to store some objects (struct/array). However, the objects disappear from the cache within a day or so and I have to re-create them. The cache objects are used regularly so there is no idle time that would cause them to time out. For good measure, I have also set the "eternal" property of the cache to true. Does this have anything to do with the cache limit settings (for component, query caching, etc) in the admin? I would think not, but I am perplexed as to why my cache keeps getting reset. Anything I am not doing?Thank you!
I am running Coldfusion10 on RedHat Linux6. Coldfusion Administration Scheduled Task runs a check for Coldfusion updates every 30days. This month the access_log had the following entry.xxx.xxx.xxx.xxx - - [16/Feb/2016:12:32:15 -0600] "GET /CFIDE/administrator/updates/task/checkupdates.cfm HTTP/1.1" 403 316 "-" "CFSCHEDULE"If I run it manually from the Scheduled Task, I see "This scheduled task was completed successfully" message but still see the error in the log.There is nothing in the application.log When I click the Updates under Server Update, the hour glass spins for a long time, and it times out with the following error.Could someone tell me what is wrong?Thank you,
I would like to install coldfusion2016 trial.When I was install coldfusion2016, the install process was stoped at 76%.Dou you know why Install is stoped?I install coldfusion2016 into Windows 7 32bit.
Hi all,I recently got many occurrences of this error on one of my AWS ColdFusion servers: "Error","ajp-bio-8014-exec-138","02/19/16","08:45:25",,"GC overhead limit exceeded The specific sequence of files included or processed is: xxxxxxxxx.cfm'' "where xxxxxxxxx.cfm are different files. I noticed this when CPU usage was high and expecially when my sites where damnly slow. Now I restarted ColdFusion Server but I would like to know what was the problem and how to resolve it.My actual configuration is:Ubuntu Server 64-bit 2vCPU 8 GB RAM with ColdFusion 11 update 7Minimum JVM Heap Size: 4096 MBMaximum JVM Heap Size: 4096 MB-server -XX:MetaspaceSize=312m -XX:MaxMetaspaceSize=512m -XX:ReservedCodeCacheSize=240m -XX:CompressedClassSpaceSize=1g -XX:+UseParallelGC -Xbatch -Dcoldfusion.home={application.home} -Djava.security.egd=/dev/urandom -Duser.language=en -Dcoldfusion.rootDir={application.home} -Dcoldfusion.libPath={application.home}/lib -Dorg.apache.coyote.USE_CUSTOM_STATUS_MSG_IN_HEADER=t
Hi All,I want to use ColdFusion PDF reporting, the PDF file will have some text, table(data) and some charts like bar, radar etc. So, I'm using htmltopdf functionality to generate the report from html design. But, I'm facing following challenges:1. I have to generate a html design for different types of report. So, is there any easy way to address this?2. Customizing cfcharts is a very difficult task as for the first time I'm working with CFCHART and there is no concrete documentation about cfchart customization.Can anyone please help me in this. Thanks in advance.
I have an application running CF8. One of the CFCs is very large and breaks when trying to upgrade to a newer version of CF.I use the functions in the CFC to build html docs that can be displayed or emailed. How should I go about refactoring this cfc to make it work?Format is currently like this:function - get order stored procedurefunction - get order details stored procedurefunction - display order several hundred lines of html that get pulled back to the web page or emailed
Hi,Since migrating from CFMX7 to CF11 we are experiencing some weird failure with cflogin (using session or cookie storage).Basically when we log-in on the application after a session/client timeout the first login doesn't last for longer than the login submit request.The second login however is OKI made a very simple application.cfc/index.cfm with short timeouts to check this:<cfcomponentoutput="false"hint="I define the application settings and event handlers."> <!--- Define the application settings. ---> <cfset this.name = hash( getCurrentTemplatePath() ) /> <cfset this.applicationTimeout = createTimeSpan( 0, 0, 10, 0 ) /> <cfset this.sessionTimeout = createTimeSpan( 0, 0, 0, 10 ) /> <!--- Set up the application. ---> &
Hello, all,I've got a project where I need to use a list as part of the WHERE clause for a QoQ, and it's breaking. I'm not sure what I'm doing incorrectly.For some pseudo-code, pretend I have a full query from a database called "people". I get a list of values for the QoQ with the first query; the second query is my QoQ: <cfquery name="getDIR" datasource="#request.THISDSN#"> SELECT thisName dir FROM orgs WHERE thisID in (<cfqueryparam value="#form.org#" cfsqltype="cf_sql_varchar" list="yes" />) </cfquery> <cfquery name="people" database="people"> SELECT colA, colB, colC, colD FROM people WHERE 1=1 AND ( div IN (<cfqueryparam value="#valueList(getDIR.dir)#" cfsqltype="varchar" list="yes" />) OR d
HelloWe are using CF 9 Enterprise and use CFCHART for reporting application, we are now getting a message below charts which says "WebCharts3D Invalid License", why is this message appearing ? what's the resolution ?
I have been receiving ORA-28040: No matching authentication protocol in CF11. I have tried the SQLNET.ALLOWED_LOGON_VERSION = 8. Our Oracle 12c DB is not a CDB so the changes to listener.ora will not work. Any other suggestions?
Hi,CF2016 system requirements from here:https://helpx.adobe.com/coldfusion/standard/system-requirements.htmldoes not list Windows 10 support.Will CF2016 be supported on Windows Server 2016 when it releases?Regards, Carl.
Adobe CC にログインすると、「414 Request URI too Large」の表示が出てしまい、ログインできない。再起動してもダメでした。使用しているブラウザはIE9
Below is my current code, i recently changed the format set to html from flash to render in html.but i noticed from the time, i changed the format = html, the first and last row columns are not showing or generating,so when i run the below code, im only seeing the Step, Operation, RevCode columns, but not the KeyID or StatusID columns.what am i doing it wrong.But when i set the format = "flash" everything works fine, im able to get all the columns correctly displayed. <cfgrid name="Setup_grid" height="200" width="900" align="LEFT" autoWidth="yes" query="Finalquery" insert="No" delete="No" sort="Yes" fontsize="14" bold="No" italic="No" appendkey="Yes" griddataalign="LEFT" gridlines="Yes" rowheaders="Yes" rowheaderalign="CENTER" rowheaderitalic="No" rowheaderbold="No" colheaders="Yes" colheaderalign="CENTER" colheaderfont="Arial" colheaderfontsize="12" c
I am trying to create a locked version of spreadsheet before letting users download it. The password function for cfspreadsheet does not seem to work. the basic operation is this: I read an existing spreadsheet, and then I write it to a new file using the password option. But the file is not protected. I have looked at cfspreadsheet password, but that is not giving me any insight to the issue. I have also tried to use spreadsheetfomatcellrange function to lock all of the cells in the sheet, but that didn't work either. On a secondary note, I am seeing some behavior that I wasn't expecting. The Excel file that I am trying to recreate has 3 sheets. When I read the file, I am getting all three sheets and not just the first one. Then when I write the sheet, I am getting all three sheets in the new file. I was expecting to have to read each sheet individually then then write them individually as well.<cfset xfile = '#application.doc_directory_file#' & '#URL.fname#'><cfset new_f
Is it online anywhere? I was able to upgrade to 12 but it would be nice to have an online reference to the documentation.
I found what I would think is a somewhat big incompatibility between CF11 and all prior CF version: multiple checkbox and select values. If you have multiple checkboxes "checked" that refer to the same variable name, prior to CF11 these came in as a list; in CF11 they come in as an array causing "Complex object types cannot be converted to simple values." My question to Adobe, was this intentional or a bug?
Windows Server 2012 R2 and IIS.I cannot log into CF Administrator after doing a clean install of CF11 with purchased standard license. I was running the trial version before this clean install with no issues. Browser indicates "Waiting for 127.0.0.1.....", both FireFox and IE.CF services are running. A .cfm page of my creation renders fine. Checked the CF log coldfusion-out.log file and shows successful admin login.Tried changing password with passwordreset.bat
I am faced with doing a huge migration, so I am going through history to make sure I capture every change and review it prior to this push.Is there any way to export a list of the History, preferably to a spreadsheet, to make this task easier?RLS
Is there a way to unzip without writing the PDF file inside the zip to disk but directly to the browser for downloading?
Cannot start the Coldfusion 2016 new release on a Mac. The instructions say go to cfusion/bin and type coldfusion start. Go to WHERE in cousin/bin?
My site imports an xml file which is encoded in Cp1252 from a windows machine. But when i try to parse it I get the following error "Invalid encoding name Cp1252". Somehow my site which is a Linux machine can't read it. Does anyone know how to resolve this?My solution was converting it tot UTF-8. Changing the encoding attributes to UTF-8 does the trick but not on all xml files. Every now en then it runs into a character it doesn't know. Does anybody know how tot convert de character tot UTF-8 using coldfusion (11).
This is replicated from StackOverflow's "Server Fault" site. The CF community there is under represented, so I'm posting here too. Sorry for "cross post".This is on Windows 7 Home Premium edition.I have got two ColdFusion 10 (updater 2) instances: "cfusion" (the default one), and "scratch".I have got a single instance of Apache 2.2 running.Within Apache, I have set up two virtual hosts, each of which needs to be served by a different ColdFusion instance.Each of the CF instances serves files fine via Tomcat's internal web server. Apache serves vanilla HTML files fine too. So both CF instances, and both virtual hosts separately work OK.I can get wsconfig.exe to connect either one of the CF instances to the Apache server, and serve CF files via Apache & that instance.However I cannot find a way of connecting the second CF instance to Apache as well, so that both CF instances are conected, each serving one of the virtual hosts. WSConfig doesn't seem to understand the notion of "m
This is my current and outer cfloop. How many nested cfloops do I need to get to data.current_version.en.text field? My guess is two loops but I'm not sure about specifying the value for the "to" in the cfloop.<cfif structKeyExists(cfData, 'data')> <cfoutput> <cfloop index="i" from ="1" to="#arrayLen(cfData.data)#"> <h1>#cfData.data.searchTitle.en#</h1> <p>#cfData.data.current_version.en.text#</p> </cfloop> </cfoutput> </cfif> And this is what the struct looks like.
I have the following custom-application.cfm file and I kept getting the above error when trying to login.<!--- Custom-Application.cfm ---><cfparam name="Cas_Server_Secure" default="https://ash.owl.com/cas"><!--- <cfparam name="ReturnURL" default="http://#cgi.server_name##cgi.script_name#?#cgi.query_string#"> ---><cfparam name="ReturnURL" default="http://#cgi.server_name##cgi.script_name#"><cfparam name="Session.CAS" default=""><cfparam name="tempMember" default=""><cfparam name="strstart" default="0"><cfparam name="strend" default="0"><cfparam name="teststring" default=""><cfparam name="strtotalmember" default=""><cfset session.updatedForGolive = 1 ><!---include adf core---><cfset request.scriptsExecuted = ""><cfinclude template="/ADF/core/load_site_adf.cfm"> <!--- <cfif not IsDefined("url.ticket") > <cfset ReturnURL = URLEn
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.