The official community for ColdFusion.
Recently active
I have a local version of CF10. I setup a new Solr collection. When I index it, it seems to run fine, however, it returns 0 files / documents indexed. They are pdf documents I am trying to index. Anyone have any ideas on this problem?Thank you.
Is there a way? I've seen tricks for restarting the application, but I suspect this still kills all active sessions, and we have quite a few going on.I just have one CFC I need to recompile to get some changes in place, but I don't want to upset the entire apple cart.Is there a way?RLS
Hi,I wonder if ADOBE intend to make available extensions for the new tags in CF 11 for dreamweaver.I must admit I am struggling to find any information and adobe seem to be very disconnected at the moment.ps I know there is CF builder but I am a web developer, 80% of my code is html, css, js and I need a web development IDE.so I want to continue using dreamweaver (if possible)
Guys, this used to be straightforward. Look at the web site and see the price. Now it looks like Adobe is taking a page out of the Oracle playbook. Customer: 'How much is it?' Vendor: 'How much have you got?'We have developed a web-based system that requires ColdFusion and I just need to give my client the price so that they can buy it from Adobe. Can you please publish this information? And please, don't pull the old 'depends what country what you are in' trick. We live in the digital distribution age (e.g. Creative Cloud), so we really don't need or want to pay for 'local' numpties. Thank you.
Hi,Has anyone tried CFLAYOUT (type=border) in Firefox 3.6.17? I have test-run the example posted in the official ColdFusion document (http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7a22.html). The example is supposed to display five layout areas. What happens in Firefox is that all the five areas lay on top of each other, instead of side by side (see screenshot below). In IE, everything seems fine. My ColdFusion server is CF9.Any suggestion or advice is greatly appreciated.Natomas
I have followed following steps to create a clustered environment:Created a new instance in CF admin with port no 8500 and the default CF installation runs on 80 port.Created a cluster in CF admin and added two instances there.Run CF code from both the instances by placing in "C:\ColdFusion10\CFusion2\wwwroot" and "C:\ColdFusion10\cfusion\wwwroot" and both are running fine.I just want to know how I'll set up the cluster in IIS?? If I'll shut down one instance then my application will run from other instance.Please guide me if I'm making any mistake or any further steps. Thanks in advance.
Where are the ColdFusion 9 downloads located? Before they were on this page: http://www.adobe.com/support/coldfusion/downloads_updates.html#cf9
Hello,In coldfusion there is error and information log types.In developer server i want to log both log type and in production server i want to log only error type log.so is it possible??If yes the how?
In CF10, if you used cflayoutarea on a page, you could expect a couple classes added to <body> and <html> - namely, ext-webkit, ext- (your browser) to <body> and ext-strict to <html>. These are pretty specific classes and don't interfere with much.In CF11, cflayoutarea adds the x-border-box class to your <html> tag, giving your entire page the following style from ext-all.css:.x-border-box,.x-border-box * { box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; }The potential pool of things with which this will interfere is much larger.May I ask why CF does not just add the necessary styles to the top level <div> it uses for cflayoutarea? If I remove the CSS from ext-all, then cflayoutarea looks wrong. I know that I could go in and copy those styles to one of the classes on the parent <div> generated by cflayoutarea, or the parent <ul>, but then I'm monkeyin
Hi Everyone,I'm need help.My code the below, this with problem.Look at:<cftry> <cfftp action= "open" connection= "my_connection" server= "xxxx.com" port= "22" username= "appogpp1" passphrase= "zHx628Fg" key= "C:\inetpub\wwwroot\Nf_oracle\SecurityKey" secure= "yes" /> <p>Did it succeed? <cfoutput>#cfftp.succeeded#</cfoutput> <cfcatch> <cfoutput> #cfCatch.Message#<br>#cfCatch.Detail# </cfoutput> </cfcatch> </cftry>This error that appears.An error occurred while establishing an sFTP connection.Verify your connection attributes: username, password, server, fingerprint, port, key, connection, proxyServer, and secure (as applicable). Error: User Authentication cancelled. Either invalid key or invalid passphrase..Someone could help me ?Regards,Alexandre
I want to use following code to control elements on the form.I use cfoutout that it shows the value is 0, but the cfif control does not show the cfselect on the form.Is it the right way to do control on the form? Your help and information is great appreciated,Regards,Iccsi, <cfoutput> FORM site "#form.MySite#" </cfoutput> <CFIF structKeyExists(form,MySite)> <cfif "#form.MySite#" EQ "0"> <tr> <td> <cfselect name="Mylst" id="Mylst"> </td> </t
I just started using CF Builder 3 after spending a couple of weeks with CF Builder 2. I was previously using Dreamweaver and so am not that familiar with Eclipse. I was never able to get the svn to work even with the help from the instructions on www.trunkful.com. Now with CFBuilder 3, I'm wondering if I need to try to go through the same process for setting up subversion. (I'm using Tortoise SVN) If so, on Trunkful.com it was suggested that you "make sure you use the correct Eclipse Repository Helios, Ingo, Juno, Kepler, etc." How does one select the correct Eclipse repository to work with CFBuilder 3? Any other helpful hints on getting subversion to work with CFBuilder 3?
The machine is running under VMware ESXi.The CF installer gets to 33% then locks up the server. I have to power off to get control.I could install cf10 with no issue.Any ideas what is going on here?Thanks
I am calling a .NET dll, and the server responds with "DotNet side does not seem to be running". I am using CF 9.0.1. DotNet is installed and running as a service. One forum said that I need to uninstall my current .NET service, then reinstall it. However, I cannot find the installer for CF 9's version of the .NET integration service. I do see installers for CF10 and 11.
I have a PDF, I know it has transparency but Acrobat pro renders the transparent portion solid. If I view it in chrome it looks right. And if I do an output preview and change the "Show" option to "Not DeviceCMYK" it previews the transparency, but this doesn't actually change the PDF and I can't figure out how to then just remove the CMYK so that it will be transparent.
On my production server and on my dev server at home I am able to use cflayout with tabs. However, on my dev server at work... I can not make this work. When I view the source code after the page renders... it shows all the code that CF inserts (javascript and divs) but when viewing the page, CF shows the all the content under each tab in consecutive order without tabs. I then tried other features of the cflayout tag using the examples from the live docs and still nothing is working. Help?!? P.S. I just tested this under firefox and while I had the Error console open, the browser reported a javascript error that "Coldfusion" is not defined.
I'm trying to use cfstat to help figure out some performance issues with our production server. Its CF 10 Ent on a Windows 2008 VM. I also have ColdFusion 10 installed on a local Windows VM.I run cfstat with a 1 second refresh on the production server and local VM. The local VM Reqs Q'ed column shows a constant 10 even though I'm not hitting any sites on the server. The production server shows a constant 20+ Reqs Q'ed and a few les Reqs Run'g.Is this normal? Do I need to make some adjustments to CF or the JVM?Thanks
Hi, I make one function , which i want to return json value , for this which return type i mention in function:This is javascript which call Retrieve method.<script>debugger; var remoteDatasource = new kendo.data.DataSource({ transport: { read: { type:"POST", url: "Controllers/Home.cfc", dataType: "json", data: { method: "Retrieve", dataLists: JSON.stringify(request)
Looking for suggestions on tuning. Running CF10 update 13 on a 64 bit server with 8 GB RAM, running into memory issues (I suspect). JVM is only set to 256 / 512 right now, so I'm going to increase it. CF and a handful of sites is pretty much all this server does.Suggestions on what I should set this to now? We seem to be under 50% memory usage at the present time (right now 3.44GB), and CPU is 0-2%.
I am hoping someone can help me, I have been working on and off on this problem for over a year with no luck. In February 2013 I patched ColdFusion 9 with the hotfix APSB13-03, both on my production and development servers. Everything went perfect on the development server but production had some issues, I can't recall anymore exactly what happened but I was able to get it to the point that everything worked; meaning that all our cf webpages are served up correctly both inside and outside our organization. The only standing problem is that the ColdFusion Administrator will not load. Going to http://localhost/CFIDE/administrator/index.cfm returnsAccording to my application.log here are a few sample error messages. They are always the same except for the jrpp #."Error","jrpp-47","05/05/14","09:50:42","cfadmin","coldfusion.server.SecurityService.removeAuthenticated()V The specific sequence of files included or processed is: C:\Inetpub\wwwroot\CFIDE\administrator\in
Does Coldfusion 11 allow use of 32 bit MS Access datasources?
HiI installed Coldfusion 11 and have created several different CF instances using the Instance Manager. Each instance is available on a different port, so for example http://127.0.0.1:8504/ is a different site than http://127.0.0.1:8502/What I'd like to do is edit the host file on my Mac (Mavericks) to get http://127.0.0.1:8504/ to resolve to "site4", as an example.When I edit my host file I typed "127.0.0.1:8504 site4"But it doesn't seem to work. I'm guessing it has something to do with the port number being present in the url? Yes, I saved the host file and even flushed the DNS but I can't seem to get site4 to resolve to 127.0.0.1:8504....Any ideas?Many thanks,Rich
I've had it with this new design BS. I _might_ check in from time to time to see if things improve, but I'm not even cautiously optimistic about that happening.In any case, I hope that I'll see a few of the more knowledgeable CF people at other forums (SitePoint - I'm trying to get a CF sub going; ColdFusion Jedi; etc.)V/r,^_^
I have tried using the documented approach of adding the parameter to Neo-runtime.xml (the param was not in the file at all, I added it) and by createObject("component","cfide.adminapi.runtime").setRuntimeProperty("postParametersLimit", 120) (we successfully use this to set PostSizeLimit)I have this problem in CF9.0.0 and CF 9.0.2
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.