Questions
Actividad reciente
I have been having problems setting and reading a cookie. I broke it down to a really simple snippet of code: <cfcookie name="cookie.test"value="hello"expires="Never"> <CFIF structkeyexists(cookie,"test")>Cookie exists<cfelse>Cookie does not exist</cfif> When I load this page in Chrome, I can use the Dev tools in the browser to see that the cookie was set. Coldfusion always says the cookie doen't exist (initially, I want to read the value, but I can do that because it claims it does not exist). So, it seems the server is happy to write the cookie, but not to read it. Is there a server setting somewhere that might need to be altered?
In our ColdFusion 2021 Administrator, the links to the Log File Names are disabled (not present, just text) and a number of Actions icons are missing (see attached screen shot for examples). The log files are present on the server, I can navigate to and open them, they are logging current activities. This is happening on both our servers (one development, one production). Question:Why do I not have links to the server log files like application.log?How do I get the links back? Our ColdFusion 2021 servers run on cloud based Windows 2019 server boxes.
a vendor has switched from sftp to mft and i wanted to see if cf is able to integrate? thanks.
I have installed ColdFusion 2021 on a Windows Server 2019, with a patch from Adobe which allows me to run Java 11.0.11 and sandbox security. This was working well until recently. After making some changes in the CF admin (dbug IP addresses, enabling only the component cache, disabling HTTP error codes), in CFadmin I have each of the main menu items, such as Debugging and Logging, but none of the submenus, such as the debug IP addresses. If I maximize the browser window (IE or Firefox), I can often see a vertrical scroll bar where the submenus should appear, but it is too small to see any of the submenu items. If I look at the source for the page, I can see the submenus there. I made a ColdFusion backup of everything but Java just before making the changes listed above, but restoring that does not help; nor does it help to reboot the server. Would appreciate any help with this. Thanks,Mike
I have a pdf file that downloads from a 3rd party vendor.The issue is that the file does not have the .pdf extension and to work with the file we need to add the .pdf each time.For example, a file downloads as abc but needs to renamed to abc.pdfHow can I rename the file correctly with the .pdf extension right after it downloads?
Hi all - I'm running the Developer Edition of CF 2018. I'm doing a POST call to an https URL using CFHTTP: <cfhttp url="https://www.theremotesite.com" method="post" result="httpResp" timeout="60"> <cfhttpparam type="header" name="Content-Type" value="application/json" /> <cfhttpparam type="body" value="#myData#"> </cfhttp> The call works fine about 75% of the time, but for the other 25%, this comes back: The same POST through the Postman app never results in this error. I am seeing multiple posts on the Web about this problem, but the issues mentioned appear to be constant, not sporadic, and they seem to be related to CF9 and that era. The solutions mentioned is some of those articles (updating the truststore, updating the JVM, swapping providers, etc) are not in my comfort zone, and I'm hesitant to make changes that will be problematic to back out. Some of thee articles are:https://www.raymondcamden.com/2011/01/1
How can I keep the selected item with cfselect binding? When user selected a State (Delaware) from the dropdown Alabama shows up as the first State once the form refreshed instead of Delaware. CFSELECT has a selected attribute but I don't know what value should go there and not sure if this is the one I have to use to keep the selected value. I've been searching with no luck so far, Can anyone help? another question is how to cfdump cfselect binding to see what have is return? DependentSelect.CFC:<CFFUNCTION name="GetStates" access="remote" returnType="array" hint="Get US 50 States"> <!--- Define variables ---> <cfset var StateResult=ArrayNew(2)> <cfset var i=0> <cfquery name="q_States" datasource="#Trim(application.dsn)#"> SELECT DISTINCT StateName,StateCode FROM States ORDER By StateName </cfquery> &n
Hello,we have a strange problem with the ColdFusion Built-in WebSocket Server. I really hope that you can help me.We have already used the Built-in WebSocket Server in ColdFusion 2016 and had no problems.After the update to ColdFusion 2018 we have the problem that sometimes the handshake fails.We have opened all the required ports:8579 (WebSocket port)8543 (SSL port)But it can't be due to a port or our certificate, because sometimes the connection can be established.We have about 200 subscribers a day and about half of them can't connect. The error message appears in the console: "WebSocket connection to 'wss://[..]:8543/cfusion/cfusion' failed: WebSocket opening handshake timed out."If I then reload the page a few times, it eventually works.Do you have any ideas what we can try?Do we need to adjust something in the "server.xml" under "ColdFusion2018\cfusion\runtime\conf"?Thank you for any help you can offer!
Hi, Can someone help us for the CF enterprises licensing in Virtual environment. We have 9 Virtual servers running on windows 2019 server, each VM have 6 cores, so total our requirements for VM cores are 54, so how many CF enterprises license we need to purchase. Shall we buy 7 CF license is ok, which will support 56 cores.
I am using the api manager and trying to set up a simple api like this: <cfcomponent rest="true" restpath="restapi"> <cffunction name="sayHello" restpath="sayHello" access="remote" returntype="String" httpmethod="GET"> <cfset rest = "Hello World"> <cfreturn rest> </cffunction> </cfcomponent> My questions are:What do I name this file?Where do I save the file in my site? Is there a certain path or folder structure needed?In the API manager Can I name the api anything?What would the endpoint be?Under resources what would the resource name be specified as? Right now I have the endpoint as mysite.com/restapi. The resource is a get for sayHello but it is returning an error when I try to test it: "error": "There was some error while invoking the API.Verify and try again"Any info is appreciated.
Hello, I'm using CF 2021 and I'm wondering what the best way to integrate remote pdf document signing. I am testing some code I put together using DocuSign, and that may work but I'm not sure it's the best, most cost effective option. The use case would be home improvement salesmen sending contracts for signature. Thank you
We are moving our site to a new server. We are using CF 10.We want to remove our serial number, leaving the old server in Developer Mode.How do we remove the serial number from CF Administrator?
After installing Update 5 for CF 2021, I'm getting this error: Receiver class coldfusion.graph.osgi.InteractiveGraphingServiceImpl does not define or inherit an implementation of the resolved method abstract generateGraph(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcoldfusion/server/GraphingService$GraphURLFormat;)Ljava/lang/String; of interface coldfusion.server.GraphingService. null Anyone have any thoughts? Does a package need to be reinstalled perhaps? Thanks.
Hello, so I just reinstalled CF 2019 because I was having errors. Everything seems to be good now, but I get error 1067 when trying to start ColdFusion 2021 ODBC Agent. ColdFusion 2021 ODBC Server won't start either, but I'm guessing once ColdFusion 2021 ODBC Agent starts then ColdFusion 2021 ODBC Server will won't I'm on Windows Server 2019. What is the issue and how can I get ColdFusion 2021 ODBC Agent to autostart again? Thanks
Hello here's some info:Windows Server 2019Coldfusion 2021IIS 10 I've added everything in IIS, CGI, ISAPI Filters and Restrictions and I have all the handlers. Issue I keep seeing on my test page is just a blank white screen. This was my test file coding: <!--- Dump out the server scope. ---><cfdump var="#SERVER#" /><!--- Store the ColdFusion version. ---><cfset strVersion = SERVER.ColdFusion.ProductVersion /><!--- Store the ColdFusion level. ---><cfset strLevel = SERVER.ColdFusion.ProductLevel /> What might be the issue and why am I just getting a white screen of death on all my cfm pages? Thanks
On our Coldfusion 2018 production server our generated pdf's have suddenly a watermark on them as if in developer mode "Coldfusion Developer/Trioal Edition Not for production Use". In the administrator it also says "developer". Does anyone have a solution? Could this have any to do with de latest update 15?
I am trying to get the signature field from a pdf and this message pops up:PDF Digital Signatures is not available in this edition of ColdFusion server.Running CF Standard 2018 update 10 with jdk-11.0.9. <cfpdf action="readsignaturefields" source="#expandPath('./pdfsig_test_signed.pdf')#" name="signinfo" /><cfdump var="#signinfo#" label="signinfo"/>
Im currently developing an SSO solution with the SAML module. Running into issues when hosting this behind an azure app service that terminates the TLS before continueing as http, which then causes theProcessSAMLResponse to fail since it was recieved over http instead of https. Has anyone run into this issue before or have any suggestions?
Hello, I have a simple coldfusion file that wraps html in a cfdocument tag and then saves it to a PDF file. This has worked for years on previous versions as well as in ColdFusion 2021 since we upgraded earlier this year. After a recent ColdFusion 2021 update the cfdocument is now throwing the error "ice.storm.print.PageDecoration not found by document" when it tries to generate the PDF file. Am I missing ome sort of Java library that handles the PDF or does anyone else have any ideas as to what has happened to cause the error? Messageice.storm.print.PageDecoration not found by document [78]StackTracejava.lang.ClassNotFoundException: ice.storm.print.PageDecoration not found by document [78] at org.apache.felix.framework.BundleWiringImpl.findClassOrResourceByDelegation(BundleWiringImpl.java:1597) at org.apache.felix.framework.BundleWiringImpl.access$300(BundleWiringImpl.java:79) at org.apache.felix.framework.BundleWiringImpl$BundleClassLoader.loadClass(Bundle
I’m adding Windows Authentication to an existing app. There’s a complete test environment with AD setup on a Windows 2019 Server and a separate IIS 10 server connected to the windows domain. Windows Authentication is turned on in IIS. I access the website (using Edge) and the browser correctly prompts the user to log on. I enter a valid (domain) username and password, which the browser accepts. The only way I know of to get the username, which was entered into the browser prompt, is to use CFLOGIN. In Application.cfc, onRequestStart was modified. CFLOGIN is supposed to be defined at this point and CFLOGIN.Name should contain the username.However, I'm getting an error that CFLOGIN is not defined.What am I doing wrong? Has anyone gotten CFLOGIN to work using Windows Authentication on Windows 20019?I couple of things I've tried are: i) Make CF run under a domain account and ii) Changing security on the web root so that all domain users have read access.Thanks,Mike
Hello, When will Adobe CF support matrix offer SQL 2022 compatability? Thanks in advance, Carl.
I have some questions regarding large file uploads and memory usage. Maybe sombody has some more info on this. I am working with CF 2021 and IIS 10. I just finished troubleshooting a problem with large file uploads in a multipart form post. Anything larger then 200mb was failing with an internal server error. It turns out that setting max post size is not enough, I also have to set the request throttle memory setting to a value larger then the max file size I want to upload. This is really probematic because it actually seems to load the file into memory as it uploads, and it takes up the memory for the entire duration of the upload. Is this really the way uploads have to work in CF? It seems really stupid. Is there any other way I can allow large file uploads without having to potentialy tie up so much memory?
Is there some sort of integration (maybe third party) that allows for building out nice JS/HTML dashboards using Coldfusion for server side?
I was using cfhtmltopdf with coldfusion11 After migration to coldfusion2021, I need to update my code to force charset otherwise special characters are no more displayed. Just adding <meta charset="iso-8859-1"> at the beginning of html code to be converted to pdf. Is there any configuration to be done in jetty or coldfusion jvm to avoid such modification ?
Hello! I just bought a new computer so that I'd have more space for my projects, and I realized that when I sign in with the same account on the new device, my files don't transfer. Is it possible to transfer them somehow? (Old device is a Mac and new is a Windows).
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
¿Ya tiene cuenta? Iniciar sesión
¿Aún no tienes una cuenta? Crea una cuenta
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.