The official community for ColdFusion.
Recently active
HiWe have an application running on a hosted server that has CF11 installed.We have a copy of this application running on another server that has Lucee installed. We want to replace both of these with a single hosted VM server and upgrade to 2021 standard edition (total users across both servers is less that 250). My main concern is that FAQ for CF 2021 says the standard edition license is $2500 per 2 cores. The entry level option for most hosted VM servers (certainly around here) is 4 CPU and who knows how many cores that is. The server I want to migrate to is a hosted VM server that will do other things than by a CF server and it has 12 cores. So what are my options?Accept that CF is not a solution for small businesses and ditch it for Lucee? Is there a way to install standard on a 12 core machine but have it limit itself to 2 cores so that it does not violate the license? Are there other options? Thanks in advanceNeal
I've been working on upgrading a small business's infrastructure from CF 8 to CF 2021. Their database is in MS Access and as a part of this upgrade, we've had to move some of the larger tables to SQL Server Express 2014 and add them as linked tables in Access. These are then manipulated using a combination of local access queries/forms/macros and passthrough queries to SQL. Everything works perfectly in Access, and utilizing the native Access tables in CF works as well, just the linked tables are causing errors. The issue is that whenever a linked table is referenced in CF, either through a query that includes it or the linked table itself, the microsoft access driver throws an error. The error depends slightly on how SQL Server is linked to access.When using the built-in method of linking SQL Server to access with a named pipe, this error is thrown:[Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft Access Driver] ODBC--connection to 'ODBC Driver 11 for SQL
Hello community, We use the CFIMAP tag to connect to a Microsoft Exchange server to retrieve emails. It has been working properly for a couple of years until yesterday when at about 8:40 AM EST we started to get this error from our CFTRY/CATCH block: Logon failure: unknown user name or bad password. Nothing has been changed from our side. I can still login to the webmail for the account being used and I see all the emails.We also tried a different account to discard that the account was the issue without success.After looking online, I believe the issue could be related to something wrong in the handshake. Quoting Charlie Arehart: "TLS (and SSL) is a two-way handshake between the origin and the destination, where each reports what versions it supports and they negotiate to pick one that works for both ends of the conversation." That's where my troubleshooting takes me but I could be wrong.Anyone has experienced this before? Thank you very much!
Our company is in the process of setting up a new ColdFusion 2021 server for one of our customers. A feature they would like to use requires the PDF Service Manager. It seemed to install okay using the new Package Manager, but we're unable to start or verify the service. We simply get: Error enabling PDF Service Manager.Check logs for more details. Checking the logs reveals: application.log: Error enabling PDF Service Manager server.log: Connect to 127.0.0.1:8993 [/127.0.0.1] failed: Connection refused (Connection refused) http://127.0.0.1:8993/PDFgServlet/verify One would expect this to "just work," so we're at a loss as to what else we need to do. It's an Ubuntu 20.04.2 LTS Linux server.
We successfully upgraded CF2016 to CF2021Disabled services on 2016 and left it for a while. Now when i try to do a clenaup i cant uninstall CF2016 from program files or CMD.I was able to remove the add on service tho. The error is Flexeraaw2$aaa: Windows DLL failed to load at Flexeraaw2.af(Unknown Source) at Flexeraaw2.aa(Unknown Source) at com.zerog.ia.installer.LifeCycleManager.init(Unknown Source) at com.zerog.ia.installer.LifeCycleManager.executeApplication(Unknown Source) at com.zerog.ia.installer.Main.main(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.zerog.lax.LAX.launch(Unknown Source) at com.zerog.lax.LAX.main(Unknown Source) Runnig the installer again, pickups up the existng version so I
I am upgrading CF2016 applications to CF2021. I am using and extending Adobe CF2021 latest Docker image. I am able to create extended CF2021 Docker image and log in to the CF Adminstrator.I am also able to build my application Docker image using that extended CF2021 Docker image. The application does start. However on my home page, all image, css, and javascript files referenced return 404 Resource Not Found. Not understanding why that is. All file references are using relative pathing which worked in CF2016.Thank you
After migrate our application from CF2016 to CF2021 we have this error:class coldfusion.runtime.ApplicationScope cannot be cast to class coldfusion.runtime.Struct (coldfusion.runtime.ApplicationScope and coldfusion.runtime.Struct are in unnamed module of loader coldfusion.bootstrap.BootstrapClassLoader @2fb25f4c)
Hi - Will it ColdFsuion 9 support Open Id Connectivity for authentication. If it is not support for CF9 from which version it will support.Could please provide complete details.
Encountering 500- internal server error in both coldfusion administrator and localhost web application.javax.servlet.ServletException: ROOT CAUSE: coldfusion.server.ServiceFactory$ServiceNotAvailableException: The Debugging service is not available. at coldfusion.server.ServiceFactory.getDebuggingService(ServiceFactory.java:108) at coldfusion.CfmServlet.getFilterChain(CfmServlet.java:154) at coldfusion.CfmServlet.service(CfmServlet.java:217) at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42) at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at or
We recently upgraded our CF version from CF 10 to CF 2016. We ran into a few issues but sorted them out, mostly. We're now having an issue where our calls to S3 are not working. The server just spins until it finally times out. We don't see anything useful in the CF logs and have no real way of troubleshooting the problem.When we revert the server back to CF10 the call works fine.Here's the code:<CFDIRECTORY directory="#application.S3URL#/medium/#lcase(variables.manufacturer)#" name="myBucket" />where application.S3URL is like so: s3://#application.accessKeyid#:#application.awsSecretKey#@#application.S3Bucket#Has anyone encountered this or have suggestions of possible settings mismatch?
I have to run CF Admin through IIS instead of the built in TomCat. I've turned TomCat off in the server.xml file. I've created a separate site with a single test index.cfm in the root. I've added the 3 virtual directories: cfscripts, cfide, jakarta. I've verified that the index.cfm in the root comes up in the browser. However, /cfide/administrator/index.cfm results in a blank response. FailedReqLogFile says "The system cannot find the file specified". No CF errors were caught. It seems like a permissioning issue, but I've ensured that that all the physical directories that the virtual directories point to have the same permissions as the root folder. What am I missing? Any help would be much appreciated.
I am upgrading a client form CF9 to CF21. Some of the web services are not working in 2021. Each web service with an argument type of array retuens an empy SOAP shell reponse. When looking at thje rendered WSDL, the arument is listed as type 'any'. In the previous version, it was listed as type 'xsd:array CODE:<cffunction name="getByArray" access="remote" returntype="Node2[]"><cfargument name="ccode" type="string"><cfargument name="lCode" type="string"><cfargument name="ids" type="array"><cfargument name="def" type="string"><cfargument name="set" type="string"> CF9 WDSL<wsdl:message name="getByArrayRequest"><wsdl:part name="ccode" type="xsd:string"/><wsdl:part name="lCode" type="xsd:string"/><wsdl:part name="ids" type="impl:ArrayOf_xsd_anyType"/><wsdl:part name="deflist" type="xsd:string"/><wsdl:part name="setlist" type="xsd:string"/></wsdl:message> CF20 WSDL<xs:element name="getByArray">
I have Azure Container Instance running Coldfusion 2021.There is missing directory like ext in /opt/coldfusion/cfusion/wwwroot/cf_scripts/scripts/ajax.Is there any specific reason?
Looking for information from Adobe regarding the CFExchange tag. According to this article, Microsoft is ending support for Basic Auth on October 1, 2022. It is my understanding (correct me if I'm wrong) that the CFExchange tag uses Basic Auth to communicate with Exchange. So, any code using this tag may no longer function come Oct 1. I filed an Enhancement request in the Adobe Bug Tracker last year. It got a prority of "Critical" and a response from Adobe in the comments but that was quite a while ago. Several pleas from developers have been posted to the Bug page but no further notes from Adobe. I'm posting here looking for any additional information anyone may have or for a way to get hold of Adobe to ask the status of this. I have also emailed CF support. Waiting on response.
Olá, a todos!Eu tenho o Coldfusion Developer Edition em minha máquina windows e estou tantando aprender mais sobre esta tecnologia fantástica.Eu gostaria de saber como eu posso acessar as páginas que crio de outros dispositivos (celular, tablet, TVBox, etc) conectados à minha rede doméstica. É possível? Geralmente, eu consigo fazer isso com o PHP e JSP, rodando no XAMPP ou ASP, rodando no IIS; mas não no Coldfusion. E ter essa possibilidade seria muito interessante porque eu poderia incentivar meus filhos a aprender essa linguagem também.Existe algum aplicativo que permita rodar Coldfusion em um dispositivo Android? Até conseguir comprar o computador, vivia procurando por isso...
Hello, I have a problem while migrating from 2016 to coldfusion 2021.After installation I try to install the connectors, so I run wfconfig it asks me to choose my site (on iis) I choose the site and I get an error message.Version 16.0 is installed. Supported versions are 4.X, 5.x, 6.x, 7.x, 8.x, 10.x.I would like to migrate to 2021 but I'm stuck (I specify that I have two standard coldfusion 2021 licenses).
Is it just me seeing issues with the adobe bug tracker? Search | Tracker (adobe.com) Have not been able to get on all day and got some bugs to report!
Hello,I am getting the error below on a new install of CFWebstore v6.6 on CF11. I've used previous release of CFWebstore on CF7 and CF9 without issue. Looking for any suggestions.....Failed to add HTML header. ColdFusion is unable to add the header you specified to the output stream. This is probably because you have used it to set one of the ColdFusion Session Cookies or Authentication cookie. Please use Application/Server level configuration for this. The error occurred on line 213.Thanks in advance for any help!Gary
I am in the process of moving from an old x32 server to a new x64 bit server. With the help of Adobe support, I have finally gotten CF8.0.1 up and running on the new server: http://forums.adobe.com/thread/470337?tstart=0,I am now trying to connect CF8.0.1 Standard on the new x64 machine to SQLServer 2005 x64 bit. All of the databases I'm trying to setup on the new server are currently running on a x32 system with CF8.0.1 and SQLServer 2005 x32. Using the SQLServer drive type I get the following error:"Connection verification failed for data source: PHREDsevenSQLjava.sql.SQLException: [Macromedia][SQLServer JDBC Driver]Error establishing socket to host and port: DELLx64Server:1433. Reason: Connection refused: connectThe root cause was that: java.sql.SQLException: [Macromedia][SQLServer JDBC Driver]Error establishing socket to host and port: DELLx64Server:1433. Reason: Connection refused: connect."Using the ODBC Socket type I do not get a ODBC DSN name in the select box so I can't
Hi,Running the ColdFusion 2021 or 2018 Docker containers only seem to work as root.Could this be verified? Anyone else having the same issue? Using the out of box cfuser account fails - Docker logs: "Updating webroot to /appcp: cannot create regular file '/app/crossdomain.xml': Permission denied"And:"You must be root to start ColdFusion." Stripped down Dockerfile I'm using:FROM adobecoldfusion/coldfusion2021:latestUSER rootCOPY /src /appEXPOSE 8500USER cfuser I've also tried creating a group and user account with permissions on /app as specified in the 2021 lockdown guide - no dice Wondering if there's an issue with the start-coldfusion.sh file maybe? Any help appreciated Cheers, Matt
Buen día,Actualmente me encuentro trabajando con CF 2016 pero en esta ocasión lo estoy iniciando con CommandBox pero tengo problemas al publicar los servicios, ¿sabrán si hay alguna configuración extra para este caso?Ya que en otro ambiente donde tengo la instalación nativa de CF, si me están funcionando.Gracias Configuración: Error de lado del cliente:
I currently have a coldfusion 2021 enterprise license and maintenance plan, can this be installed on AWS or AZURE or is different licensing needed for the cloud?
hi there,urgent help required,,, we got new Linux server and need to install CF 10 on them,,,as we were told by our former team that we need to have vtier sudo access on the server. Now the team that provides access is saying that if a server has vtier account, CF should be started/stopped using vtier account only and root access to vtier will not be provided. As per them, if sudo access to vtier is must for starting/stopiing CF, then there is need to install/configure the CF for vtier account only....vtier account is runtime user...and in filesystem it is /opt/app/<vtierName>.I checked the start/stop script for CF and found this:1- it is clearly mentioned that one must be root to start CF. (highlighted in RED)if [ "`uname`" = "Darwin" ]; then # nothing, on OSX we don't care about the user name. We assume that the user running it has permission to do everything IS_MAC="true"elif [ ! $I
I have taken over the adminof our coldfusion10(yes, I know it is old) and I have no issues getting into the admin in prod, but in UAT whether I user http://127.0.01:8500/CFIDE/administrator/index.cfm. or http://localhost:8500/CFIDE/administrator/index.cfm.
Three questions.I am attempting to install update 4 on ColdFusion 2021 running on Windows Server 2019, but it fails and I have roll it back with Java and the uninstaller.jar. Is it correct that the update should be installed using the Java which was bundled with CF in jre/bin, rather than the current version of Java which CF is using? The manual update says to "Update "packagesurl" in cfusion/lib/neo_updates.xml of cfusion and all its child instances to point to <InstallerReposityUnzippedPath>/bundles/bundlesdependency.json present inside the downloaded folder.", however update 4 is only a jar file in bundles/updateinstallers, so to which bundlesdependency.json should be used in neo_updates.xml? Also, as of update 3, is CF2021 now able to function with a current version of Java and have sandbox security enabled?
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.