The official community for ColdFusion.
Recently active
We have our JVM (1.7) set to use TLS1.2 by default, and cfhttp correctly uses that setting, unless we use the clientcert attribute; when the clientcert attribute is used the ClientHello always sends TLSv1. Has anyone else encountered this behavior?
I've had no luck trying to install update 4 on ColdFusion 2016 using the administrator. It seems to have problems stopping and restarting CF (message: server taking too long to restart). While the system information indicates the correct version (2016.0.03.302561) the updates page still indicates that update 4 has not been installed and the install log shows the following:Installation: Unsuccessful.2009 Successes0 Warnings3 NonFatalErrors3 FatalErrorsAction Notes:Moving files failed:: Failed to back up the previous hotfix files. Retry installation after ensuring that the server is not running or files are not locked by the server.Failed to delete directory: Ensure that the server is not running or files are not locked by the server.Based on Charlie Arehart's suggestion here: http://www.carehart.org/blog/client/index.cfm/2016/9/6/solve_common_problems_with_CF_updates_in_10_and_aboveI thought I'd try a manual installation. But I keep getting the error 'Could not find or load main class -
I recently started to get an error message when logging into my site after years of it working fine. I am more on the marketing/financial side so feel free to talk down to me. Here is the message:The error occurred in C:/Websites/rc9c8dae/admin_essllc/login.cfm: line 91Called from C:/Websites/rc9c8dae/admin_essllc/Application.cfm: line 36Called from C:/Websites/rc9c8dae/admin_essllc/login.cfm: line 91Called from C:/Websites/rc9c8dae/admin_essllc/Application.cfm: line 3689 : 90 : <cfif #ParameterExists(Caller.FORM.Login)# IS "YES" AND #ParameterExists(Caller.FORM.Password)# IS "YES">91 : <cfquery name="GetUserRecord" datasource="#Attributes.DATASOURCE#" username="#request.db_username#" password="#request.db_password#">92 : SELECT * FROM #Attributes.TABLE#93 : WHERE #Attributes.USERFIELD# = '#Caller.FORM.Login#' ANDThere is a much more detailed message below this one which I can post if needed. Any help would be appreciated. I am using Cold Fusion Version 8 and Windows Server
We are looking for a business partner to take over technical management of a commercial CF application that has been in production for 20 years, and has a small but loyal set of users. The application is ScheduleFM, scheduling for facilities management. Facility scheduling for large campus environments, with an integrated billing component, multiple calendars, dynamic graphics and several public interfaces.If you are looking to go beyond a salaried job, or hourly consulting, and get ownership and equity in a business, while guiding technical development of the application, then we would like to talk with you. We will be at the CF conference in Las Vegas on 11/16 and 11/17, so if you too will be at the conference, then let's arrange a meeting. Otherwise, please email us your information and we will arrange a phone call to make introductions.William Wittreich[Private mail address removed by Mo]
ColdFusion application running on single server, users login and upload the document and save the information and update whenever they can..If the same application is transfer to the multiple server (For Ex: Server 1 and 2) and when the same user want to update his latest information the "webroot" will be updated in one Server. Due to Load-Balancer we might connect to Server '1' and Server '2'. what if the user logged into the application and verify his information and he connected to the different server this time, he cannot find his updated info. Please help me to resolve this issue.Thanks in advance!
When I select generate phonegap build the Andriod Build Status indicates Skip. The IOS builds on phonegap but the android does not. Anyone know how to make it not skip android?
Hello to all,I just installed coldfusion 2016 and MAMP PRO, created links with the wsconfig utility to point to the web server.I noticed 2 problems:When coldfusion does start and stop does not end the mamp webserver but ends or starts osx webserve in the / etc / system folder.The web server (httpd and apachectl) is in Application -> MAMP -> Library -> bin.The configuration files are in / Library / Application Support / appsolute / MAMP PRO / conf /Using update-connectors.sh in the terminal appears a message that does not find the folder. And of course the MAMP PRO connector does not work.Configuring MAMP works, but I need to have virtual hosts.I hope you can help me.
Is there any way to load multiple cfdiv in a sequential order. For example in my page top half is coming from some cfdiv and bottom half is coming from another cfdiv. The problem is the second div loads first and then the first cfdiv is loaded. This causes the page to jerk like collapse and expand. One of the solution I have is javascript delay. But is there any other way???Your time & help is really appreciated.Sathya
I have several CF2016 instances on a server and each instance seems to take several minutes to start. Sometimes the instance seems to have started and then I see that it is not running nor starting in Services.I have ~270 datasources on each instance and sometimes during a failed startup I see timeout errors for datasources in the log.
Hi,Running:CentOS 7 LinuxColdfusion 2016Coldfusion install modifies the chkconfig/runlevels to allow coldfusion to start on boot.However, chkconfig is a discontinued feature in CentOS 7 LinuxI created a coldfusion script"coldfusion.service"outlined inhttps://scottlinux.com/2014/12/08/how-to-create-a-systemd-service-in-linux-centos-7/why won't coldfusion start on boot?Brian EricksonI called tech support for Adobe Coldfusion.Waited 4 hours.assistance.
I have a question regarding the ColdFusion 2016 Systems Support Matrix. In particular under Database platform support for MySQL it lists 5.7. What does that mean exactly? Up to and including 5.7, only 5.7, 5.7 and newer or what? Thanks,Mike Oatsvall
I am a novice when it comes to CF. Our company uses CF16. I am copying existing code from one our other websites, however nobody is around that worked on it so there is nobody to ask.The code displays a hidden <td> holder called "help_field_1new". This is used for entering new help information. When a button is pressed to add a new record the program updates the innerHTML to a textarea field (code = (document.getElementById(help_field_1new).innerHTML = "<textarea name='help_field_1_textnew cols='70' rows='3' onKeyUp='validateLen(event,this,2000);' onPaste='return validateLen(event,this,2000); return validEntry(event);' onDrop='return validateLen(event,this,2000); return validEntry(event);'>"+document.getElementById(help_field_1new).innerHTML+"</textarea>")The problem is that I can't figure out how to retrieve the actual value that is entered....I've tried document.getElementById, but all I get is the actual HTML.Advice?Thanks.
Hello, I just installed CF Builder 2016 and the features are fantastic. There is one vital feature that I'm not sure how to enable. Whenever a file is locked by another user in our source control software my old IDE would warn me that it was locked and would not let me edit it. CF Builder 2016 does not do that. It will let me open and modify the file even though it's locked by someone else. Is there a setting that I can change so that it will not open locked files in source control? I'm on Windows 10. This is quite an important aspect of software development so I'm sure it has been addressed somehow. I just don't know where to look to enable that feature. I'm aware that it's eclipse based and a version control plugin might be needed to check files in and out but I'm just looking to block a user (me) when someone else has a file checked out. Can that be accomplished with a setting or is a plugin required? We use Serena - PCVS Version Manager (8.4.6.0)
Hello,With coldfusion 11 enterprise edition , we could modify the value of following timeout (under « Server settings/ Request Tuning » ): "the timeout request witing in queue after ... second".I can access to this timeout with the coldfusion 16 developer edition.With coldfusion 16 standard edition, we can not access to this timeout with the IHM anymore, but the access can be done by the following file "cfusion/lib/neo-runtime.xml".Could you please tell me if the modification of the neo-rutim.xml file will be took account with all coldfusion 16 edition or there are some restriction with the standard edition ?Thanks in advance for your answer.Audrey.
In my monitoring.log file I see, even though in "Server Monitoring > Settings \ Monitoring Server Settings > Enable Monitoring Server is unchecked"Severity","ThreadID","Date","Time","Application","Message""Information","localhost-startStop-1","10/20/17","11:38:16","","C:\ColdFusion2016\instance\logs\monitor.log initialized""Information","localhost-startStop-1","10/20/17","11:38:16","","Starting Monitoring Server on port 5510."
Hello, all,I have been trying to use a modulus in a QoQ, and it's not working.SELECT cola, colb, colc FROM queryName WHERE cola % 2 = 0 /* cola is an integer 1 - 10 */.. and I get..Encountered "cola 2 =. Incorrect conditional expression, Incorrect conditional expression, Lexical error at line 1, column 45. Encountered: " " (32), after : "%" The error occurred on line 445.(There are 16 lines of code, so I assume that the line 445 is in query.cfc.)Can you use % or mod() in a QoQ???V/r,^ _ ^
Found a minor issue with running 2016 Enterprise (update 5) on 2016 Win Server, versus 2016 Dev (update 5) on Win 10.the cfif construct <cfif variable is "something"> or <cfif variable is not "something"> while was working in Dev 2016 fine, and earlier editions of CF, does not function on CF 2016 Enterprise.Workaround was to convert the Is and is not to EQ and NEQ.Not sure why there is a difference between the two platforms, but posting it as an awareness. Has anyone else seen this behavior?
Dear,I am using coldfusion8.And when trying to connect to a sql server data source which need to provide a servername. I had provided one domain name.But cfusion said that the IP cannot be established the connection.I guess cfusion has parsed the domain name to IP and using IP to connect.That will not be allowed by the sql server data source.How should I configure to make cfusion accept a domain name without paring it?Thanks.
Hello, I have been using a Dynamic Dependent PHP Drop Down Box extension for the last 2 years .I have just updated my web site to PHP7 mysqli and I cannot get it to work as it will only accept mysql. Any one got any ideas as to how I can get it working Any updates for this extension, Help appreciated
I have a CFC that works fine. I can access it directly and get data etc. I even have it working find on another server with the same datasource. I am binding the cfc to a cfselect like so.<cfform><cfselect name="category" bind="cfc:cfc.GetCategory.getCategory()" bindonload="true"></cfselect></cfform>My cfc is located in a directory name cfc. The name is GetCategory.cfc and the method is getCategory. I an access it fine by goign to the URL as so.http://siteurl/cfc/GetCategory.cfc?method=getCategoryIt displays the data fine.However when I try to look at the page the cfselect is on it shows me an empty drop down box with no selections. I can see using the cfdebug in the url that the cfc is being executed properly and returning data. It is just not showing up in the drop down. I have been banging my head against this one for a few days now so any outside eyes would be helpful. Anybody else run into this issue where the cfc works fine but does not appear to be bindin
HelloI do not understand why the following phrase is good:<CFFORM action="../../Admin/_modules/inc_Modale.cfm?fen=Pop.LoginEntry.cfm&PageUrl=#PageUrl###oModal" method="post">and the next one does not pass:<CFINCLUDE template="../../Admin/_modules/inc_Modale.cfm?fen=Pop.cookies.cfm##oModal">thank you in advance for your help
Hello everyone,I'm looking for answers to why a webservice is failing.First a little background:Running coldfusion2016 multiple instancesapache 2.4.27openssl 1.0.1lUnix virtual environmentI have this .cfc application that runs fine http but when we force https by apache vhost redirect I start seeing the following in coldfusion exception logs and the service fails."Error","ajp-nio-8030-exec-3","10/16/17","17:24:10","Planning_Complete","The web service operation caused an invocation exception.The root cause was that: javax.servlet.ServletException: https is forbidden The specific sequence of files included or processed is: /webservices/planning/planning_project_complete.cfc'' "coldfusion.filter.AxisFilter$WebServiceInvocationException: The web service operation caused an invocation exception.at coldfusion.filter.AxisFilter.invoke(AxisFilter.java:95)at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:505)at coldfusion.filter.PathFilter.invoke(PathFilter.java:153)at coldfu
I have query which should filter the where clause condition depends on the URL parameter to the page?With CFQuery:<cfquery name="GetUser" datasource="Sample"> Select *from Users where <cfif url.type EQ 1>userid=123<cfelse>userid=456</cfif></cfquery>the same query i am tryinng to write with ORMExecuteQuery, i am failing to write it.Please help me on this.Thanks in advance
Hi,I am re-writing all the CF charts on out website and want a stylesheet to hold our coperate colours.I am using the below JSON code at the moment by i cant find the code that specifes chartseries colours?I want to be able to use this style sheet for any chart. There used to be a cf tag called colorlist but i belive this is only for pie charts.Test Chart below calling cf_style_sheet_test<!--Chart--><CFCHART title="Test" format="png" style="cf_style_test" chartheight="900" chartwidth="900" yaxistitle="Spend £k" xaxistitle="Years" plot="#plot#"> <!--- Baseline - LINE---> <CFCHARTSERIES type="line" serieslabel="Baseline"> <cfchartdata item="15/16" value="10"> <cfchartdata item="16/17" value="20"> <cfchartdata item="17/18" value="30"> <cfchartdata item="18/19" value="40"> <cfchartdata item="19/20" value="50"> <cfchartdata item="20/21" value="60">
I'm looking into install ColdFusion 11 Server Enterprise. I like to know if there is a limitation on the number of processors.
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.