Questions
Als letztes aktiv
Is it possible to cancel a purchased CF11 license and get CF10 license?
Are there any issues / has ColdFusion 10 been tested with the latest Windows Server 2012 R2 version? Thanks, Henry
Is CFBuilder dropping FTP synchronization, or is it just not part of Thunder yet? Or should I install some 3rd party plugin. Yes I know FTP synchronization is old school.
Can anyone explain this statement from: Buying guide | Adobe ColdFusion 11 Enterprise"** No more than hundred connections can be made using Standard, unlimted on Enterprise"What type of "connection?" A request? A web socket? Any kind?Thanks,- Shawn
Both my 8 and 11 machines did not adjust for DST over the weekend. The computer times look ok, but CF times are still an hour behind. We've restarted the server, which did not fix the problem. Any suggestions?Thanks!
Yes. You can use ColdFusion to call local or remote Microsoft .NET assembly classes as CFML objects. ColdFusion applications can use .NET assemblies to directly access and control Microsoft products (such as Word, Excel, or PowerPoint), use existing .NET components, or use .NET assemblies that you create to leverage features that are difficult to use or not available in ColdFusion or Java.
Hi,We have tried to create a HA cluster with requests being distributed round robin to N instances of coldfusion, we are NOT using sticky sessions as we are replication session state to all cf instances. What we are seing is that all is fine with low to moderate load, however under heavy load and at random times the replication fails and leads to things in session scope not working. This manifests in users not being able to login to our application (we store a token in session scope to store logged in status).Again key point, under low to moderate load it all works fine, users are directed to random nodes in the cluster and their session is picked up fine as the session is distributed to all nodes,so pretty confident config is right.Linux servers using CF10 with update 12 applied. Also running is fusion reactor 5.04 on all instances. Each instance has a 64GB heap, Java 7.0.15 (latest certified).Firstly apache setup.workers.propertiesworker.list=balancer, jkstatusworker.jkstatus.type=st
Hello CF Fans,I have a “best-practices” question in regards to how you recommend instancing CFCs that all need to talk to each other in a given project.Let’s say for example you have a web application that has a bunch of different modules in it:Online CalendarOnline StoreBlogFile Manager (uploading/downloading/processing files)User AccountsEach of these modules is nicely organized so that the functions that pertain to each module are contained within separate CFC files:Calendar.cfcStore.cfcBlog.cfcFiles.cfcUsers.cfcEach CFC contains functions appropriate for that particular module. For example, the Users.cfc contains functions pertaining to logging users on/off, updating account info etc…Sometimes a CFC might need to reference a function in another CFC, for example, if the store (Store.cfc) needs to get information from a customer (Users.cfc). There are a couple ways that I’ve been playing with accomplishing this:Within a CFC, instance the other CFC’s that you’re going to need:&l
Greetings all. I have a strange problem. I recently installed ColdFusion 11 on a fresh test server running Windows Server 2008 and IIS7. Since this is a test server there isn't really any traffic going to it, so it probably doesn't serve pages but when I connect to it.Now if I try to access a page after having not done anything in a while the browser will sit for about 15-20 seconds before the page loads. After that though every page loads just as fast as I'd expect. If I stop browsing the site and wait a while (not exactly sure how long, 10+ minutes?) it does the same thing.This is only happening to the sites I have set up as ColdFusion sites. I have a test site that isn't configured via the Coldfusion tool and only has html content and it loads just fine.I have followed the ColdFusion connector tuning found here: ColdFusion 11 IIS Connector Tuning — Adobe ColdFusion Blog and it hasn't changed the problem.Anyone else run into this or know how I can fix it?Thanks!
Hi,I have the query with out put below for one field as an exampleStatus------yesyesyesnoi want to be able to do the compare for ALL status in one field but don't know how to do it, Can anyone plz help? Thanks<cfif all status = "yes" ---> display Yes<cfelseif all status = No -- display No<cfelse> Other</cfif>
HiI would like to migrate me ColdFusion 10 Enterprise 2CPU license to a new VMware server. The issue is VMware doesn't support multi core processors, so the server built with 8 processors.Am I allowed to migrate this ColdFusion license to the new server? Do I need to upgrade my ColdFusion License?Thanks for your helpRegardsMA
Hi all I'm having great difficulty getting ColdFusion10 to work under Apache with OS X 10.10 Yosemite.Here is a description of what I've faced and a little of what I've done to solve my problemProblem 1Apache httpd.conf file gets messed upSolution: copy original httpd.conf file from /etc/apache2/original/ to /etc/apache2/Problem 2No Java Virtual Machine is installed!Solution: install Java (version 6 or 7 is better) you may only be able to install version 8Problem 3 ColdFusion doesn't know where your Java installation is so find and update your ColdFusion configuration files/Applications/ColdFusion10/cfusion/bin/jvm.config/Applications/ColdFusion10/cfusion/bin/coldfusion/Applications/ColdFusion10/cfusion/runtime/bin/wsconfig_jvm.configchange the source to whatever your current Java is and where it's locatedfor example if you have version 7 installed:/Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Homeif you have version 8 installed:/Library/Java/JavaVirtualMachines/jdk1.8.0_2
is there only one CD for ColdFusion for both 32 and 64-bit?
Hello, everyone,Another developer that I am working with is working with a form that has start and end dates. He'd like to be able to use custom JavaScript validation to make sure that not only are the dates in proper format (that part of the JS is working fine), but that it will also check to make sure that the start date will always be prior to (or equal to) the end date, and will throw an alert if the end date is before the start date.I've Googled for this, and am finding informative suggestions on just making sure the date is in the right format, or falls within a certain range, but nothing on how to make sure that one date is before (or less than) another.I'm guessing that data binding might be a part of it. Can anyone suggest how to set these fields so that each has a validateat="onblur" that will check both values?Also, as a related issue, he has the CF datepicker working as far as entering the dates, but since the field doesn't get/lose focus on this, how do we trig
I don't expect much luck at getting a reply here but here goes.. After having problems with one of the CF10 updates running under IIS 7 there was a 'Service Unavailable' (503) error message from the Tomcat server showing on all the sites we run. What we want to do is set up a system where IIS takes over if CF goes down and shows a nice error message which is different on each site. Alternatively a way to easilly switch IIS from using CF to point each site to another local site while the CF server is down.Any suggestions?
We have conytracted a company to build our company a mobile app. They want me to create a web service that will authenticate users. They will pass a username and password via URL. They arte expecting me to return either:HTTP/1.1 403 ForbiddenConnection: closeif the credentials are invalid orHTTP/1.1 204 No Contentif the credentials are valid.How can I do this after performing a CFquery on my user's database?
Here are the details:I have a Chef CF11 cookbook, and a site cookbook that uses it.If I use this site cookbook on a Ubuntu VM, CF11 runs ver quickly after install.However, if I run this site cookbook in a Docker ubuntu instance, CF11 it takes about 12 minutes to actually fully boot. I tailed the colfusion-out log (it started at 3:38 and ended at 3:50)Any ideas?
Just about every 2 - 3 days, we'll get a blank page instead of our index.cfm. At this point, we cannot reach any .cfm page, even by typing in the direct URL. The only thing that will bring it back is a restart of the server. We are running ColdFusion 10 Update 12 with IIS v. 8.5 in Windows Server 2012. We had updated to 14, but we couldn't get it to work. Nothing but 500 errors. Uninstalling 14 was impossible so we uninstalled CF entirely and reinstalled up to update 12. However, the "blank page" issue still exists. One other thing. When the "blank page" appeared this last weekend, and we didn't have time to restart right-away, ColdFusion began working again, on it's own, within a few hours. We found absolutely nothing in the CF logs or the server logs. Any guidance, opinions or sympathy is welcome. Thanks!- Shawn
Just like the title asks... is there a simple way to download the hotfixes and updates for CF11?I visited the adobe site, click link after link which led to a broken URL for a blog. Isn't there just a list and a download link available? I need to use them for a Chef script to apply via terminal.
So, I used the updater in CF Admin to apply the latest patch (14) to CF10. Afterwards, I rebuilt my web server connections. This is a process I've done dozens of times. However, this time around I've lost the ability to get to my CF Administrator....but all my sites are running just fine! I just can't access the Administrator! I've removed/recreated the connectors and restarted IIS/CF 3 times. Same thing.Everything about this server was running fine up to now. It is Win 2008/IIS7I'm getting the dreaded IIS HTTP Error 500.0 - Internal Server Error:ModuleIsapiModuleNotificationExecuteRequestHandlerHandlerISAPI-dllError Code0x00000000Requested URLhttp://mywebsite:80/jakarta/isapi_redirect.dllPhysical PathD:\My_Web_Sites\config\wsconfig\2\isapi_redirect.dllLogon MethodAnonymousLogon UserAnonymousI have 2 other identical servers that I have yet to update so they continue to run fine. I've been referencing each of them to see if the
I got an update message from ColdFusion 10.I got failed error message to download "failed signature verification"Can you please advise where to check it?Your help and information is great appreciated,Regards,Iccsi,
We tried installing the update to CF10 update 14 to our live server today after it worked ok on the dev server.The update killed the server, which seems to be because of permissions problems and not being able to overwrite the files....So we rolled back the files in the Coldfusion10 folder back to the prvious nights backup and the server sprung back to life....Except that the CFHTTP tags all fail with the following message. org.apache.http.impl.client.DefaultHttpClient.execute(Lorg/apache/http/client/methods/HttpUriRequest;)Lorg/apache/http/client/methods/CloseableHttpResponse; null Anyone got any idea how to get it wokring again?
I have created a chart in coldfusion 11 and when clicking on it I want to send the value $ ITEMLABEL $ to another page but sent only as a label anyone knows how to send the values ?
We're seeing a large number of SEVERE errors in the logs since updating to CF11,0,02,291725. Always in the following pairs. CF is now crashing about every 10-15 minutes.We're running on Ubuntu, with external JRE. I reviewed all of SEVERE: The web application [/] created a ThreadLocal - but the errors are slightly different, and notably, a new version of Coldfusion.Nov 03, 2014 1:52:41 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaksSEVERE: The web application [/] created a ThreadLocal with key of type [com.sun.xml.bind.v2.ClassFactory$1] (value [com.sun.xml.bind.v2.ClassFactory$1@30124fd9]) and a value of type [java.util.WeakHashMap] (value [{class javax.xml.bind.annotation.W3CDomHandler=public javax.xml.bind.annotation.W3CDomHandler()}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.Nov 03, 2014 1:52:41 PM org.apache.catalina.loader.WebappClassLoader checkThread
Is there a way to insert a hidden field using cfform, cfgrid, and cfgridupdate?
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.