The official community for ColdFusion.
Recently active
What would you recommend for a SQL database managment system with Coldfusion?Assuming I am on a windows-based computer
At the Adobe ColdFusion Summit this year, we announced the launch of the new Community portal for ColdFusion developers.The ColdFusion community portal is a one stop portal for anything ColdFusion. Ask a question, post a blog, showcase your work, post your ColdFusion testimonial or even start a discussion. The Ask a question is linked to Adobe forums where a post will be made on your behalf on the Adobe forums.You accumulate points for every contribution you make to the community portal. You start as a newbie and move up the ladder based on the points you accumulate. For instance, if you reach the highest level, which is legend, you get incentives such as a free pass to Adobe ColdFusion Summit, including travel (within the US) and accommodation during the event.Start exploring and start sharing with your fellow developers from the ColdFusion community!
Hi, we are working with ColdFusion 10 and Oracle 12c Database, but when we are trying to connect with the database across CF, we have the following message: java.sql.SQLException: [Macromedia][Oracle JDBC Driver][Oracle]ORA-28040: No matching authentication protocolDoes anybody know how can we work with Oracle 12c? Is necessary an update to fix that? Thank you.
Hi,according to the EULA the standard edition license is good for up to 2 cores.We are planning to setup a server (Ubuntu 16.04) on Amazon AWS with a m4.xlarge instance, which is a 4 vCPU machine. Standard edition would be good enough for us (feature-wise), but can we run CF on this instance just using 2 cores, or will the installer fail? We don't want to use an instance from the marketplace, because enterprise edition is overkill and too expensive. Other option would be running on m4.large which comes with 2 vCPU, but we would like to have the 2 more vCPU for the system itself and not for CF.Best regards and thanks.Michael
Currently i use pd4ml API to generate the pdf. In pd4ml there is a feature to manipulate the header and footer. Base on tech do in java we can do the code like:PD4PageMark header = new PD4PageMark() { public String getHtmlTemplate(int pageNumber) { if ( pageNumber > 1 ) { return "<html><body>some document header stuff..."; } else { return ""; } } }; pd4ml.setPageHeader(header);currently I can call the object likepd4ml = createObject("java","org.zefer.pd4ml.
I am running ColdFusion 11 on Windows 10. My http://localhost pulls up my windows page but when I added cfm files to wwwroot it won't run anymore and I get this error code.I am simply using notepad and save my code files as cfm.Help me HTTP Error 404.3 - Not FoundThe page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map.Most likely causes:It is possible that a handler mapping is missing. By default, the static file handler processes all content.The feature you are trying to use may not be installed.The appropriate MIME map is not enabled for the Web site or application. (Warning: Do not create a MIME map for content that users should not download, such as .ASPX pages or .config files.)If ASP.NET is not installed.Things you can try:In system.webServer/handlers: Ensure that the expected handler for the current page is mapped.Pay extra attention to preconditions (for e
I have a need to patch an older version of ColdFusion. There is a security bulletin for this issue https://www.adobe.com/support/security/bulletins/apsb09-09.html, but the download links for the hotfix and the new CFIDE.zip are broken.Does anyone know if these patches are still available somewhere?Broken links:https://www.adobe.com/support/security/bulletins/downloads/hf801-77218.jarhttps://www.adobe.com/support/security/bulletins/downloads/CFIDE.zip
I am using Cold Fusion MX7 on one of many application.After the migration from http to https, all the scheduled tasks shows below error while executing from scheduled task in cf administrator :There was an error running your scheduled Task, Reason for which scheduled tasks might fail include:>The URL is a redirection URL>The URL is protected by IIS NT Challenge/Response or Apache .htaccess password. The Username and Password text fields for editing a scheduled task are intended to support Basic Authentication Only.>The Domain Name lookup failed. Try using the IP address of the domain whenever possible.> The URL is a n SSL site, but the SSL port was specified incorrectly.>The web site is not responding.>The directory specified for published results does not exists.Below are the observations against above error points.*The URL saved in scheduled tasks have https protocols- hence its not a redirection URL.*The URL does not asks for any authentication.*Domain name is corr
Hi,I inherited a VM with the following specWindows Server 2003 SBS SP2,Intel Xeon E5506 2.13Ghz,3.90 GB ram.Adobe Cold Fusion 8 Std version 8,0,1,195765Microsoft SQL Server 2005Java version 1.6.0_04The VM host our local webserver that serves about 70 local users.I am facing random freezing of the local website.Most times when website freeze, I use Process Explorer and found that when jrun,exe is at 50% cpu and another 48% by everything else.Can someone advise what action I can take to fix the random freezes?Thanks and Regards,Wee
Hy, is there some mean by which I can deternine if CF9 version 32k or 64k is installed on my server?I tried evrything in the Asministrator with no avail.
I am uploading pdf files to our server and want to save space. I am trying to use cfpdf to optimize the file size. The one I am testing on is 1.25MB, so it's not a big file. When I reduce it using desktop Acrobat it takes less than 1 second. When I use Coldfusion it times out after several minutes.The file is first uploaded to it's own directory, then I use this to try to reduce it.<cfpdf action = "optimize" source = "H:\Inetpub\Wwwroot\MySite.com\newsletters\files\#Section#\#issue#.pdf" algo = "bilinear" /> I'm sure it's something I've done wrong, please advise.
I am running this on CF10 -<cfpdf action = "optimize" source = "original.pdf" algo = "nearest_neighbour" pages = "*" destination = "new.pdf" overwrite = "true">Instead of optimizing the PDF file, it creates a larger file.I noticed the issue is happening only when my PDF contains images.Anyone having the same issue?
I'm working with the demo version of CFBuilder 2016. I click on the CFB icon and it appears on the task bar for about 1 second then disappears. I've tried some suggestions I've found on the web including opening as Administrator and renaming the workspace but nothing helps. What else can I do?
I want to creat web serivice by cfc that return a string.But the cfc return a struct.How can I do ?The client only accept return a string.my web service code:<cffunction name="wechar_tokenVerify" access="remote" returntype="string"> <cfreturn "132456"></cffunction>the client's http method is getthanks
I love this product when it's working but I've had a lot of problems with it - projects not visible on Navigator panel, RDS Dataview not available anymore, etc. Right now, my main problem is that the program won't open. I've seen that I'm not the only person who has had this problem and I've tried many of the suggested fixes including renaming the workspace and opening as Admin - nothing is helping. I am working with Windows 10 OS. I'm pretty new to both ColdFusion and to pc programming in general, so if there are any suggestions, please keep them simple. Thanks.
Anyone here have any success with a CF server running WebSockets and an AngularJS front-end? I'm having some trouble and hoping for help.Just one channel on the server: THIS.wschannels = [{name="test1"}];As a note, this Application.cfc is in a subdirectory (api/rest) where we're running our taffy rest backend. Should it be moved to the top lever, or does it matter?On the front end I've tried a few things along these lines: var ws = new WebSocket("ws://localhost:8575/api/rest"); ws.onopen = function(){ console.log("Socket has been opened!"); }; ws.onmessage = function(message) { listener(JSON.parse(message.data)); }; function listener(data) { var messageObj = data; consol
I'm writing a component to act as a webservice.ColdFusion generates the wsdl and I'm happy for it to do that. I don't want to manually provide the wsdl.In the wsdl:definitions, it generates a targetNamespace. How does it determine what the targetNamespace should be?
It is a very simple scenario, and believe me it was working absolutely fine on CF11 Windows 7, but for some strange reason on CF11 Windows 10, deleting a file does not work, because I think the file is being locked by Coldfusion:I have double checked the path and it is correct:<cflock name="delete_globalsettingsimage" type="exclusive" timeout="40"> <cffile action="delete" file="#request.filepath#\#uploadfolder4#\#filenameassociation#" /></cflock>The <cffile...> part of the code is line 1360And the error:ColdFusion could not delete the file C:/ColdFusion11/cfusion/wwwroot/establishmindfulness/cache/file/brand-logo-email/5E797506-84A6-C828-BCCF23F51DB922B1.png for an unknown reason.The error occurred in C:/ColdFusion11/cfusion/wwwroot/establishmindfulness/includes/content/cms-settings-global-settings-content.cfm: line 1360Called from C:/ColdFusion11/cfusion/wwwroot/establishmindfulness/includes/content/cms-settings-global-settings-content.cfm: line 135
Does anyone have any best practices for coding a high volume CF site? What things do you want to watch out for?
I'm trying to install CF 2016 in dev mode for IIS on Win10 64-bit. The main CF install succeeded, but with an error in the Web Server Connector. I found the log file with stack trace for the error, but don't understand what it's telling me. The relevant part of the error seems to be "Version 0.0 is installed." What does that refer to? I just installed CF 2016. Can anyone help me with this?# Created by ColdFusion on 11/20 11:28:1211/20 11:28:12 info Tomcat Connector11/20 11:28:12 debug command line: -ws IIS -site 0 -enableBuffering -connectionPoolSize 500 -connectionPoolTimeout 60 -reuseConnectionCount 250 -v 11/20 11:28:12 info Version 0.0 is installed. Supported versions are 4.x, 5.x, 6.x, 7.x, 8.x, 10.x11/20 11:28:12 error Version 0.0 is installed. Supported versions are 4.x, 5.x, 6.x, 7.x, 8.x, 10.xcom.adobe.coldfusion.connector.connectorinstaller.WSVersionNotSupportedException: Version 0.0 is installed. Supported versions are 4.x, 5.x, 6.x, 7.x, 8.x, 10.xat com.ad
I installed the developer edition on my machine and receive the message, "The ColdFusion ODBC Server service is not running or has not been installed." when trying to add an ODBC datasource in the ColdFusion administrator. I previously used ColdFusion 8 with no problems at all adding ODBC datasources. I uninstalled ColdFusion 8 before installing ColdFusion 11.
I'm running Server 2016, and ColdFusion2016 update 5 (installed with the update 3 exe) and then have updated to 5. IIS has all of the required handlers from the Web Configuration tool. I have an application named EC_Prod set in IIS pointing to a directory outside of the n:/inetpub/wwwroot directory. It is inside n:/code/EC_Prod. The wwwroot index.html has a link pointing to this application at http://mypage/ec_prod/ and the homepage for the application loads; however, if I append index.cfm to the end it gives error 404. I have request error tracing and it shows that it is requesting GET for jakarta/isapi_redirect.dll and that ASP_FILE_NOT_FOUND, ASP_COMPILE_FAILED, ASP_LOG_ERROR, and then a warning for MODULE_SET_RESPONSE_ERROR_STATUS.I have googled everything I can, but have had 0 success with other people's fixes. Both CF2016/Server2016 are x64, the ASP.net framework that is in the ISAPI Filters is x64, and my tomcat filter is also x64. I have the jakarta virtual directory created an
I have an .NET application and need to post to a cf websocket page. What is the best way of doing this?
It'd be nice if the new CF Community portal had a link to the CF documentation (for both the current and older versions, if possible). Right now, searching the main Adobe site or Google (which often has links to old versions of the docs) is a chore, and it'd be great if the new portal was a one-stop shop for developers. (My apologies if there are links to the docs, as I can't find them there)
Would like to see dsn functionality expanded within builder.
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.