The official community for ColdFusion.
Recently active
After server reboot sometimes cold fusion application services takes up to 24 hours to start. I check with netstat -a -n -o and neither port 8500 or 8016 are listening. inside the command prompt, I run the cfstop and cfstart bat and the application starts but the services still say they are stopped or starting.When I try to manually start the cold fusion application in "services", I get an error message
Hi I face the following problems after upgrading from CF 7.0.2 to CF8 + Cumulative Hotfix 1 : - bold and underline generates white space around them if they are embedded in a sentence (i.e "this is <bold>bold text </bod> and it is fun") - font size behavior has changed, the text is now bigger. (My font-size: 12px is bigger than before) - when reducing it (i.e font-size: 11px) the bold/underline problem becomes the opposite : instead of white space, I have overlapping texts. We use a html 4.01 transitional doctype and CSS styles (i.e div class="myclass" and .myclass{..} in a separate css file) Any suggestion ?
I have been tasked with migrating an existing application from a version that is currently running on 2 web servers Microsoft cluster with a SQL DB. One is running a JRUN deployment version : C:\JRun4\servers\cfusion and the other is running ColdFusion, the application,and the MSSQL server.So now we are migrating to a redundant environment which includes 2 Kemp load balancers connected to 2 Cold Fusion servers (active/active) which connect to 2 SQL DB servers (always on, with replication). I have read the documentation but still have questions.Where do I start and what order do I deal with installations?I understand that I install CF on Server1 using the multiserver selection.What's next do I install CF on Server2?Then set up the SQL DBs.Do I setup the load balancing/cluster at the end?Do I need to do a Jrun version like the current setup?Does the application need to be on BOTH servers?Is there any CF documentation on this type of install ?2 web/cf servers2 sql dbs2 load balancersand h
The code for these two fields below worked fine in ColdFusion 10. We just upgraded to ColdFusion 2016 and it no longer works. It looks like the requests are failing because they are trying to load over http and they need to be loaded over https because this is a secured application. Is there a way to specify in the bind attribute somehow to make the request over https? Or is there somewhere else to "fix" this? Thanks<cfinput type="text" name="lastName" size="55" autosuggest="cfc:persons.getPerson({cfautosuggestvalue})" required="yes" message="You must enter a last name>." /><cfselect name="visitId" id="visitId" class="required" indonload="no" bind="cfc:visits.getVisits(id={subjectId@change}, availableAmt={availableAmt})">
We are currently on ColdFusion 10 Update 21 which I believe is current. I'm aware Version 10's Core Support ends May 16, 2017 and the End of Extended Support ends May 16, 2019. We do not currently have a support agreement with Adobe for ColdFusion but we do still get the Update Availability notifications in ColdFusion Administrator. Will these update availability's continue to show up in Administrator after the End of Core Support?Thanks,Dave
I have pulled all of the datatypes from a query to the database that equate to each variable pulled from the database.For example:2016-04-21 07:55:12.0, datetimeAtlanta, nvarcharI have users select the variable from a select box which also passes the datatype to the next page.So passed to the second page, for example are, StreetAddress and nvarchar.On the next page I want to validate in a cfinput, type = text, that the text entered is the database match for nvarchar (or int, datetime, varchar, etc)Is it possible to match exactly with the database or is my best bet just using the validate for integer and date, default char, as are available in the cfinput validate function?B.
I have indexed a collection with custom fields, one of which is for price, however though I have tried changing the schema.xml in the conf folder to an integer it resolutely remains in text format thus th results can not be order by price as it returns 101 and less than 11!Any help would be most welcome!
Is CF Builder 2016 still on jdk 1.6?Anyway to to upgrade my mac to jdk 8 and leave CF Builder on 1.6 ?Thanks
Hi Team, After upgrading to CF16, if we click on back button or history.go(1); it is showing the webpage expired error.some times it is coming due to frames. but in CF 9 we didn't got this issue.After upgrading to CF16 we are facing the issue through out the application.Please get me out this issue.
In coldfusion-out.log I'm getting this message: Error [ajp-bio-8012-exec-3] - File not found:....The file in question does not exist. It has been deleted from the site structure for a while now.Why am I getting this message?
I can't find any relevant documentation for ACF Builder 2016. Most of the content relates to previous versions and has not been updated.I need help setting up remote server. I am getting the error messages like this:[vm-web-cf]:Error(10/15 at 01:02:49) Cannot perform the operation. Admin server for the remote server vm-web-cf is not running.What is an Admin Server? I can't find any material on how to configure or start an Admin server (The server is CF11).
Hello people, it was a hard title to choose, so I hope the one I created is clear, otherwise here I go:I have an application that emails customers using the <cfmail> tag.It works perfect from a desktop, not when I use the application on a mobile device (iPhone / iPad - haven't tried android).I am asking also to the hosting people to see if they see anything blocking email at the server level, but I was wondering if someone went through this before.Thank you in advance.
I'm not sure if I explain this correctly but I want to do multiple cfhttp requests and then combine them into one cfset variable and just do one DeserializeJSON(variable). Is this possible? If so, how do I go about it?
Hello community, I have a situation that started to happen about a month ago and I'm not sure how to tackle it.Long time ago I have created a ticketing system while working as technical support for a kitchen commercial equipment company.It was my very first system. I had no idea about server configuration. I just installed CF9 on a Windows XP machine with a mySQL database.The system was running with the built-in CF server. There were only 5 users.Today, 12 years later, the system is being accessed by more than 25 users, running reports.Hardware has changed. The system is running on a i7 machine with 8GB of ram and Windows 7 Pro.However, it's still running (for the moment, soon to be changed to Apache server) on the built-in CF server.I would assume that if the problem is that it runs in the built-in server, it wouldn't fail from one day to another, but maybe I'm wrong.However, I will install Apache as a first step.Besides this, is there any "tuning up CF9 for production" guide for deve
I'm trying to clarify the licensing requirements for Coldfusion 2016. I've read where I can license it per core (8) or per cpu (2). Which is it and are these physical or virtual?Thanks in advance.Dave
I'm trying to figure out the correct url mapping for blocking clickjacking on my client's site. The URL follows the pattern: "https://abc.def.xyz.com/". Right now I have the following in the web.xml file, but it doesn't seem to work.<filter-mapping> <filter-name>CFClickJackFilterSameOrigin</filter-name> <url-pattern>/CFIDE/administrator/*</url-pattern></filter-mapping><filter-mapping> <filter-name>CFClickJackFilterDeny</filter-name> <url-pattern>/ABC/*</url-pattern></filter-mapping>I read some of the other posts and have seen references on how to handle it if we had subdirectories (for example, if the site was actually https://abc.def.xyz.com/app_v6", I could use "/app_v6" for the url mapping, and indeed that works on my development machine where I'm using "localhost/abc" for my development site. However, we don't have that sort of structure on the
Does the Addon service installer (CF11 version) work as a way to re-install the service in an existing CF11 install? My Solr service is buggy and I want to reinstall it without reinstalling the whole CF11. Can I just install to the same directory as the existing instance (/ColdFusion11/cfusion/jetty/)?
bonjour,je voudrais faire une combo d'une combo.exemple : 1ère combo => états - 2ème combo : villes de l'état choisi.je suis en Coldfusion 8 et voudrais un exemple simple car je suis débutant.Merci par avanceCdlt
I found a thread that references Bug #4169795 and how td's are being seen as tr's and is marked fixed but I do not see a solution in the post.I have tried using a table as well as floating divs with inline styling with no luck. Any help would be appreciated.Sincerely,Kevin
HelloWhen RDS to a remote CF server using the Apache 2.4 stack, I was getting the error "404 Not found".To resolve just create the directory /CFIDE/main and then create a blank file called "ide.cfm"More info:Diary of a Grunt (Jason Holden's Blog): Coldfusion RDS 404 error on OSX
I have installed ColdFusion Builder 2016 60 days trial version yesterday. Today I tried to open it and just displayed the first select your workspace window and then nothing. I uninstalled and then installed it again and had same issue but the first time I tried to run it after the install, after the select your workspace window, another message window flushes for a second. I was able to read only the first line or so and I think it's said the trial had expired. It shows only the first time after installation.What gives?Thanks
I have multiple collections on my server and use cfsearch to retrieve data from them. I have been sending requests using multiple collections like this:<cfsearch name="mysearch" collection="collection1,collection2" criteria="test">This works on my dev server, but fails on my production server. I am running CF 11 (11,0,08,298512) on both (Windows Server 2008 on both too). I can get results on my production server if I query one collection at a time, but if I try both, it crashes the AddOn service.Any ideas?Got an error message finally:500 ErrorThere was a problem while attempting to perform a search. Type: SearchEngine java.net.SocketException: Connection reset : Connection reset coldfusion.tagext.search.SearchTag$SearchProblemException: There was a problem while attempting to perform a search. at coldfusion.tagext.search.SolrUtils.formatSearchResult(SolrUtils.java:2022) at coldfusion.tagext.search.SolrUtils.getSearchResult(SolrUtils.java:2516) at coldfusion.tag
I have been looking at this issue for several weeks off and on. Right now I can tell you 70 things it is not. And, I have tried many things. So, please forgive the long posting.DescriptionOn the Development, Test, Training, and Production instances I have an intermittent connection issue with accessing one table SITE. Everytime I try to access said table via a <cfquery> tag it throws an error.structCausestructErrorCode0Message[Macromedia][Oracle JDBC Driver]Object has been closed.SQLStateHY000 Database EnvironmentThe Oracle server is on a different shared server with LAN. It is running Oracle 10G.CF EnvironmentThe Development, Test, And Training instances are on one shared server. A Linux box: x86_64 x86_64 x86_64 GNU/Linux. I can not update theServer DetailsServer ProductColdFusionVersion10,0,21,300068EditionEnterprise Operating SystemUNIX OS Version3.0.76-0.11-default Update Level/local_apps/cf10/Redmond/lib/updates/chf10000021.jar Adobe Driver Ver
Had an issue with three of our CF11 Enterprise servers this weekend after a reboot of the VMs. Seven sites were down after the reboot with an error of “Address already in use: JVM_Bind” in the CF exception.log. All servers have multiple instances and each site has their database on separate db server. One server has 11 customer sites on it, each having a database on the same database server. Of these 11, 4 sites were down after the reboot. The error detail is:"Error","localhost-startStop-1","07/23/16","09:34:19",,"Address already in use: JVM_Bind"java.net.BindException: Address already in use: JVM_Bind at java.net.DualStackPlainSocketImpl.bind0(Native Method) at java.net.DualStackPlainSocketImpl.socketBind(DualStackPlainSocketImpl.java:106) &nbs
Hi,I have Problems with the API and coldfusion. I created a User in the Magento,add a role (full access). Via API, i can login ask for globalFaults,resources (List), end Session but i can't make a "call". The Errormessage is always "Web service operation call with parameters {f81d16872c0f408a9d09753c8900f129,product.list} cannot be found."Do you know something about this problem?I tested the API via PHP, and id works well.The code of the login (it works correctly and gives me back a sessionID):<cfset magento = CreateObject("webservice", this.url)/><cfset magentoSession = magento.login("#this.benutzer#", "#this.passwort#")>The code of the call:<cfset productArray = magento.call("#magentoSession#", "product.list")><cfdump var="#productArray#">Regards,Adrian
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.