The official community for ColdFusion.
Recently active
Our Coldfusion 10 environment(Update 23) has been running for several years without any major issues. Lately, at about every 60 hours or so, we are this database error: "Error Executing Database Query.[Macromedia][SequeLink JDBC Driver]TCP/IP error, connection refused. The specific sequence of files included or processed is: C:\inetpub\wwwroot\appname\index.cfm, line: 42 "coldfusion.tagext.sql.QueryTag$DatabaseQueryException: Error Executing Database Query.We are connection to an Actian PSQL 12 Server via ODBC. It turns out that while stopping the Coldfusion services to investigate, the 'ColdFusion 10 ODBC Server' hung on the stopping command. I had to go to task manager and end the following tasks: 'DataDirect Sequelink Server'. Then the ODBC service would stop. I then delete all of the .trc files in folder C:\ColdFusion10\db\slserver54\tracing. I could then restart the Coldfusion services and everything works again. This is great, but after a
Is there a way to install Cold Fusion 2018 on Debian 9 (or other linux/unix) using ssh? My objective is to run Cold Fusion on Debian machine used primarily as a web server. This debian machine runs several domains. I need to run Cold Fusion on one of the domains.The problem I have is that machine has no client, so the Cold Fusion installation instructions seem to not apply. I have downloaded Cold Fusion 2018 (file name is ColdFusion_2018_WWEJ_linux64.bin). All the installations I have done on this Debian machine have been accomplished using the debian package manager, APT. I do not see any Cold Fusion package for Debian, so I am lost.Any information you can provide will be much appreciated.Thank you.
i was applying the Cold Fusion updates in order from 1 and when I got to 7 the ODBC Server will not start ......I found one fix that said:"file msvcr100.dll from the backup folder CF_HOME/cfusion/hf-updates//backup/db/slserver54/bin to: 1. [CF_HOME]\cfusion\db\slserver54\bin 2. [CF_HOME]\cfusion\db\slserver54\admin If the file does not exist in the backup, download the file and copy it to the locations mentioned above.”followed above and no good .....also uninstalled and that did not work .....im running an ACCESS DB and need ODBC server to run ....the server is Windows 2012 standardthxs
i was applying the Cold Fusion updates in order from 1 and when I got to 7 the ODBC Server will not start ...... I found one fix that said:"file msvcr100.dll from the backup folder CF_HOME/cfusion/hf-updates//backup/db/slserver54/bin to: 1. [CF_HOME]\cfusion\db\slserver54\bin 2. [CF_HOME]\cfusion\db\slserver54\admin If the file does not exist in the backup, download the file and copy it to the locations mentioned above.”followed above and no good ..... also uninstalled and that did not work .....im running an ACCESS DB and need ODBC server to run ....the server is Windows 2012 standardthxs
I have a web page where users submit a form and info is sent to a 3rd party vendor.The issue I have is that it takes a few seconds for the process to complete and my users are hitting the submit button multiple times.and its causing issues with multiple submissions to the 3rd party vendor.QUESTION:Is there a way to send the user to the next page as soon as they hit the submit button while the code processing takes place?So they cant hit the submit button more than onceLike thisSubmit buttonSend the user to the next pageContinue processing code with 3rd part vendor
Hello!I am getting the following error when trying to run ColdFusion 2016 after trying to apply Update 11:Aug 12, 2019 9:35:44 PM org.apache.catalina.core.StandardWrapperValve invokeSEVERE: Servlet.service() for servlet [CfmServlet] in context with path [] threw exception [ROOT CAUSE: coldfusion.server.ServiceFactory$ServiceNotAvailableException: The Monitoring service is not available. at coldfusion.server.ServiceFactory.getMonitoringService(ServiceFactory.java:223) at coldfusion.CfmServlet.service(CfmServlet.java:203) at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42)&nbs
Hi there,I am using CF2018 update 4 and flash player 32.0.0.223. I have a cfgrid populated from a query. One of the columns contain single percision floating point values between 2 and 60, usualy up to 5 significant figures. For example, a value of 7.2 appers as 7.19999980926514 in the flash grid, but appear as 7.2 in html and java grid. I tried setting a mask of 99.9999 for the column and it appears as 00.0000 for every row! Any other settings I can use to correct the display issue or is this a bug?Can't use HTML grid until the fix for 4024128 is released so I am stuck with the java grid for the moment.Thanks in advance.
We're getting the following error when trying to add a new data source connection from CF 2018 to SQL Server 2016 Database:Connection verification failed for data source: LocalInternationalServicesMssql2016java.sql.SQLInvalidAuthorizationSpecException: [Macromedia][SQLServer JDBC Driver][SQLServer]Login failed for user 'InternationalServices-DEV'.The root cause was that: java.sql.SQLInvalidAuthorizationSpecException: [Macromedia][SQLServer JDBC Driver][SQLServer]Login failed for user 'InternationalServices-DEV'.Does anyone have a resolution to this connection error?
I have the necessity to encrypt an excel file generated by a web application developed by myself with Coldfusion. Currently my organization is using a third party software for accomplish the encryption piece with a PGP tool . My goal is to accomplish the encryption the excel file directly in the web application.Any suggestion on how to accomplish this?Thanks
I know I've asked these questions before, but I'm curious if anyone can speak to when Tomcat bundled with ColdFusion 11 will be updated?Tomcat is bundled as part of ColdFusion 11, previously Adobe has provided a hotfix to upgrade Tomcat. Is this something on the product road map?Tomcat 7.0.70 fixes the following issue: Moderate: Denial of Service CVE-2016-3092
Anyone know a good alternative for the rich text editor using ColdFusion. I can get the rich text editor to work but the image button doesn't allow uploads and I know it used to be able to do it quite a few versions ago.
We are retrieving all messages from an inbox and after running ColdFusion 2016 update 10 from update 7.<CFEXCHANGECONNECTION ACTION="open" USERNAME="***********" PASSWORD="***********" CONNECTION="mailconn" SERVER="outlook.office365.com" PROTOCOL="HTTPS" FORMBASEDAUTHENTICATION="TRUE" FORMBASEDAUTHENTICATIONURL="https://outlook.office365.com/owa/auth/owaauth.dll" SERVERVERSION="2010"><CFEXCHANGEMAIL ACTION="get" FOLDER="Inbox " NAME="p_messages_unsorted" CONNECTION="mailconn"> <cfexchangefilter name="MessageType" value="Mail"> </CFEXCHANGEMAIL>The connection to the server is successful. For action "get" the message "Could not get messages. The property meeting:AssociatedCalendarItemId is not valid for this object type. The Current ExchangeVersion is Exchange2010." is displayed.Trying this on a server with ColdFusion update 9 yields the same result.Any suggestions?
Hello, all,We recently had our CAPTCHA bypassed (not surprising, as I kind of had to do a hack-ish job with it due to some security restrictions) and I custom-built a new one.Apparently, our production environment is not 100% identical to our dev or staging environments, as it works well in those.I just received an email from the customer stating that 1) the CAPTCHA is not matching in FireFox (possibly due to a constantly changing JSESSIONID), and 2) IE11 will not display the image, at all. I checked for #2, and in production IE11 does, indeed, _not_ display the image.On the code level, the image is being created like the following:<img style="width: 200px; height: 85px;" src="data:image/*;base64,{and a long string of blob data}" />Any suggestions? I am at the end of my rope on this one.V/r,^ _ ^
We have a web app running on CF10. When trying to migrate it to CF2016 update 4, we have a cfajaxproxy that is generating the following error.Invalid usage of AJAX tag.Use cfajaximport tag to specify SCRIPTSRC or make sure all ajax controls are inside a single cfform tag that has SCRIPTSRC.We are running on IIS 8.5 on Windows 2012 R2. The website has a virtual directory /cf_scripts in IIS pointing to D:\ColdFusion2016\cfusion\wwwroot\cf_scripts and I can call any of the scripts directly through the web browser and see the JS.
I am moving from CF10 to CF2016 and I have discovered that the pages that contain a cfwindow command have significant styles being added. For example, the body statement which in my source has no other tags, now shows as having class="x-body x-webkit x-chrome x-rest" added and these styles change the appearance of the pages. This does not seem to happen on pages without a cfwindow. They are left as I coded them.I've tracked the effects thru Chrome Developer Tools, and the style sheet ext-all.css, which is part of ext JS 4.1 is doing the damage. The result is changes in font size and spacing on the web page. This did not happen in CF10 and so far I have not found any pages without cfwindow statements that have the same problem.So why is it doing this? How can I stop that behaviour without creating special versions of style sheets that are used only on those pages? This affects a number of websites.
I had some code that was developed for a windows server to create some image files. The destination parameter had backslashes in the path. When run on a Coldfusion 9 linux server, the files ended up in the top directory with long filenames consisting of ' directory\directory\filename'. Now I need to delete them. I've tried cffile action="delete" file="directory\\directory\\filename">.
I am running Cold Fusion 11 and have a problem, intermittently, when a form is submitted the entire application server stops. The application I've created has been running for several years without throwing this problem. I've looked through all of the log files and I've not found any indication of what is stopping the serverAnd, of course, the problem does not happen all the time. I was able to recreate the issue with one of my users, so at least I know it is real and not user error.The process is such:A call is made to the DB to get any entries associated with the master reference keyI loop over those entries and dynamically build the form inside of tables (yeah, I'm old and lazy)Each form field is name+indexing variable. The indexer starts of at 1 and I just add 1 to it as the cfoutput loopsSo, each form field name us uniqueIn the case where the server is crashing, I am only submitting ~30 fields (though I've previously upped the defaul
I installed CF2018 and got it working. Now I'm wanting to switch over to an external web server and CF server for my dev work. However, I can not get the internal server to STOP! I open a Terminal window, go to the /Applications/ColdFusion 2018/cfusion/bin folder and run the command "./coldfusion stop" in the terminal. It says it is stopping, asks for a password (which is not clear WHAT pw it wants but I give it my Mac pw). It then says it's stopped or stopping.Moments later its running again.I can find NO help in the Adobe CF docs online that describe how to configure auto start and how to stop it on a Mac. I have a MacBook Pro and super frustrated that after stopping the internal server over and over and over, it spins right back up! Nothing explains how to stop it or manage it.How does Adobe expect CF usage to grow when the docs are so deficient?I am on MacBook Pro running OSX 10.14.5 MohaveCF 2018 with internal web server
Hello, We are using ColdFusion 2018 on a Windows server 2016 platform. One of our data entry screen crashes when the data is submitted. I see an error message which states something as shown below.I tried changing the setting for 'postSizeLimit' in the file neo-runtime.xml as it was mentioned in one of the previous posts, this also did not help, we continue to get the same error.How to resolve this issue ? HTTP Status 400 – Bad RequestType Status ReportMessage POST parameters exceeds the maximum limit.Description The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing).Apache Tomcat/9.0.5
Are ArrayMap(), .map(), .filter(), and .reduce() only available in CFSCRIPT? In all my Google searching, I've never seen any examples in CF tags, only CFSCRIPT code.V/r,^ _ ^
Dear,I am running docker swarm mode clustering. When docker created new coldfusion container, how could auto-pass serial number on it? or have it a variable on setupColdFusion.cfm? Thanks.
Chart example testchart.cfm<cfscript> background={}; background={"color":"red","color-2":"white"}; legend={"background-color":"pink","vertical-align":"bottom","layout":"horizontal","align":"center"}; yAxis={"label":{"text":"Some value","color":"red","font-size":"20px"}}; xAxis={"item":{"font-angle":45}}; plot={"value-box":{ "type":"all", "text":"%v", "text-align":"center", "alpha":0.5, "placement":"top-in", "font-color":"black","font-weight":"bold","font-family":"arial","font-size":"15px", &
We are having to make 41+ administrator console changes in ColdFusion 11 update 19 and would like to export the current state in order to perhaps revert back. Is there a way to export all of the settings? I have read that I can create a CAR file but don't know all of the files to put into it. Is there not functionality to export them all at once or can someone tell me the steps to insure that I get all of them? thanks
We are going thru upgrade from CF10 to CF18. The same code used to call oracle stored procedure in CF10 fails in CF2018. I am not sure what may have changed with this tag but the error message doesn't make sense to me based on values I am passing. I can confirm the store procedure is working fine.Code:<cftry><cfstoredproc procedure="pps_owner.prodplan.sp_CalcProduction" datasource="#session.datasource#"> <cfprocparam type="In" cfsqltype="cf_sql_numeric" dbvarname="STR_NUM" value="6005" null="No"> <cfprocparam type="In" cfsqltype="cf_sql_numeric" dbvarname="CAT_ID" value="20" null="No"> <cfprocparam type="In" cfsqltype="cf_sql_varchar" dbvarname="PLN_RUN_TS" value="31-Jul-2019 17:20:37" null="No"></cfstoredproc><cfcatch type="database"><cfdump var="#cfcatch#"><cfabort></cfcatch></cftry>
Trying to migrate our Microsoft Access DB's to a new server running Microsoft Server 2012 and ColdFusion 16. I have been able to do this in the past using the 32 bit ODBC Data Source Administrator, but it doesn't seem to be working this time.
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.